wangxiang1230 / OadTR

Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".
MIT License
87 stars 12 forks source link

thumos_val_anno.pickle #12

Open Quadwo opened 2 years ago

Quadwo commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: '/home/dancer/mycode/Temporal.Online.Detection/Online.TRN.Pytorch/preprocess\thumos_val_anno.pickle'

this pickle file is missing. Can you help?

wangxiang1230 commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: '/home/dancer/mycode/Temporal.Online.Detection/Online.TRN.Pytorch/preprocess\thumos_val_anno.pickle'

this pickle file is missing. Can you help?

Hi, you need to unzip the anno file "./data/anno_thumos.zip"

Quadwo commented 2 years ago

Alright... thanks.

Quadwo commented 2 years ago

Also can you give me some info in the Thumos Dataset----which one you downloaded for this project.Thanks

wangxiang1230 commented 2 years ago

Also can you give me some info in the Thumos Dataset----which one you downloaded for this project.Thanks

The THUMOS14-ANet feature works directly, while the THUMOS14-Kinetics feature needs to adjust the input dimension to 4096.

Quadwo commented 2 years ago

Okay... I've done that but still cannot find Anet2016 feature v2 video_valdation_0000690_rgb.npy. Can you help me with this ?

wangxiang1230 commented 2 years ago

Okay... I've done that but still cannot find Anet2016 feature v2 video_valdation_0000690_rgb.npy. Can you help me with this ?

Hi, the file is already in "thumos_all_feature_val_tsn_v2.pickle". image

Quadwo commented 2 years ago

Okay... I've done that but still cannot find Anet2016 feature v2 video_valdation_0000690_rgb.npy. Can you help me with this ?

Hi, the file is already in "thumos_all_feature_val_tsn_v2.pickle". image

alright... I have been able to do this. thanks. Do i need to unpickle all the files to gain access?

wangxiang1230 commented 2 years ago

Okay... I've done that but still cannot find Anet2016 feature v2 video_valdation_0000690_rgb.npy. Can you help me with this ?

Hi, the file is already in "thumos_all_feature_val_tsn_v2.pickle". image

alright... I have been able to do this. thanks. Do i need to unpickle all the files to gain access?

You can use the pickle package to read files directly.

Quadwo commented 2 years ago

Okay Thanks.

Quadwo commented 2 years ago

Hi, I've been able to resolve the issues I was having. thanks. also in the paper can you explain to me how the feature extraction was achieved? Cheers

Quadwo commented 2 years ago

Hi..,can you assist me on how the to generate the graphs in the paper? Thanks

elhamravanbakhsh commented 2 years ago

Okay Thanks.

May I know how you solved the problem? I have the same problem with FileNotFoundError: [Errno 2] No such file or directory: 'data/THUMOS14/Feature/Anet2016_feature_v2/video_validation_0000690_rgb.npy'

wragon commented 2 years ago

May I know how you solved the problem? I have the same problem with FileNotFoundError: [Errno 2] No such file or directory: 'data/THUMOS14/Feature/Anet2016_feature_v2/video_validation_0000690_rgb.npy'

Move the "thumos_allfeature{}_tsn_v2.pickle" file to the OadTR/data directory