Yarroudh/segment-lidar

Can it be used for indoor scene point clouds?

Closed this issue · 5 comments

Can it be used for indoor scene point clouds?

Hello @ayaan-mphasis,
The short answer is no. This version is adapted for aerial LiDAR. Next version will add other features, espacially views, so the package can be applied to MLS and TLS outdoot/indoor datasets. You can give SAM3D a try.

Okay thanks!, Would I need annotations for point cloud scenes in order to use SAM3D? If you are aware of that

Okay thanks!, Would I need annotations for point cloud scenes in order to use SAM3D? If you are aware of that

No, but the point cloud should have RGB values the same as segment-lidar.

Okay, but if I do need the bounding boxes for the segmented objects in SAM3D for other purposes can I get them?

I think you should ask this question in SAM3D repository, they will definitely guide you. Otherwise, you can try writing your own code that extract the bbox for each segment (minx, maxx, miny, maxy, minz, maxz)