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

a bug in tf-blazeface/utils/data_utils.py #9

Open
TaoZappar opened this issue Oct 27, 2021 · 0 comments
Open

a bug in tf-blazeface/utils/data_utils.py #9

TaoZappar opened this issue Oct 27, 2021 · 0 comments

Comments

@TaoZappar
Copy link

should the line 69 and 70 be swapped?

gt_boxes = generate_bboxes_from_landmarks(gt_landmarks)
gt_landmarks = filter_landmarks(gt_landmarks)

The bounding box should be the bbox of filtered landmarks rather than the whole 68 landmarks, is 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

1 participant