NVlabs / ConformalKeypoint

36 stars 0 forks source link

How to get 2D keypoints and corresponding 3D coordinates #2

Closed ZHENGXi-git closed 3 months ago

ZHENGXi-git commented 3 months ago

Dear authors, thanks for your wonderful work!!! I would like to know how to obtain 2D key feature points and their corresponding 3D coordinates?

hankyang94 commented 3 months ago

The code in https://github.com/NVlabs/ConformalKeypoint/tree/master/keypoint should give you 2D keypoints and 3D keypoints (labelled on the model).

It is a pretrained model from a previous paper, hope it helps.

ZHENGXi-git commented 3 months ago

Thank you so much, it's helpful!