zju3dv / SMAP

[ECCV 2020] SMAP: Single-Shot Multi-Person Absolute 3D Pose Estimation
Apache License 2.0
241 stars 37 forks source link

Is there a better way of visualization? #2

Closed ShaoXiang23 closed 4 years ago

ShaoXiang23 commented 4 years ago

First of all, thank you for providing the code that can be used for research, your work is very meaningful! I learned from reading the source code that the visualization method is based on Matplotlib. I want to know how the visualization method in your paper is implemented? If possible, can you provide some effective code, whether it is Matplotlib or other platforms. Thank you!

raypine commented 4 years ago

We use open3d and pyrender that render the mesh of the skeleton and scene in our paper. You can refer to their docs.

ShaoXiang23 commented 4 years ago

We use open3d and pyrender that render the mesh of the skeleton and scene in our paper. You can refer to their docs.

We use open3d and pyrender that render the mesh of the skeleton and scene in our paper. You can refer to their docs.

I will try, thank you for your quick reply.

Frank-Dz commented 3 years ago

We use open3d and pyrender that render the mesh of the skeleton and scene in our paper. You can refer to their docs.

We use open3d and pyrender that render the mesh of the skeleton and scene in our paper. You can refer to their docs.

I will try, thank you for your quick reply.

Did you successfully visualize the output?