mkocabas / pose-residual-network

Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network (ECCV 2018)' paper
https://arxiv.org/abs/1807.04067
346 stars 92 forks source link

add key points detection network #10

Open lc82111 opened 6 years ago

lc82111 commented 6 years ago

Hi, according to your paper, I have implemented a key point network using: resnet50/101 as backbone, and pyramid feature network as feature encoder.