Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training Problem #3

Closed
YongtaoGe opened this issue Apr 24, 2018 · 2 comments
Closed

Training Problem #3

YongtaoGe opened this issue Apr 24, 2018 · 2 comments

Comments

@YongtaoGe
Copy link

Hi, @jack-cv. It is really a nice work to detect the large pose face. Can you explain how to get the rotate angular label of face to supervise the trainning. As I know, WIDER FACE don't have the facial landmark. Do you use one of the facial landmark detect algorithms to get the facial landmark and then calculate the facial angular or just label all the faces manually?

Besides, what do you mean that "we rotate the initial training images uniformly in the range of..." in section 2.3 and 2.4 of the paper? As a beginner, I am confused of the statement.

@Rock-100
Copy link
Owner

Rock-100 commented Apr 25, 2018

@geyongtao Thanks for your interest in our work. WIDER FACE don't have the facial landmark or rotate angular. We use the images only containing upright faces as our training images(WIDER FACE provide the face attribute labels, e.g. pose), and rotate them to the rotation-in-plane(RIP) angle we want, the rotation angle is the rotate angular label.

The range of input faces' RIP angle in the first stage is [-180, 180], so we need to rotate the training images in the range of [-180, 180]. For the second and third stage, [-90, 90] and [-45, 45] respectively.

@brb-chen
Copy link

brb-chen commented May 2, 2018

got it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants