-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 for Video #1064
Comments
You can set your Data Augmentation in config like this. |
And if you find this repo help you, you can give us a star : ) ! |
There are 4 kinds of data augmentation for training
|
Besides, you can refer to the configs of tsm-r50/sthv1, which contains a lot of different data augmentation pipelines. |
Thank you @dreamerlin and @irvingzhang0512 Could I ask you more question, please @dreamerlin?
Thank you very much! |
Hey @dreamerlin and @irvingzhang0512 , |
Hi @irvingzhang0512 , |
Yes, it's normal, DataAugment requires a lot of cpu resources. |
thank @irvingzhang0512 , Could I ask you 2 question, please?
Thank you very much. |
|
I am finding it hard to calculate a value for learning rate when different number of GPUs available. Since |
Since the total batch size is still 64, you can use 0.08. |
Will the video data use "cutout" as data augmentation? If so, what is the typical cutout ratio setting? Thanks! |
Hello @dreamerlin,
Thank you and your team for your contribution.
Could I ask you a question for Data Augmentation, please?
How can we set the config for augmentation data during training?
Thank you very much!
The text was updated successfully, but these errors were encountered: