-
Notifications
You must be signed in to change notification settings - Fork 517
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
Hotfix/alg 1470 drop boxes padding #1107
Conversation
Thanks for the fast review, addressed |
# Conflicts: # src/super_gradients/recipes/dataset_params/coco_detection_yolo_nas_dataset_params.yaml # src/super_gradients/training/transforms/transforms.py
# Conflicts: # tests/unit_tests/test_deprecations.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for your contribution! I left a few comments, let me know your thoughts
@Louis-Dupont @BloodAxe addressed, please take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Removed max_targets param from:
DetectionTargetsFormatTransform
DetectionPaddedRescale
, it didn't do anything anywayDetectionHorizontalFlip
for the case of empty targets, because there won't be a collate to undo itUpdated:
Trained:
(both just to see train/val epoch runs, didn't do metric checks)