jiahaoLjh / trajectory-pose-3d

Trajectory Space Factorization for Deep Video-Based 3D Human Pose Estimation
MIT License
38 stars 7 forks source link

Question about 3D visualization #3

Open lisa676 opened 5 years ago

lisa676 commented 5 years ago

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.

jiahaoLjh commented 5 years ago

@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.
lisa676 commented 4 years ago

@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?

jiahaoLjh commented 4 years ago

@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.