Open antonio2600 opened 1 year ago
tsn_r50_video_1x1x8_100e_kinetics400_rgb.py
accepts videos of any length, best if the video has more than 8 frames. Our codes have handled the case where videos are short.
Ok. My dataset has got videos of diferent length, 1min 30s, 1min, 30s, 10s. Does this afect network training?
From my idea, not really.
Hello. How can I see the structure that a model follows in the input layers? I want to understand well how a model trains and also test it with my own dataset, so I have a doubt about the duration of the videos that the model accepts. For example, I want to know how long are the videos that accepts tsn_r50_video_1x1x8_100e_kinetics400_rgb.py.