tf-cpn icon indicating copy to clipboard operation
tf-cpn copied to clipboard

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Results 43 tf-cpn issues
Sort by recently updated
recently updated
newest added

Hello, in the Section 4.3 of your [ paper](https://arxiv.org/pdf/1711.07319.pdf): "Without extra data involved in training, we achieve 72.1 AP using a single model of CPN and 73.0 using ensembled models...

Traceback (most recent call last): File "mptest.py", line 17, in from lib_kernel.lib_nms.gpu_nms import gpu_nms ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory

thanks for sharing code. i am very interested in your code,could you release the object detector FPN code? thank you

Why did you train on the 2014 images and not the 2017 images? Is this based on experiments with their quality?

Hi, I want to know whether the output contains the label to tell us that the joint is hard, that is it's a occluded or invisible joint, or easy. I...

Hi, This can be run in RealTime? Do you have any data about its benchmark (fps) on a given hardware? I'd like to know if it's possible to get RealTime...

I want to use the pretrain model on my own dataset (not COCO dataset). Which python files do I need to modify?

What are the parameters per image that are needed in the JSON training file if we want to train with our own data? Currently trying to write a script that...

Thanks for your good work. Use this command `python3 network.py -d 0-1` . Why does GPU have not been used? ![image](https://user-images.githubusercontent.com/16516384/41815174-85ef8978-7795-11e8-8486-b18bbdf6b1d7.png)

dear author: did you train without segmentation?