clinplayer / Point2Skeleton

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

How to show/displace the testing result files? #27

Closed manphis closed 11 months ago

manphis commented 11 months ago

I was able to generate 6 output files for each point cloud input file when executing test.py. But how can I show or display the 6 output files (2 .off files and 4 .obj files)?

thanks

clinplayer commented 11 months ago

Hi, you can drag all the files to MeshLab together. The .off file is the input point cloud, the _edge.obj is the skeletal lines, and the _face.obj is the skeletal faces.