pengxj / action-faster-rcnn

59 stars 22 forks source link

Annotation file can't be found #8

Closed gsygsy96 closed 6 years ago

gsygsy96 commented 6 years ago

When I try this cmmond : python action_tools/eval_linked_results.py --imdb UCF101_RGB_1_FLOW_5_split_0 --res ucf101_vdets_3scales_rgb1flow5.pkl

Error shows: IOError: [Errno 2] No such file or directory: '/home/guan/github/action-faster-rcnn/data/UCF101/UCF101_24_Annotations/Basketball/v_Basketball_g01_c01.xgtf'

Could you teach me how to solve this problem?

pengxj commented 6 years ago

download it from website http://www.thumos.info/download.html!

On Mon, Nov 27, 2017 at 9:23 PM, shanYanGuan notifications@github.com wrote:

When I try this cmmond : python action_tools/eval_linked_results.py --imdb UCF101_RGB_1_FLOW_5_split_0 --res ucf101_vdets_3scales_rgb1flow5.pkl

Error shows: IOError: [Errno 2] No such file or directory: '/home/guan/github/action- faster-rcnn/data/UCF101/UCF101_24_Annotations/Basketball/v_Basketballg01 c01.xgtf'

Could you teach me how to solve this problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pengxj/action-faster-rcnn/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AHPPqJ2vl2eymyEFAMBXYP9isc5Dolglks5s6re7gaJpZM4QroI8 .

-- Best Regards!

Xiaojiang Peng, https//:pengxj.github.io Associate Professor, +86 075586392479

gsygsy96 commented 6 years ago

ok,I have found the solution later. Anyway,thank you very much!