We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PIPNet/lib/demo_video.py
Line 101 in b9eab58
Should line101 be changed to: det_ymin -= int(det_height * (det_box_scale - 1) / 2)
det_ymin -= int(det_height * (det_box_scale - 1) / 2)
same in demo.py
The text was updated successfully, but these errors were encountered:
PIPNet/lib/demo_video.py Line 101 in b9eab58 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.
Sorry, something went wrong.
No branches or pull requests
PIPNet/lib/demo_video.py
Line 101 in b9eab58
Should line101 be changed to:
det_ymin -= int(det_height * (det_box_scale - 1) / 2)
same in demo.py
The text was updated successfully, but these errors were encountered: