How to get coordinates of body parts from DensePose?
See original GitHub issueHi,
I used trained from model on my input image and it generated output image with the following code.
!python apply_net.py show configs/densepose_rcnn_R_50_FPN_s1x.yaml model_final_dd99d2.pkl image.png dp_contour,bbox -v
My question is that how can i get coordinates of body parts? For example hands or face coordinates?
Issue Analytics
- State:
- Created 4 years ago
- Comments:37 (4 by maintainers)
Top Results From Across the Web
Overview of DensePose: Dense Human Pose Estimation In ...
So we have 3 output branches, one that tells us which body part(patch) pixel belongs to and one for U, V coordinates each....
Read more >DensePose
We instruct the annotators to estimate the body part behind the clothes, ... and ROI-Align pooling so as to obtain dense part labels...
Read more >Single Person Dense Pose Estimation via Geometric ...
We study the task of single person dense pose estimation. Specifically, given a human-centric image, we learn to map all human pixels onto...
Read more >The IUV map inferred by DensePose a codes body part ...
The IUV map inferred by DensePose a codes body part indices, and UV coordinates within each body part (shown as red–green colour variations...
Read more >DensePose: Dense Human Pose Estimation In The Wild
As the user indicates a point on any of the rendered part views, its surface coordinates are used to simultane- ously show its...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@talatccan @carlossawyerr @frankkim1108 I reaccomplished the functions of IUV extraction from image and IUV projection on SMPL model, and it worked well in Detectron 2. Check this out.
It would be amazing if you could include VideoPose3D in Detectron2