deep-high-resolution-net.pytorch
deep-high-resolution-net.pytorch copied to clipboard
The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
If I want to test a picture of myself ,How will i do ? Which data will i change? Please help me in detail. Thanks for every people who answer...
How to test the model on COCO test-dev set? 请问您是如何在COCO test-dev数据集上进行测试?
Could you please provide the average FPS number on COCO test-dev dataset? Thank you very much.
I got this error when building docker in demo folder. ``` [+] Building 5216.8s (15/23) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 37B 0.0s =>...
Hello, When I load the models in the demo / inference.py code and with the associated yaml (inference.yaml) I have the following layers which don't load (I think all layers):...
Hi! I'm wondering whether six-scale pyramid testing mentioned in the paper is used or not for MPII? I couldn't find the implementation in the code. Thanks!
Recently I reproduced the experiments of HRnet and trained COCO and MPII dataset by myself. I find that the val accuracy of COCO dataset can exactly reach the accuracy in...
i don't know how to use my camera to do the real-time decetion,can you elaborate on that
First of all thank you for your excellent work. I have a question regarding person detection. In your paper it is mentioned that you use a person detector before feeding...
i have try the hrnet_w32 and it shows a desirable result with 73.5 mAP. so i want to use this model in real-time condition with my camera. the problem is...