face-detection
Here are 1,572 public repositories matching this topic...
Dears,
if somebody has instructions , my target is to recognize a face using tensor flow but I didn't find a full instructions which scripts to use to do the following :
1- crop faces
2- Train images .
3- face recognition.
if examples or sample commands that would be appreciated!
I have Ubuntu Linux with python and tensor flow environment ready.
appreciate your steps to go forward
-
Updated
Mar 3, 2020 - Go
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo and bufferToVideo that works pretty much like the fetchImage and bufferToImage functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
I need a library as I can use it like a OPENCV. I want to obtain some information about the photo that I have taken before ? These informations are white/black balance , blur, reflection so on. Can I get this information by using react-native-camera library ?
-
Updated
Mar 4, 2020 - C++
From the documentation(https://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.SimilarityTransform), I notice that the order given to estimate is swapped.
Is there any reason to swap the dst and src? Is that a mistake? If it's intended, it wou
Stitching API
Opencv provide a Stitching module/API
Bascially, i would like to be able to rewrite stitching_detailed.cpp in javascript
This includes :
- Stitcher class
- Features extractors (already implemented in opencv4nodejs)
- Estimator
-
Updated
Mar 4, 2020
-
Updated
Feb 27, 2020 - Swift
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 2, 2020 - Go
-
Updated
Mar 4, 2020
-
Updated
Mar 3, 2020 - Python
-
Updated
Feb 29, 2020 - JavaScript
As 'User 1' I have 3 people in my facial recognition.
When I log in as 'User 2' I also see 3 people, but I haven't even scanned the folder yet.
Seems like a bug! ;-)
Since all comments in the python scripts are written in chinese, I wonder if one could improve the docs for this tool. How do you start it? What parameters and options are available?
-
Updated
Feb 28, 2020 - Jupyter Notebook
Add Unit Tests
For further development of the project, it would be great to have unit tests to ensure the project code does not break with further changes/improvements. The tests go under tests folder in 2.0 branch where Python 3+ porting is happening.
Notebook Examples
-
Updated
Mar 4, 2020 - C
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Mar 1, 2020 - MATLAB
I came to your repo through a StackOverflow answer.
You're CMakeLists.txt file is using environment variables (OpenCV_LIBS in particular).
It would be nice to include the expected variables with their values.
It would save time to those people like me not very accustomed to OpenCV.
Thanks in advance.
-
Updated
Mar 2, 2020 - C++
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 3, 2020 - Java
-
Updated
Mar 3, 2020 - JavaScript
Issues should contain the following details which increases the probability of it get resolved quickly
- Exact error or Issue details
- OpenCV Version
- Python Version
- Operating System
- Changes done, if any in the original code
It will be nice if we can add the projects list that uses Flyimg.
So we need to add a section in the Readme called Case Studies
Improve this page
Add a description, image, and links to the face-detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the face-detection topic, visit your repo's landing page and select "manage topics."
Description
the docs say that default value for 'model' is "large". in fact, it is "small", which makes a different. please correct the docs