pose-residual-network-pytorch icon indicating copy to clipboard operation
pose-residual-network-pytorch copied to clipboard

Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network' paper https://arxiv.org/abs/1807.04067

Results 8 pose-residual-network-pytorch issues
Sort by recently updated
recently updated
newest added

Hello, What is the license of this model ? Thank you

@salihkaragoz Is it possible to provide a script to do the inference using a webcam ?

Given that the full network & training flow is not released by the authors, did anyone actually fully succeed in reproducing the results written in the paper (both the accuracy...

Hi, I got a zero division error during the training, I'm wondering when a bbox[3] has a zero value? Please help to solve this issue, thanks a lot! ---------------------------------------------------------------------------------------------- index...

Why I can't find the backbone and RPN?

i can not find the related code about detection and segmentation in dataloader and network output, where is it? thanks