question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to get coordinates of body parts from DensePose?

See original GitHub issue

Hi,

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:open
  • Created 4 years ago
  • Comments:37 (4 by maintainers)

github_iconTop GitHub Comments

9reactions
ghostcommented, Dec 5, 2019

@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.

5reactions
tfedericocommented, Jan 16, 2020

It would be amazing if you could include VideoPose3D in Detectron2

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found