keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
1k stars 333 forks source link

Multi-output support for CutMix + MixUp #1025

Open LukeWood opened 1 year ago

LukeWood commented 1 year ago

multi-output labels are typically dictionaries with Tensor keys. We can iterate over these and blend them.

LukeWood commented 1 year ago

@ebursztein will provide more info

divyashreepathihalli commented 9 months ago

@LukeWood do you still plan on working on this?

innat commented 9 months ago

This would be a very useful feature for multi-output classifiaction task. This was heavily dominated in one of a kaggle competition, link. With this kaggle-data, I've prepared a sample code to get started.

https://colab.research.google.com/drive/1EuBv-kZxyw6PkK3SmGeHHv_gF8A_LsrA?usp=sharing

divyashreepathihalli commented 8 months ago

@innat thank you for the colab, have you opened a PR for this?