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 AugMix layer #724

Closed divyashreepathihalli closed 2 years ago

divyashreepathihalli commented 2 years ago

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

LukeWood commented 2 years ago

Infeasible