-
Notifications
You must be signed in to change notification settings - Fork 30
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
fine tune the pre-trained model on UCF101 #38
Comments
Other than parameter fine-tuning (I'd say 15 epochs, LR:1e-4 for the convolutional blocks and 1e-3 for the FC layer), make sure the evaluation script is correct. If I recall correctly, the results are reported as video level accuracy on 10 uniformly sampled clips per video, averaged over 3 cross validation splits. I'd expect the clip level accuracy (what you're likely measuring) to be around >80%. |
@bjuncek Thanks for your reply, I did test the clip level accuracy, and I didn't notice the difference between the video level and clip level, I will check it. |
Make sure you're averaging softmaxes rather than predictions (w.r.t. the video level acc). For all conv blocks |
Hi, what is the accuracy of your final fine-tuning on ucf101? |
if I want to fine tune the pre-trained model on UCF101, how could I get the performance of 96.8%?
In my settings, fine-tuning was only performed to train layer4 and the fully connected layer, and the learning rate is 0.0001, am I wrong? Cause the result I got just 78.5%, can you help me? Thank you!
The text was updated successfully, but these errors were encountered: