Added Face detection Module - #1597
Draft
ataata107 wants to merge 6 commits into
Draft
Conversation
Author
|
@publiclab/is-reviewers |
Member
|
@ataata107 why are the tests failing? |
rishabhshuklax
requested changes
Jan 30, 2020
| color = 'rgba(20,20,20,1)'; | ||
| color = color.substring(color.indexOf('(') + 1, color.length - 1); // Extract only the values from rgba(_,_,_,_) | ||
| color = color.split(','); | ||
| fetch(cascadeurl).then(function(response) { |
Member
There was a problem hiding this comment.
Maybe because of this the tests are failing, also does it work in node?
You could either install fetch for node from npm or use axios.
why is this used anyways?
Author
There was a problem hiding this comment.
Ya this could be the reason, I will try to fetch it locally rather than from internet. It is used to fetch the trained model file which would be used to infer the face location
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1597 +/- ##
==========================================
- Coverage 66.67% 65.21% -1.47%
==========================================
Files 130 134 +4
Lines 2686 2757 +71
Branches 433 438 +5
==========================================
+ Hits 1791 1798 +7
- Misses 895 959 +64
🚀 New features to boost your workflow:
|
harshkhandeparkar
marked this pull request as draft
July 27, 2021 21:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

This Module doesn't make the use of opencv as discussed
npm run test-all@publiclab/is-reviewersfor help, in a comment belowIf tests do fail, click on the red
Xto learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part
Thanks!