Joint-task Self-supervised Learning for Temporal Correspondence
Xueting Li*, Sifei Liu*, Shalini De Mello, Xiaolong Wang, Jan Kautz, Ming-Hsuan Yang.
(* equal contributions)
In Neural Information Processing Systems (NeurIPS), 2019.
If you use our code in your research, please use the following BibTex:
@inproceedings{uvc_2019,
Author = {Xueting Li and Sifei Liu and Shalini De Mello and Xiaolong Wang and Jan Kautz and Ming-Hsuan Yang},
Title = {Joint-task Self-supervised Learning for Temporal Correspondence},
Booktitle = {NeurIPS},
Year = {2019},
}
First propagate pose:
python test_jhmdb.py --evaluate --topk_vis 20 --sigma 0.5 --cropSize 320
Then test PCK by:
python eval_pck.py
Note you need to generate your own testlist_split1.txt
w.r.t the JHMDB dataset path.
- This code is based on TPN and TimeCycle.
- For any issues, please contact xli75@ucmerced.edu or sifeil@nvidia.com.