mmaction
mmaction copied to clipboard
Do you have plan to add some light-weight model in this repo?
Hello, thank you for sharing your great work on action recognition. Do you have plan to add some light-weight model, for example, C3D with shallow backbone, or recently released X3D ?
Hi @Kewenjing1020 , C3D has been added in the latest commit. Check if it meets your need.
As of the X3D, @kennymckormick shall we add into our timeline?
@zhaoyue-zephyrus @kennymckormick Yes, C3D is added in the repo. Could you share some light-weighted models trained on Kinetics? Actually, I'd like to do some training on Charades and AVA, it seems pretraining on Kinetics impacts a lot.
Hi, @Kewenjing1020 , recently I'm working on my research project. Perhaps I will add X3D several weeks later. You are welcome to raise a PR if you decide to implement it on your own.
Hi @Kewenjing1020 The porting of X3D is close to completion. Check it out here: https://github.com/zhaoyue-zephyrus/mmaction/tree/x3d. Will merge it soon.