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

Added keypoints support to RandomSizedBBoxSafeCrop. #686

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

IlyaOvodov
Copy link
Contributor

Added keypoints support to RandomSizedBBoxSafeCrop.
Also removed misleading unused parameters from crop_keypoint_by_coords(...): it had the same signature as crop_bbox_by_coords(...), but crop_bbox_by_coords scaled resulting bboxes to (crop_height, crop_width) while crop_keypoint_by_coords didn't, so parameters crop_height and crop_width were not only excessive but misleading.

Also removed misleading unused parameters from crop_keypoint_by_coords()
Also removed misleading unused parameters from crop_keypoint_by_coords()
- Black fixes
Also removed misleading unused parameters from crop_keypoint_by_coords()
-README
@Dipet Dipet added Improvements needed Something not implemented well. The maintainers requested improvements. Need more info and removed Improvements needed Something not implemented well. The maintainers requested improvements. labels Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants