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 CenterCrop layer #731

Closed divyashreepathihalli closed 1 year ago

divyashreepathihalli commented 2 years ago

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

ariG23498 commented 1 year ago

We support CenterCrop from tf.keras.layers

https://github.com/keras-team/keras-cv/blob/46e27acd40edcd9486e67ca3adfbd315ae6406fb/keras_cv/layers/preprocessing/__init__.py#L18

I think it is okay to close this issue.

CC: @ianstenbit