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

Training the action model from scratch #5

Closed
albertaparicio opened this issue Aug 10, 2020 · 2 comments
Closed

Training the action model from scratch #5

albertaparicio opened this issue Aug 10, 2020 · 2 comments

Comments

@albertaparicio
Copy link

I was looking into this project and I was wondering if there is a supported way for training the Action Recognition model from scratch. I have not seen any mention of it in the documentation nor I have seen any script that indicates this is supported.

Any pointers in this matter are appreciated. Thank you

@ycxioooong
Copy link
Collaborator

ycxioooong commented Aug 10, 2020

Hi there,

We do not support training and will not support it in the future.

But you could use mmaction for training action models.
Since our framework follows the same API design as mmaction,
you could very easily transfer the pre-trained models from mmaction to movienet.tools and extract action features using movienet.tools.

Besides, currently mmaction already supports a wide range of methods on all the action understanding tasks, including action recognition, action temporal detection, and spatial-temporal action detection.

@ycxioooong
Copy link
Collaborator

ycxioooong commented Aug 10, 2020

By the way, if you want to train person detection models by yourself, please refer to mmdetection.

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

2 participants