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

[Docs] simplest way to check performance of mmaction2 with pretrained model #2842

Open
sourabCV opened this issue May 14, 2024 · 1 comment
Assignees

Comments

@sourabCV
Copy link

The doc issue

I want to test the inference of mmaction2 with a pre-trained model in python.
I have a 4 minute video with multiple actions I want to pass that in mmaction2 to generate output and save that video as output.mp4 with actions name.
But unable to find documentation that shows my requirements.

Suggest a potential alternative/fix

pls someone add a simpler implementation code with a pre-train model in Python

@gguzzy
Copy link

gguzzy commented May 14, 2024

Hello dude,
as far as I understood, you want to use pretrained model weights (which you can find from the model zoo regarding the selected model chosen for inference), and according to this, you want to try the inference by running the scripts:

  • demo.py
  • demo_skeleton.py
  • demo_spatiotemporal_det.py

An example of running one of the above script 'https://github.com/open-mmlab/mmaction2/blob/main/demo/README.md'

Anyways, I opened an issue as well, regarding in general on how to train a customized dataset, and how to evaluate their evaluation performances based on the metrics already used.

I was able to run the whole process, but the point of opening that is to show how to really be able to use such a powerful framework, I hope they will understand, and I hope I can publish a better documentation for those.

Thanks.

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

3 participants