I have a .las file and I performed the following operations:
- Convert PointCloud to RGB Image
- Convert PointCloud to GroundTruth Matrix.
- Crop Images and corresponding GroundTruth Matrix to fixed size 256x256
- Train UNet (image and groundtuth label)
- Inference. Get prediction Matrix with each pixel representing Labels
So I've a predicted matrix, I don't know how to map it to PointCloud to see how 3D predicted classification looks like? I'm using Julia