cdapo

Results 3 issues of cdapo

Hi everyone, when generating a merged.ply file and open it with ``` import open3d as o3d pcd = o3d.io.read_point_cloud('merged.ply') print(pcd.colors) ``` it gives me ``` std::vector with 0 elements. Use...

question
sfm-reconstruction

Hi all, I currently have semantic segmentation images like this (from Carla), ![001](https://user-images.githubusercontent.com/82443657/114868697-7e374880-9df6-11eb-95f8-fac7f80a5f04.png) how can I color them to fit the required style? (1 Channel only, mostly "black" image) ![frankfurt_000000_000576_gtFine_labelIds](https://user-images.githubusercontent.com/82443657/114868515-49c38c80-9df6-11eb-948f-e4f1074e9552.png)...

Hi everyone! I'm trying to get a different Color Palette for the Semantic Segmentation Camera (semantic_segmentation_front) by changing the color-codes in /LibCarla/source/carla/image, however, they don't show up when I use...