una-dinosauria / 3d-pose-baseline

A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
MIT License
1.41k stars 355 forks source link

Тilt forward #196

Open EvgeniaKomleva opened 3 years ago

EvgeniaKomleva commented 3 years ago

Thanks for your research!

Did you have a problem that the predicted 3D skeleton was tilted forward (as in the video https://youtu.be/aRDkFKTKaLs)? Are there any suggestions how this can be solved?

una-dinosauria commented 3 years ago

Not in particular. The data you are testing on may have a somewhat different viewing angle than the one you trained on.

EvgeniaKomleva commented 3 years ago

I use for 3d your model and in 2d model COCO openpose I tested it on several videos and on all the skeleton was tilted. Can you tell me more about how you get 2d coordinates and 3d ones?