Closed Naor92 closed 5 years ago
For anyone that was running into a similar issue - I was exporting these as PLY files and then manually converting to text files. Seems this was causing the issue. Exporting straight to an XYZRGB file seemed to fix the problem for some strange reason.
I'm still having an issue with large amounts of points simply disappearing from the cloud after segmentation. Not sure whats's that about yet.
How did you infer? just with XYZ and not with XYZRGBL format?
I used just XYZRGB format. I was using Kinects not Lidar
Hey guys, so I've successfully been able to segment a point cloud of my living room by training my model using the provided 3D indoor parsing dataset. Here is a picture of the old result:
I don't know what could have possibly changed but now running batch_inference seems to cut out half the points of the cloud and not running the segmentation correctly. Like this:
Anyone have a clue what could be causing that behavior? I even reran the training and got decent accuracy results but no change when trying to segment my own point clouds.