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

[Question] About Data Augmentation #17

Closed
ia-gu opened this issue May 10, 2024 · 4 comments
Closed

[Question] About Data Augmentation #17

ia-gu opened this issue May 10, 2024 · 4 comments

Comments

@ia-gu
Copy link

ia-gu commented May 10, 2024

Question

I would like to introduce data augmentation to images (texts too in the near future), but I cannot find transforms.
Where can I introduce data augmentation?
Thanks in advance.

@mu-cai
Copy link
Collaborator

mu-cai commented May 12, 2024

Hi,

I guess you are referring that how I edit the images. Here is the code https://github.com/WisconsinAIVision/ViP-LLaVA/blob/main/llava/visual_prompt_generator.py

@ia-gu
Copy link
Author

ia-gu commented May 12, 2024

Sorry, I meant to refer to common data augmentation methods (e.g., HorizontalFlip(), Normalize()).

I supposed to say that https://github.com/WisconsinAIVision/ViP-LLaVA/blob/main/llava/visual_prompt_generator.py does not include them.

@mu-cai
Copy link
Collaborator

mu-cai commented May 12, 2024

There is no data augmentation.

For each image, there are only two preprocess steps:

@ia-gu
Copy link
Author

ia-gu commented May 14, 2024

I didn't know that.
Thanks!!!

@ia-gu ia-gu closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants