yanx27 / PointASNL

PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling (CVPR 2020)
MIT License
260 stars 34 forks source link

How do you visualize the segmentation results on semantickitti dataset? #14

Closed longmalongma closed 4 years ago

longmalongma commented 4 years ago

How do you visualize the segmentation results on semantickitti dataset? Can you provide visualization code for segmentation results?

yanx27 commented 4 years ago

Hi @longmalongma , I use Open3D for visualization in paper. The codes for visualization is somehow messy, I will update in the future. Actually, our code already shown codes for visualization here, but it needs to be opened by MeshLab. If you have interest, you can modify visualized codes from it.

longmalongma commented 4 years ago

Hi @longmalongma , I use Open3D for visualization in paper. The codes for visualization is somehow messy, I will update in the future. Actually, our code already shown codes for visualization here, but it needs to be opened by MeshLab. If you have interest, you can modify visualized codes from it.

Thanks, you do not provide codes for visualization on scannet dataset, looking forwarding to your codes for visualization for scannet dataset.

longmalongma commented 4 years ago

Hi @longmalongma , I use Open3D for visualization in paper. The codes for visualization is somehow messy, I will update in the future. Actually, our code already shown codes for visualization here, but it needs to be opened by MeshLab. If you have interest, you can modify visualized codes from it.

Thanks, after I have trained, I will try to test and visualize it.