pqhieu / jsis3d

[CVPR'19] JSIS3D: Joint Semantic-Instance Segmentation of 3D Point Clouds

Home Page:https://pqhieu.com/research/cvpr19/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualize

QingWindIsStillTheWind opened this issue · comments

How can I visualize the prediction results after using pred.py,What does visualization mean in eval.py? After I use it, I use meshlab to display the ply file, but some files show that the time point cloud has no color?

You have to write the color mapping function yourself. Basically convert the label into RGB colors. For visualization, take a look at https://docs.pyvista.org