1

Given an image, say, this, I am using the Key-Point R-CNN (from detectron2) to get the coordinates of the nose and either foot. Using this code, I get a 3D-reconstruction. DensePose changes the person's pose (as shown in the previous link). Using the 3D model and the key-points, how can I get the 3D coordinates of the nose and feet? (As of right now, they do not match). I used the projection of the model to the Y-Z plane then tried looking for the right and left most maxima but couldn't find a good enough algorithm.

Thanks!

0 Answers0