pqhieu / jsis3d

[CVPR'19] JSIS3D: Joint Semantic-Instance Segmentation of 3D Point Clouds
https://pqhieu.com/research/cvpr19/
MIT License
175 stars 36 forks source link

visualize #32

Closed QingWindIsStillTheWind closed 2 years ago

QingWindIsStillTheWind commented 2 years ago

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?

pqhieu commented 2 years ago

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