abedidev / ResNet-TCN

40 stars 12 forks source link

Time Steps in the code #5

Closed Sidney2408 closed 2 years ago

Sidney2408 commented 3 years ago

Hi Abedi, I would like to clarify the some implementation in transforms.py. In the paper, it was said that there were 50 timesteps extracted from the video, so I was wondering, are these time steps consecutive, (i.e. 1.jpg, 2.jpg, etc) or are they extracted throughout the video (i.e. 1.jpg, 3.jpg, ..., 100.jpg ).

abedidev commented 2 years ago

The timestamps are extracted throughout the video, i.e. by downsampling the video.