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

About data augmentation. #31

Closed
hufengshuo07 opened this issue Jan 25, 2021 · 1 comment
Closed

About data augmentation. #31

hufengshuo07 opened this issue Jan 25, 2021 · 1 comment

Comments

@hufengshuo07
Copy link

In the paper, i find you mentioned "Each frame is randomly cropped so that its short side ranges in [256, 320] pixels, as in [32, 5, 25]." But in the code, frames are randomly cropped by the area of [0.08,1]. Why are the differences please? Are those maybe-so-small cropped frames meaningful to train the model? And is color jittering necessary to the generalization ability of this task?
Thanks!!

@limbo0000
Copy link
Member

Hi @hufengshuo07,

Using different data augmentations is due to the missing data of original Kinetics-400. Stronger augmentations help us catch up with the baseline model. Therefore, all models use the same augmentations.

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