yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.53k stars 477 forks source link

split error #267

Open ys-dpc opened 5 years ago

ys-dpc commented 5 years ago

First of all, thank you very much for your open source spirit, good work!

Since I only use pytorch and not caffe framework, and I only want to use RGB frame for experiments and do not want to generate optical flow, I wrote a new file to generate list.txt. However, I suspect there are some mistakes.

My split. txt data format is: /home/dpc/3D-ResNets-PyTorch-master/data/test_jpg/ApplyEyeMakeup/v_ApplyEyeMakeup_g08_c01.avi 121 0 /home/dpc/3D-ResNets-PyTorch-master/data/test_jpg/ApplyEyeMakeup/v_ApplyEyeMakeup_g08_c02.avi 118 0 /home/dpc/3D-ResNets-PyTorch-master/data/test_jpg/ApplyEyeMakeup/v_ApplyEyeMakeup_g08_c03.avi 147 0 ......

My RGB frame directory format is: ApplyEyeMakeup/v_ApplyEyeMakeup_g01_c01.avi/img_00001.jpg ApplyEyeMakeup/v_ApplyEyeMakeup_g01_c01.avi/img_00002.jpg ApplyEyeMakeup/v_ApplyEyeMakeup_g01_c01.avi/img_00003.jpg ......

Can you help me to see what's wrong? thank you!:)

Nauman007 commented 4 years ago

hi @ys-dpc did u find the solution to this ?