Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to obtain AUC (test) results #13

Open
try-harder12 opened this issue Jul 23, 2024 · 1 comment
Open

How to obtain AUC (test) results #13

try-harder12 opened this issue Jul 23, 2024 · 1 comment

Comments

@try-harder12
Copy link

Hello, I encountered some issues while reproducing the results of your work on the Activity_net dataset. How can I obtain the AUC (test) results? I can get AUC (val) by running the command python main.py --cfg-file config/anet_proposals_CLIP_v1.yaml MODE 'validation' GPU_IDS [0], but I cannot get AUC (test) by running python main.py --cfg-file config/anet_proposals_CLIP_v1.yaml MODE 'testing' GPU_IDS [0]. I don't know how to do it. Can you tell me?

@vhvkhoa
Copy link
Contributor

vhvkhoa commented Jul 23, 2024

Hi,

As annotations on test sub-set is not made publicly available by the organizer of ActivityNet-1.3, we could not do evaluation on testing set. Instead, we use our model to do inference on testing videos and upload the results to organizer's website for evaluation.

I'm concerned that the submission portal is closed for a while (may be I'm wrong). However, I have seen many of recent works only reported their performances on validation set of ActivityNet-1.3 due to difficulties in obtaining scores for testing set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants