Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 690 Bytes

File metadata and controls

22 lines (16 loc) · 690 Bytes

ACLnet_Pytorch

It's a Pytorch implementation of ACLnet, one sample from the DHF1K dataset is includede in this Repo.

Quick start

pip install -r requirements.txt

Train

python main_pt.py

With pretrained weight

python main_pt.py --weight <your weight>

Test

python main_pt.py --mode test --weight <your weight>

Output

Trained only with the DHF1K dataset, tested on different resolutions of input frames

References

ACLnet

Convolutional LSTM