Open 3DMM-ICME2023 opened 6 years ago
Yes, we train 130 linear SVMs by leaving each video as the validation set.
Thanks for your kind help!
Sorry for disturbing you again! I can not reproduce the result reported in your paper. Could you please tell me more details about training the svm models on the Dynamic Scene dataset? All the models are trained with the liblinear tools and default parameters? If not default, could you show me the parameters you used ? All models used the same parameter? Thank you very much!
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 ?