Closed aendrs closed 2 years ago
I had a problem trying to load the function "extract_frames" with from autovideo import extract_frames In another issue I saw that the function is deprecated. My question is, is the guide available in https://towardsdatascience.com/autovideo-an-automated-video-action-recognition-system-43198beff99d no longer valid?
from autovideo import extract_frames
What is the most current example?
Found the answer, in the specific model page there are links. For example: https://github.com/open-mmlab/mmaction2/tree/master/configs/recognition/x3d I'll leave this answer so it can be helpful to other people.
I had a problem trying to load the function "extract_frames" with
from autovideo import extract_frames
In another issue I saw that the function is deprecated. My question is, is the guide available in https://towardsdatascience.com/autovideo-an-automated-video-action-recognition-system-43198beff99d no longer valid?What is the most current example?