clinplayer / Point2Skeleton

Point2Skeleton: Learning Skeletal Representations from Point Clouds (CVPR2021)
MIT License
206 stars 38 forks source link

Which tool did you use to visualize qualitative results in your paper? #11

Closed trung6 closed 2 years ago

trung6 commented 2 years ago

Hi, thanks for great work! I just wonder which tool you used to visualize qualitative results in your CVPR paper.

clinplayer commented 2 years ago

Hey, we simply use Meshlab. In FileRW.py, we have a function named save_skel_mesh(v, f, e, path_f, path_e) that outputs two separate files for skeletal curves and skeletal surfaces. We load the two files together in Meshlab.

trung6 commented 2 years ago

Thanks!