-
Notifications
You must be signed in to change notification settings - Fork 330
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
Add augment_bounding_boxes support to RandomCutOut layer #730
Comments
@divyashreepathihalli I am working on this one. |
Thank you @soma2000-lang ! |
divyashreepathihalli
closed this as not planned
Won't fix, can't repro, duplicate, stale
Jan 3, 2023
4 tasks
@divyashreepathihalli It would be great if you can review my PR |
@soma2000-lang I have reviewed the PR. Thank you for your contribution. |
14 tasks
@soma2000-lang do you wanted to continue working on this? If yes, you can claim this #1992 and get started. Apologies is you are already on it 🤗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The augment_bounding_boxes should be implemented for RandomCutOut Layer in keras_cv. The PR should contain implementation, test scripts and a demo script to verify implementation.
Example code for implementing augment_bounding_boxes() can be found here
The text was updated successfully, but these errors were encountered: