karfly / learnable-triangulation-pytorch

This repository is an official PyTorch implementation of the paper "Learnable Triangulation of Human Pose" (ICCV 2019, oral). Proposed method archives state-of-the-art results in multi-view 3D human pose estimation!
MIT License
1.09k stars 181 forks source link

Points in 3D not aligned #129

Open jamalknight opened 3 years ago

jamalknight commented 3 years ago

Hi there

I have successfully run the algebraic model, but have a problem with points in 3D. The attached image shows the points in the image in the correct place (all joints) but the 2d keypoints (pred projected) are all over the place.

Is there something I'm missing?

points

chriscosma commented 3 years ago

Could you possibly share your code on running the algebraic model?

jamalknight commented 3 years ago

I followed this fork for algebraic model: https://github.com/Samleo8/learnable-triangulation-pytorch

If you need extra info you can contact me, but I did not get it to work smoothly. As you can see from the keypoints in the above image they are not positioned correctly.

anas-zafar commented 1 year ago

@jamalknight could you please share the steps for running the algebraic model? Thanks

jamalknight commented 1 year ago

Hi there. Unfortunately, its been a few years, and I no longer have the steps or the model I ran anymore. It was a lot of work to get working, and still there was issues. It is unfortunate that this model is not very well documented to replicate.