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

> @dagongji10 Excuse me, can I ask you a question? Must I provide bbox of pictures when I test a picture?Could you please give me a script which can visualize...

哈喽,你们会考虑编写单张图像或视频流的测试程序吗?

As the title said, is it possible to add new joint in the skel and retrain the model with this new skel ?

Hi, how we can decrease batch size for small GPU? I tried in mpest and confiq.py file but I got error "List out of index".

I use FPN to detect person,when there are many people and close to each other, the box will get some overlap. Just as below picture show. ![git](https://user-images.githubusercontent.com/15357846/56792009-22570c00-683b-11e9-9b1c-8322817c36a9.jpg) Is there any...

Hello! I want to speed up the testing process, so I'm thinking to use just GlobalNet, without RefineNet. Do you think this could work without losing too much AP? Also...

I read the code, and it seems that the result is just inferred from refine net. Refine net with OHKM gets better results. It seems refine net gets better features...

How many epochs did you use to train the models? Did you train the different models using different epochs? I read your paper. You said, the learning rate is decreased...

First of all, thanks for sharing the work. You used 8 Titank GPUs for training . Now, I want to retrain the keypoints detection model as you using COCO dataset...

How do you think a batch size of 8 versus the batch size you used affect the final output? Have you experimented with batch size at all to see the...