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

What are the different data augmentation techniques followed in the paper? #6

Open
ajay9022 opened this issue Feb 20, 2019 · 1 comment

Comments

@ajay9022
Copy link

In the paper, accuracy for different data-augmentation techniques have been such as

1. Random-clipping
2. Multiscale-cropping

I didn't understand what they mean. I read something on Random-clipping but it wasn't enough to understand.

Can you put some light on these two?

@gulvarol
Copy link
Owner

Random clipping is selecting a random starting frame from the sequence, which is quite standard nowadays. The implementation is pretty clear:
https://github.com/gulvarol/ltc/blob/master/donkey.lua#L42

Multiscale cropping is a simple augmentation as well:
https://github.com/gulvarol/ltc/blob/master/donkey.lua#L213

If the explanations in the paper are not sufficient to understand, you can also check the references we give ([6, 23]).

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