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

crop process issue #52

Open
BerylLuo opened this issue Aug 8, 2023 · 1 comment
Open

crop process issue #52

BerylLuo opened this issue Aug 8, 2023 · 1 comment

Comments

@BerylLuo
Copy link

BerylLuo commented Aug 8, 2023

det_ymin += int(det_height * (det_box_scale-1)/2)

Should line101 be changed to:
det_ymin -= int(det_height * (det_box_scale - 1) / 2)

same in demo.py

@huangxin168
Copy link

det_ymin += int(det_height * (det_box_scale-1)/2)

Should line101 be changed to: det_ymin -= int(det_height * (det_box_scale - 1) / 2)

same in demo.py

see the paper, landmark detector need to crop some forehead.

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