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

I found a little problem in tools/build_of.py abuout extra flow and rgb #261

Closed SouGongngai closed 5 years ago

SouGongngai commented 5 years ago

At line 120. vid_list = glob.glob(src_path+'/*.'+ext), should change to vid_list = glob.glob(src_path+'/*/*.'+ext) (^__^) 嘻嘻……