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

Image pre-process #1

Open
cheolhwanyoo opened this issue Dec 13, 2021 · 1 comment
Open

Image pre-process #1

cheolhwanyoo opened this issue Dec 13, 2021 · 1 comment
Assignees

Comments

@cheolhwanyoo
Copy link

Hello. Thanks a lot for your wonderful research.

I have a question about some ambiguity during training model.
According to the paper, when resnet150 is trained, a 300x300 crop is performed centered on the detected nose coordinates. Am I correct in my understanding?
If you do this, the aspect of the input video will be different depending on the distance between the camera and the person.
Have you tried resizing the detected face area to 300x300?

Thank you.

@cbeyan
Copy link
Collaborator

cbeyan commented Apr 21, 2022

Hello!
The image position of the nose was used as the center of the crop. I confirm that your understanding is correct.
The distance between the camera and the person is fixed in the dataset. Face resizing was not applied.
Cheers!

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

2 participants