facebookresearch / facebookresearch/detectron2
How to get coordinates of body parts from DensePose?
Open
densepose
- Dominant language
- Python
- Stars
- 34.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.