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

structure of optical flow #271

Closed yangyuke001 closed 5 years ago

yangyuke001 commented 5 years ago

@yjxiong I got the optical flow by py-denseflow resp,and the structure of optical flow as below: optical_flow/ classes_name01/ ... flow_x_01.jpg flow_y_01.jpg img_01.jpg ... classes_name02/ ... flow_x_02.jpg flow_y_02.jpg img_02.jpg ...

It‘s not work when ran I build_file_list.py, so what the correct structure of optical flow looks like? Thanks a lot!