Our code is built upon the codebase from ActionFormer,TemporalMaxer and Tridet, and we would like to express our gratitude for their outstanding work.
- Ubuntu20.04
- NVIDIA RTX 4090 GPU
- Python3.8, Pytorch2.0 and CUDA11.8
h5py, joblib, matplotlib, numpy, pandas, PyYAML, scikit_learn, scipy, setuptools
cd ./libs/utils
python setup.py install --user
cd ../..
We provide our pre-trained models.
Google drive: https://drive.google.com/drive/folders/1H4VMqzX2gOnINy7lIMiwpy-tGmj2Yn6c?usp=drive_link
Train: python ./train.py ./configs/xxxx.yaml --save_ckpt_dir ./ckpt/xxx
Eval: python ./eval.py ./configs/xxxx.yaml <path of the weights>



