USTC-Video-Understanding / I3D_Finetune

TensorFlow code for finetuning I3D model on UCF101.
144 stars 43 forks source link

where to get the tvl1_flow from? #30

Closed DSOCT18 closed 5 years ago

DSOCT18 commented 5 years ago

Similarly, update data/ucf101/flow.txt for flow data. Note: we use one file to include x and y part of flow data, so we use {:s} in each line to placehold x or y in the data path. For example, if your flow data are placed like this:

|---tvl1_flow | |---x | |--- y then you can write each line in flow.txt like this:

v_Archery_g01_c06 /data4/zhouhao/dataset/ucf101/tvl1_flow/{:s}/v_Archery_g01_c06 107 2 i.e, use {:s} replace x or y in path. If you are confused, please refer our code to see data loading details.

can anyone tell me how to get the tvl1_flow from? how can i make flow.txt file using it?