keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
1.01k stars 330 forks source link

Add augment_bounding_boxes support to RandomCutOut layer #730

Closed divyashreepathihalli closed 10 months ago

divyashreepathihalli commented 2 years ago

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

soma2000-lang commented 1 year ago

@divyashreepathihalli I am working on this one.

divyashreepathihalli commented 1 year ago

Thank you @soma2000-lang !

soma2000-lang commented 1 year ago

@divyashreepathihalli It would be great if you can review my PR

divyashreepathihalli commented 1 year ago

@soma2000-lang I have reviewed the PR. Thank you for your contribution.

ariG23498 commented 1 year ago

@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 🤗