-
Notifications
You must be signed in to change notification settings - Fork 119
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
leave_one_out #6
Comments
Yes, we train 130 linear SVMs by leaving each video as the validation set. |
Thanks for your kind help! |
Sorry for disturbing you again! |
In this experiment, I use the libsvm toolbox with linear kernel to train SVM. I think there are some key points related to the performance:
|
Hi,@ZhaofanQiu,thanks for your nice job!
How do you implement the leave-one-video-out algorithm for the Dynamic Scene dataset?
This dataset has 130 videos(13 class,each class 10 videos), Just train 130 models with the libsvm ?
The text was updated successfully, but these errors were encountered: