fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

Add cutmix generator #1276

Open gosha20777 opened 4 years ago

gosha20777 commented 4 years ago

Add cutmix generator for beter results. The cutmix generator can be useful for training models and achieving better results. This will help take existing models to a higher level of quality.

Resources that may be useful:

hgaiser commented 4 years ago

Hmm interesting suggestion and thank you for the resources! I don't think we will add this anytime soon, but it's interesting to see their results.

innat-asj commented 1 year ago

cc. @gosha20777 @hgaiser FYI, https://github.com/keras-team/keras-cv

Cutmix, Mixup, MosaicMix, etc all are supported now in core keras. https://keras.io/api/keras_cv/layers/augmentation/