-
Notifications
You must be signed in to change notification settings - Fork 135
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
can not test the reported accuracy on UCF-101 #69
Comments
Hi @xiaojieli0903! Please post your eval script here. |
Hi, here is my script. I didn't use '--enable_deepspeed' because of the environmental problem. Also I change the 'pretrain' to 'resume'.
|
According to your script, you used |
The input is raw avi videos. Please make sure your input is consistent with ours. |
Thanks for your help! I have gotten the correct test accuracy after changing the following items:
OUTPUT_DIR='/home/gao2/disk/work_dirs/video_mae/ucf_videomae_pretrain_base_patch16_224_frame_16x4_tube_mask_0.75_videos_e3200/eval_lr_5e-4_epoch_100_bs1-16' OMP_NUM_THREADS=1 python3 -m torch.distributed.launch --nproc_per_node=1
|
hello,Shouldn't the number of test videos be 3783, why 56745 |
@YTHmamba Hi, please see this reply. The author use the multi-crop and multi segment testing. |
Hi, Thanks for sharing the code! I have tested the model on UCF-101 val dataset (split-1) you provided in https://drive.google.com/file/d/1MSyon6fPpKz7oqD6WDGPFK4k_Rbyb6fw/view?usp=sharing. But the accuracy is less than 70%. How can I get the 91.3 accuracy you reported in model_zoo?
The text was updated successfully, but these errors were encountered: