Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Data Augmentation of object detection #83

Open
2 tasks
zhiqwang opened this issue Dec 9, 2020 · 3 comments
Open
2 tasks

[RFC] Data Augmentation of object detection #83

zhiqwang opened this issue Dec 9, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@zhiqwang
Copy link
Contributor

zhiqwang commented Dec 9, 2020

🚀 Feature

Hi, Recently I found a repo about data augmentation with excellent programming, named TensorPipe. But it's implemented with tensorflow, do you mind to add this similar features based in PyTorch in our quickvision repo?

Motivation

Augmentation play an important role in practical application especially when the collection of images and its labels is restricted by various reasons or the cost is very high.

Pitch

  • Supports Mosiac Augmentation
  • Supports CutOut
@zhiqwang zhiqwang added the enhancement New feature or request label Dec 9, 2020
@oke-aditya
Copy link
Owner

Yes we can have such augmentation. Especially bounding box augmentations. As of now torchvision itself is getting upgrade for transforms. So maybe after a few releases we will have this.

We can plan for native ops module too.

@oke-aditya
Copy link
Owner

Once we have a nice nested tensor support in PyTorch as pointed out in torchvision (vmap, etc)
It wil be possible for torchvision itself to have params such as probablistic transforms, keep some batches from transforms.
This will make transforms even more powerful.

@zhiqwang
Copy link
Contributor Author

That will be cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants