Replies: 1 comment
-
you can call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for your amazing repo and great effort in the video understanding field. I have a question about importing the existing model.
Suppose I want to create a new model with minor changes to an existing model, and use it in other tasks. So I would prefer to install
mmaction2
, and call it as a library, such as the following.However, when I print the MODELS, I only have my new model.
How can I import the existing model and also keep my customized model?
Beta Was this translation helpful? Give feedback.
All reactions