open-mmlab / mmaction2

OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
https://mmaction2.readthedocs.io
Apache License 2.0
4.29k stars 1.25k forks source link

demo_video_structuralize.py #1686

Open QueenW1998 opened 2 years ago

QueenW1998 commented 2 years ago

Can the demo_video_structuralize.py detect 2S GCN and stgcn?

kennymckormick commented 2 years ago

Unfortunately, you cannot use GCN models in demo_video_structualize, since currently we use k400 action classes for action recognition demo and AVA action classes for skeleton action recognition demo. We only provide PoseC3D trained on these two datasets (no other algorithms).

QueenW1998 commented 2 years ago

Thank you. What do I need to do if I need to modify the dataset to a user-defined category? If the user-defined dataset trains the specified action, which document can I refer to for dataset format creation?

QueenW1998 commented 2 years ago

Unfortunately, you cannot use GCN models in demo_video_structualize, since currently we use k400 action classes for action recognition demo and AVA action classes for skeleton action recognition demo. We only provide PoseC3D trained on these two datasets (no other algorithms).

Hello! I would like to ask which demo can implement GCN model? Thanks.