kkahatapitiya / Coarse-Fine-Networks

Code for our CVPR 2021 paper "Coarse-Fine Networks for Temporal Activity Detection in Videos"
MIT License
55 stars 7 forks source link

Reproduce the numbers you reported #8

Closed Lilyo closed 3 years ago

Lilyo commented 3 years ago

Hi @kkahatapitiya ,

Thank you in advance for your excellent work! As you mentioned in your README.md: "use this evaluation script to reproduce our reported numbers."

I want to know where I can get your results (such as this "test_submission_localize.txt", which is required by "Charades_v1_localize.m"), because I want to reproduce the numbers you reported.

I'm looking forward to your reply!

Thanks

kkahatapitiya commented 3 years ago

localize_corr_v1.csv is the file you are looking for.

Lilyo commented 3 years ago

Hi,

Does this mean I can type the command line below directly in MATLAB?

[rec_all,prec_all,ap_all,map]=Charades_v1_localize('localize_corr_v1.csv','Charades_v1_test.csv');

kkahatapitiya commented 3 years ago

Yes, I think so. The annotation file should be Charades_vu17_validation.csv

Lilyo commented 3 years ago

Yes, It solved my problem. Thanks.