jiahaoLjh / trajectory-pose-3d

Trajectory Space Factorization for Deep Video-Based 3D Human Pose Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about 3D visualization

lisa676 opened this issue · comments

Hi, it's really nice work. Result are amazing and project is working fine. I have two questions.
1: How to draw skeleton in 3D space? It's shows 3D results but no in 3D space.
2: Can we use our own image or live cameras (2 or more) for multi-views? This relates to question 1.

@lan786

  1. We visualize the 3D pose with the mplot3d library from matplotlib.
  2. I don't understand how this question relates to Q1. If you want to use your own images, you may need to train or finetune both the 2D keypoint detector as well as the 2D-to-3D mapping model as the distribution of your data may not fit well with the Human3.6M dataset.

@jiahaoLjh Thanks for your response.
My meaning was that can we use camera to get 3D visualization.
Did you plan to release 3D visualization code?

@lan786

We don't have the plan to release 3D visualization code. I would recommend you to take a look at the mplot3d library. It supports mouse interaction to view the 3D scene under changing camera viewpoints.