Feature Request : ability to export the point clouds within the bounding box
hey,
I think the ability to extract out the point clouds within the bounding boxes created, as .CSV or.ply files should be included in the next build.
Thanks in advance :)
Hi @dinkan96,
thanks for the request. I could imagine that as an optional feature. However, I wonder about the concrete implementation:
- Should each bounding box be saved separately in multiple files per point cloud? OR
- Should one
*.plybe written per point cloud containing all bounding boxes?
Also I don't think *.csv would be a suitable format for partial point clouds.
think saving separately will be a better option to have.
@dinkan96 Hi, I implemented a PR to implement this feature here https://github.com/ch-sa/labelCloud/pull/129. Does it suit your use case?
close this as it is implemented in https://github.com/ch-sa/labelCloud/pull/129