Open ItamarSafriel opened 4 years ago
Some discussion here https://github.com/facebookresearch/detectron2/issues/165#issuecomment-565933774
@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.
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.
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