laura-wang / video-pace

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

The Evaluation Code #18

Open Hussein-A-Hassan opened 3 years ago

Hussein-A-Hassan commented 3 years ago

Hello Laura

Please could you post the evaluation code. There are details that are missing in the paper for example:

Lets say that the network takes a 16 frames clip as input then the ideal testing video length is 160 frames.

1- What is the exact sampling method when evaluating on the testing videos for action recognition? 2- If the testing video is too short, 24 frames, ( there is no way to sample unique 10 clips from it), What is your method to overcome this case? For example, do you abandon short videos or do you pad them ?

3- If the testing video is longer than the required length, 300 frames, then what are the sampling indices of the 10 clips ?

Thanks