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

error about eval_net.py #207

Closed zhaobaozi closed 6 years ago

zhaobaozi commented 6 years ago

HI @yjxiong when i run python tools/eval_net.py ucf101 1 rgb /home/USER/Downloads/temporal-segment-networks/data/UCF-101 models/ucf101/tsn_bn_inception_rgb_deploy.prototxt models/ucf101_split_1_tsn_rgb_reference_bn_inception.caffemodel --num_worker 1 --save_scores aaaa.log I MEET Traceback (most recent call last): File "tools/eval_net.py", line 119, in video_scores = map(eval_video, eval_video_list) File "tools/eval_net.py", line 69, in eval_video video_frame_path = f_info[0][vid] KeyError: 'v_ApplyEyeMakeup_g08_c01' What shoulf i do?

yjxiong commented 6 years ago

Your video is not found by the system. check your video directore paths.