video-to-pose3D icon indicating copy to clipboard operation
video-to-pose3D copied to clipboard

Convert video to 3D pose in one-key.

Results 21 video-to-pose3D issues
Sort by recently updated
recently updated
newest added

Hello, I'm working on an action recognition project. Our model based on 25 body joint configurations. I need to use "video-to-pose3D" to generate 3d pose points. I found that "video-to-pose3d"...

how do you train your model (retrained_h36m_detectron_coco.bin). I use the official model can not achieve your performance of visualizasion

Could you explain and point to me in your code where you are perform normalization and unNormalization of the data. If I just try to plot the 3D output the...

# save 3D joint points np.save('outputs/test_3d_output.npy', prediction, allow_pickle=True) rot = np.array([0.14070565, -0.15007018, -0.7552408, 0.62232804], dtype=np.float32) prediction = camera_to_world(prediction, R=rot, t=0) 请问,这部分代码中,rot这四个参数代表什么呢,如何可以得到它们?

json文件里,深度用小数表示,单位是米吗?

As i can see there are some demos with Moving Grid in 3D space, (Input is my Custom video) When i tried that with my custom Video, rendering is located...

运行程序后,我可以得到二维alphapose的关键点可视化图片,但是得不出mp4文件,有人可以帮助解惑一下吗,困扰了很久,提前感谢了

Hello, Thanks for the excellent work. I had a question regarding the alphapose model. Can you please point me out whether the 2D model that you are using is provided...

Thank you for the amazing work. I am trying to run video-to-pose3D with tracking but I am unable to do so by passing --pose_flow as an input. Could you please...

Is there a way to have google colab version of video to 3d pose ?