The Wayback Machine - https://web.archive.org/web/20200701214856/https://github.com/topics/facedetection
Skip to content
#

facedetection

Here are 101 public repositories matching this topic...

fishman2008
fishman2008 commented Jan 14, 2020

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

Improve this page

Add a description, image, and links to the facedetection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the facedetection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.