Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Action Localization with Cross Layer Task Decoupling and Refinement(CLTDR-GMG)

Our code is built upon the codebase from ActionFormer,TemporalMaxer and Tridet, and we would like to express our gratitude for their outstanding work.

Environment

  • Ubuntu20.04
  • NVIDIA RTX 4090 GPU
  • Python3.8, Pytorch2.0 and CUDA11.8
  • h5py, joblib, matplotlib, numpy, pandas, PyYAML, scikit_learn, scipy, setuptools

Install NMS

cd ./libs/utils
python setup.py install --user
cd ../..

Pretrained Models

We provide our pre-trained models.

Google drive: https://drive.google.com/drive/folders/1H4VMqzX2gOnINy7lIMiwpy-tGmj2Yn6c?usp=drive_link

Training and Evaluation

Train: python ./train.py ./configs/xxxx.yaml --save_ckpt_dir ./ckpt/xxx

Eval: python ./eval.py ./configs/xxxx.yaml <path of the weights>

About

Temporal Action Localization with Cross Layer Task Decoupling and Refinement

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages