3d-pose-baseline icon indicating copy to clipboard operation
3d-pose-baseline copied to clipboard

A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.

Results 32 3d-pose-baseline issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your great work! I have a question about how you make the 3D GT of human3.6M. In the paper, it describes that the 3D pose is zero-centre...

question

Hi, thank you for your appreciate work. I successfully run code with pre-trained model to output 3D png file. However, I have some problems about elbow. These are the results...

question

I have successfully run code to output 3D gif and 2Djson and 3Djson file. Create the gif from squat video ![下載](https://user-images.githubusercontent.com/30438203/67660973-f871d400-f99a-11e9-9ae2-4bed3706b9b6.gif) I know it looks very weird. but is there...

question

Thank you for your work. I would like to know how to use una-dinosauria/3d-pose-baseline for this project: una-dinosauria/3d-pose-baseline, because he did not explain in detail how to use openpose Looking...

Hi friend im using @ArashHosseini code to work with 3d-pose and OpenPose im working with tennis video files and i discovered that depending of the angle 3d-pose detect the person...

extensions

I have a question about the experiment GT/SH described in Table 1. If I understand correctly this is the setup: - Train input is 16 (i.e. 17 - neck) ground...

reproducibility

Hi, I noticed what I think is a minor bug in the loading of previous models. Specifically [here](https://github.com/una-dinosauria/3d-pose-baseline/blob/master/src/predict_3dpose.py#L133): ```python print("Loading model {0}".format(ckpt_name)) model.saver.restore(session, ckpt.model_checkpoint_path) ``` Since you did all the...

bug
help wanted

Hello , I could manage to port the 2D joint detection from `posenet` to `Arash Hosseinis 3d.pose-baseline` . However , i notice that , on doing the 3D lifting ,...

question
extensions

Does your HumanEva results use HumanEva_I or HumanEva_II?

question

The instructions provided in the guide I'm following suggest I use AlphaPose for the 2d joints inference, however I already have Detectron2 setup and was wondering if I could use...