laura-wang / video-pace

code for our ECCV-2020 paper: Self-supervised Video Representation Learning by Pace Prediction
98 stars 12 forks source link

Image preprocessing #12

Closed hw-liang closed 3 years ago

hw-liang commented 3 years ago

https://github.com/laura-wang/video-pace/blob/master/datasets/ucf101.py#L82

Why using ClipResize((128,171)) instead of (128, 128) in the preprocessing stage?