face-detection
Here are 1,802 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
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
-
Updated
May 17, 2020 - C++
-
Updated
May 14, 2020 - Go
Feature-Request
Describe the Feature
If I pass an object containing GPS coords or other EXIF data to the writeExif optional parameter my file includes this exif data, though the data returned from takePictureAsync and accessed via the base64 property does not.
Possible Implementations
- We could just note this in the RNCamera docs so people know what they're getting from th
i had following the step to do face detection using retina face and got rectangle bounding boxes output as like on example, could someone please guide me to do realtime recognition like shown in video? i'm currently pretty new at face recognition task, thank you.
-
Updated
Apr 19, 2020 - Python
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 1, 2020
-
Updated
Mar 24, 2020 - Swift
-
Updated
Jun 5, 2020 - Python
-
Updated
Jun 4, 2020 - Go
-
Updated
Apr 6, 2020
-
Updated
Jun 5, 2020 - Jupyter Notebook
-
Updated
Mar 26, 2020 - Python
-
Updated
Jan 4, 2019 - JavaScript
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
Apr 4, 2019 - Jupyter Notebook
-
Updated
Mar 7, 2020 - C
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
Jun 3, 2020 - JavaScript
-
Updated
May 23, 2020 - Python
-
Updated
Mar 21, 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
Feb 26, 2020 - C++
-
Updated
Nov 25, 2017 - Java
-
Updated
Feb 14, 2020 - HTML
-
Updated
May 19, 2020 - JavaScript
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