This is a PyTorch implementation for our paper "CGCN: Context Graph Convolutional Network for Few-Shot Temporal Action Localization".
- Python == 3.7
- Pytorch==1.1.0 or 1.3.0
- CUDA==10.0.130
- CUDNN==7.5.1_0
- GCC >= 4.9
- pip install git+https://github.com/luizgh/visdom_logger.git
- Create conda environment
conda env create -f env.yml source activate cgcn - Install
Align1D2.2.0cd cgcn_lib python setup.py install - Test
Align1D2.2.0python align.py
- Post-processing : Download the CUHK classifier from this link and place it in "data" folder
This project is licensed under the Apache-2.0 License.
