last-one / PyTorch-Cascaded-Pyramid-Network

a pytorch implementation of CPN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch Cascaded Pyramid Network (CPN)

This is a PyTorch re-implementation of CPN (Cascaded Pyramid Network), which wins 2017 COCO Keypoints Challenge. The original repo is here based on tensorflow.

Contents

Require

Pytorch: 0.2.0_3

Training Steps

Citation

Please cite the paper in your publocations if it helps your research:

@article{Chen2018CPN,
	Author = {Chen, Yilun and Wang, Zhicheng and Peng, Yuxiang and Zhang, Zhiqiang and Yu, Gang and Sun, Jian},
	Title = {{Cascaded Pyramid Network for Multi-Person Pose Estimation}},
	Conference = {CVPR},
	Year = {2018}
	}

About

a pytorch implementation of CPN


Languages

Language:Python 100.0%