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 CutMix layer #725

Closed divyashreepathihalli closed 1 year ago

divyashreepathihalli commented 2 years ago

The augment_bounding_boxes should be implemented for CutMix 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

AdonaiVera commented 1 year ago

@divyashreepathihalli Is this issue still welcoming contributions? If yes, then can I contribute ?

divyashreepathihalli commented 1 year ago

@AdonaiVera, thank you for willing to contribute. However, after discussing this with the team, we have decided that we do not need to add the augment bounding box capability to CutMix. Instead, we will recommend that users utilize the Mosaic() layer. I will be closing this issue.