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

Adding relative imports for building file lists #258

Closed rowhanm closed 5 years ago

rowhanm commented 5 years ago

Running the build_file_list scripts out of the box has compatibility issues. So I have added relative imports which work for Python >= 2.5 (https://docs.python.org/2.5/whatsnew/pep-328.html)

Added some other compatibility fixes as well and now the scripts run without errors on any Python >= 2.7

yjxiong commented 5 years ago

Thanks!