It's a Pytorch implementation of ACLnet, one sample from the DHF1K dataset is includede in this Repo.
pip install -r requirements.txt
python main_pt.py
With pretrained weight
python main_pt.py --weight <your weight>
python main_pt.py --mode test --weight <your weight>
Trained only with the DHF1K dataset, tested on different resolutions of input frames
