Skip to content
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

Open
wzmsltw opened this issue Aug 28, 2019 · 6 comments
Open

Question about model testing. #4

wzmsltw opened this issue Aug 28, 2019 · 6 comments

Comments

@wzmsltw
Copy link

wzmsltw commented Aug 28, 2019

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.

@laura-wang
Copy link
Owner

@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.

@ShiQingHongYa
Copy link

@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?

@ShiQingHongYa
Copy link

@laura-wang Thanks for your interesting work. Could you plase privde the code of test

@laura-wang
Copy link
Owner

@alice0522 Sorry, I am quite busy these days. I'll update it as soon as possible.

@ShiQingHongYa
Copy link

@laura-wang Thank you very much !!! Please also privde the code of appearance statistics,your job is very good,thank you !

@Sissuire
Copy link

Sissuire commented Dec 11, 2020

The pretrained model is expected to be released if possible, either with PyTorch or Tensorflow~ @laura-wang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants