facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
30.42k stars 7.47k forks source link

Distance estimation using DensePose #505

Open ItamarSafriel opened 4 years ago

ItamarSafriel commented 4 years ago

Hello, Given an image (of a person) that want through the DensePose pipeline, Is it possible to get an approximation of the distance between a point on the front of the forehead to the beck of the head (and in general any two points in 3D space)?

Thanks, Itamar

no-1ne commented 4 years ago

Some discussion here https://github.com/facebookresearch/detectron2/issues/165#issuecomment-565933774

vkhalidov commented 4 years ago

@ItamarSafriel Currently this is not possible, since DensePose establishes a mapping from a generic mesh into a given image. So using mesh vertices that correspond to the estimated IUV values of pixels will give distances on the generic mesh that are not person-specific.

BadrOuabou commented 1 year ago

Hello, everyone! I've been struggling to install DensePose on Windows for three days now, and all my attempts have failed. I've tried many virtual environments with Anaconda, WSL, etc. Even when I finally manage to install all the packages, I can't run my code because there are some corrupted files. So please, if anyone has a real and complete procedure or even a tip for installing DensePose on a Windows environment, it would be greatly appreciated. Thank you all in advance.