facebookresearch / VMZ

VMZ: Model Zoo for Video Modeling
Apache License 2.0
1.04k stars 156 forks source link

error: argument --jitter_scales is required #83

Closed InwoongLee closed 4 years ago

InwoongLee commented 4 years ago

I'm trying to train kinetics from scratch.

I'm following the tutorial training kinetics from scratch, but

in training, when entering "sh scripts/train_r2plus1d_test.sh"

error: argument --jitter_scales is required

The code doesn't have jitter_scales, but there is error.

Is there anyone to solve this?

Plz. Thank you.

dutran commented 4 years ago

These parameters (for data augmentation) are recently added. Either explicitly specify it or this minor modification will make the script works.