A Toolkit for Video Action Recognition(Classification/Detection) PyAction is an open source video action recognition codebase from PLUS Group that provides state-of-the-art video action classification/detection models.
Our codebase is built on the top of SlowFast.
- Main Code Release, configuration will be updated soon.
- Initialize the Project, Code & Model will come soon.
- Remove all registry mechanism
- User-friendly config without
yacs
- Folder-based Experiments Management
- C2D
- I3D
- Non-local Network
- SlowFast
- SlowOnly
PyAction is released under the Apache 2.0 license.
We provide a large set of baseline results and trained models available for download in the PySlowFast Model Zoo.
Please find installation instructions for PyTorch and PyAction in INSTALL.md. You may follow the instructions in DATASET.md to prepare the datasets.
Follow the example in GETTING_STARTED.md to start playing video models with PySlowFast.
@inproceedings{zhang2021itanet,
title={Learning Implicit Temporal Alignment for Few-shot Video Classification.},
author={Zhang, Songyang and Zhou, Jiale and He, Xuming},
booktitle={IJCAI},
year={2021}
}