-
Notifications
You must be signed in to change notification settings - Fork 10
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
Question about model testing. #4
Comments
@wzmsltw Hi, sorry for the late reply. Quite busy these days. As for the action recognition task, since the datasets UCF101 and HMDB51 are not so small, we don't extract features and then use SVM for classification. Instead, we just retain the conv weights from the pretrained network, and the finetune the whole C3D. |
@laura-wang thanks for your interesting work. I find that you use the pretrained network, then finetune the whole C3D,could you please give me the network that is the pretrained? |
@laura-wang Thanks for your interesting work. Could you plase privde the code of test |
@alice0522 Sorry, I am quite busy these days. I'll update it as soon as possible. |
@laura-wang Thank you very much !!! Please also privde the code of appearance statistics,your job is very good,thank you ! |
The pretrained model is expected to be released if possible, either with PyTorch or Tensorflow~ @laura-wang |
Hi @laura-wang , thanks for your interesting work. Since I am new to self-supervised learning, I have some questions about model evaluation.
For "action similarity labeling" and "scene recognition" task, linear SVM is used for classification. But for "action recognition", after extracting C3D feature, how classification is done?
I am looking forward to your reply.
The text was updated successfully, but these errors were encountered: