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

Data Augmentation #827

Open
ibraym opened this issue Feb 26, 2023 · 3 comments
Open

Data Augmentation #827

ibraym opened this issue Feb 26, 2023 · 3 comments
Labels
ENHANCE Enhancement of existing features

Comments

@ibraym
Copy link

ibraym commented Feb 26, 2023

Hi,
I suggest adding one or a set of transformers that can be used to increase the dataset size. In some cases there is a need to increase the size of the dataset by applying some transformations (cropping, rotating, ...). Also, I suggest using Detectron2 to implement this feature.
I would be happy to contribute.
Thanks

@vinnamkim
Copy link
Contributor

Hi @ibraym,

Thanks for your interests on Datumaro project.
Let me be clear to understand what you suggest in advance.
Do you want to add a new feature to Datumaro to perform image augmentation offline to further enrich datasets (usually done online during model training)?

Thank you!

@vinnamkim vinnamkim added the ENHANCE Enhancement of existing features label Feb 27, 2023
@ibraym
Copy link
Author

ibraym commented Feb 27, 2023

Hi @vinnamkim

Yes, I think that it would be good to add the ability to perform offline augmentation. BTW I'hv already implemented such functionality to perform augmentation using Detectron2 and Datumaro, that's why I thought that this feature may should be integrated within Datumaro.

@vinnamkim
Copy link
Contributor

Hi @vinnamkim

Yes, I think that it would be good to add the ability to perform offline augmentation. BTW I'hv already implemented such functionality to perform augmentation using Detectron2 and Datumaro, that's why I thought that this feature may should be integrated within Datumaro.

It sounds great! Our team will be happy to review your PR about this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENHANCE Enhancement of existing features
Projects
None yet
Development

No branches or pull requests

2 participants