Skip to content

last-one/PyTorch-Cascaded-Pyramid-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
	}

Releases

No releases published

Packages

No packages published

Languages