Skip to content

Nablax/ACLnet-Pytorch

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages