Fixed open3d name

This commit is contained in:
Marc Garcia Puig 2020-09-01 13:03:00 +02:00
parent aabde2182b
commit d75e1516b3
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ LABEL_COLORS = np.array([
(110, 190, 160), # Static
(170, 120, 50), # Dynamic
(45, 60, 150), # Water
(145, 170, 100), # Terrain
]) / 255.0 # normalize each channel [0-1] since is what Open3D uses