You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!:)
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for your open source spirit, good work!
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!:)
The text was updated successfully, but these errors were encountered: