PointCNN icon indicating copy to clipboard operation
PointCNN copied to clipboard

model color

Open shmily912 opened this issue 5 years ago • 1 comments

hello, when i visualized the result of pointcnn. I found that the segmented model's color is almost black. so i want to know how could i change the color of it. Thanks cap01

shmily912 avatar Jul 27 '20 09:07 shmily912

hello, when i visualized the result of pointcnn. I found that the segmented model's color is almost black. so i want to know how could i change the color of it. Thanks cap01

The color is set by 'tab20' from matplotlib.cm. There are two ways to help:1.changing the parameter of camp_name in data_utils.py (you could refer to https://matplotlib.org/stable/gallery/color/colormap_reference.html) and fine-tuning the color mapping code. 2. when you test your model, choosing -s to save the ply. Then rewriting the ply file or transforming the ply file to xyz file to change the color.

yechaowang avatar Mar 11 '21 08:03 yechaowang