-
Updated
Apr 28, 2020 - C++
facedetection
Here are 101 public repositories matching this topic...
-
Updated
Nov 23, 2018 - Python
-
Updated
Nov 23, 2019 - Swift
-
Updated
Dec 14, 2018 - Python
-
Updated
Jun 4, 2020 - Python
We caculate Correspondence by this fomula:
x1 = x1_map * 2 + 1,
y1 = y1_map * 2 + 1,
x2 = x1_map * 2 + 1 + 12,
y2 = y2_map * 2 + 1 + 12.
First, how do you derive the equations here? Second, the axis of Red box in original image is (1, 1, 13, 13), which Correspond to (0, 0) in feature map. How about (0,0,12,12)? That is the first convolutional region, which should map to (0,0) in the
Saved code in Face detection with OpenCV.py in a file called face-detection.py
$ python face-detection.py
Traceback (most recent call last):
File "face-detection.py", line 5, in
get_ipython().magic('matplotlib inline')
NameError: name 'get_ipython' is not defined
-
Updated
Apr 26, 2019 - Python
-
Updated
Jul 18, 2018 - Python
-
Updated
Dec 31, 2019 - Python
-
Updated
Nov 4, 2019 - Python
-
Updated
Mar 15, 2020 - Python
-
Updated
Nov 20, 2019 - Python
-
Updated
Mar 11, 2018 - JavaScript
-
Updated
May 8, 2020 - Python
-
Updated
Sep 26, 2017 - PHP
-
Updated
Jun 18, 2020 - Python
-
Updated
Mar 4, 2019 - Python
-
Updated
Mar 5, 2018 - C#
-
Updated
Mar 19, 2019 - Python
-
Updated
Dec 25, 2019 - Python
Improve this page
Add a description, image, and links to the facedetection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the facedetection topic, visit your repo's landing page and select "manage topics."


I'm in learning to use openvino and movidius1
your github example is great!!
And if you pleased, i would like to know how you merge object detection and face detection before convert to IR
Thank you