keras-team / keras-cv

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

Master Issue to track Preprocessing Layer Support for BBox and Segmentation Masks #1992

Open ariG23498 opened 1 year ago

ariG23498 commented 1 year ago

Segmentation Masks:

BBox:

The list directly comes from this README.

CC: @ianstenbit

innat commented 1 year ago

Partially similar. https://github.com/keras-team/keras-cv/discussions/93

AdonaiVera commented 1 year ago

Hi ! I'm going to work in add augment_bounding_boxes support to RandAugment layer #728 🤗

ariG23498 commented 1 year ago

Hi @cosmo3769 -- I have noticed you taking up on a lot of segmentation map layers 🤗 . Thanks for that. Could you first claim the layers in this issue? -- That would help us track the progress better.

cosmo3769 commented 1 year ago

@ariG23498 Surely. I would tag this issue first before opening a new PR.

cosmo3769 commented 1 year ago

Hi @ariG23498, I have worked on adding segmentation mask support in RandomShear layer. Opening a PR.

cosmo3769 commented 1 year ago

@ariG23498 Could you please add RandomAspectRatio in the 'Segmentation Mask' section in the description above. It's missing here.

IMvision12 commented 1 year ago

@ariG23498 Taking up RandomTranslation and RandomCrop

Zekrom-7780 commented 1 year ago

@ariG23498 can I take CutMix and FourierMix in BBox?

ariG23498 commented 1 year ago

@ariG23498 can I take CutMix and FourierMix in BBox?

Hey @Zekrom-7780 please feel free to take them up! As soon as you have made a PR link this issue and I will update the description accordingly. Thanks!

cosmo3769 commented 1 year ago

Hi @ariG23498, the correct link is [RandomCrop] Supporting Segmentation Masks #2027. Please update. Thank you.