zhoubolei / TRN-pytorch

Temporal Relation Networks
http://relation.csail.mit.edu/
Other
787 stars 190 forks source link

Is this program only run 2-seconds short video? #55

Open 595448755 opened 5 years ago

595448755 commented 5 years ago

python3 test_video.py --arch InceptionV3 --dataset something \ --weights pretrain/TRN_something_RGB_BNInception_TRNmultiscale_segment8_best.pth.tar \ --video_file sample_data/001.mp4 --rendered_output sample_data/001_output.mp4

I upload a video name 001.mp4 have 17-seconds, after runing , the output video named 001_output.mp4 only 2-seconds . the other 15-second is missing. Is this program only run 2-seconds short video?

595448755 commented 5 years ago

all the output video are 2 seconds long.