laura-wang / video_repres_sts

Pytorch implementation of our T-PAMI 2021 paper: Self-supervised Video Representation Learning by Uncovering Motion and Appearance Statistics
49 stars 7 forks source link

about train.py parameter #6

Closed AllenPu closed 2 years ago

AllenPu commented 2 years ago

The only problem I want to ask is what is the "start frame" means? Is that a random starting number for each of the video? data_list = 'D:/dataset/ucf101/list/ucf101_train.list' really confused me a lot. I can understand the three row in the list is : video name start frame label and what the start frame actually is? is that keeps the same for all the videos? and since each class of the video have many small videos(like /ApplyEyeMakeup/v_ApplyEyeMakeup_g08_c02/), is the video clip is the random clip of each small video or each small video is a clip in your paper? I really confused on the 'start frame'