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

fix clamp range #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix clamp range #288

wants to merge 1 commit into from

Conversation

azizmousa
Copy link

the expected range of the boxes and the landmarks should be between the range of [0, img_shape - 1] to avoid out of range exception when we try to access the landmarks later.

Changes to be committed:
modified: test_widerface.py
modified: utils/general.py

the expected range of the boxes and the landmarks should be between the
range of [0, img_shape - 1] to avoid out of range exception when we try
to access the landmarks later.

 On branch master
 Your branch is up to date with 'origin/master'.

 Changes to be committed:
	modified:   test_widerface.py
	modified:   utils/general.py
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

Successfully merging this pull request may close these issues.

1 participant