Pytorch implementation of Auxiliary Learning for Self-Supervised Video Representation via Similarity-based Knowledge Distillation, published as a CVPR 2022 workshop paper.
Follow instructions in VideoPace
cd auxSKD
python train.py --gpu 0,1 --bs 30 --lr 0.001 --height 128 --width 171 --crop_sz 112 --clip_len 16
cd ..
cd VSPP
python train.py --gpu 0,1 --ckpt ./auxSKD_pretrained_weights.pth --bs 30 --lr 0.001 --height 128 --width 171 --crop_sz 112 --clip_len 16
Part of our codes are adapted from ISD and VideoPace, we thank the authors for their contributions.
For any question, please file an issue or contact
Amirhossein Dadashzadeh: amir.dzd@gmail.com