mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting
MIT License
1.09k stars 134 forks source link

Object Detection #248

Open lewibs opened 3 weeks ago

lewibs commented 3 weeks ago

I have been working on setting up object detection for a while but am totally stumped. Just putting this out there to see if anyone has any ideas on how to do that in a point cloud.

seppestaes commented 3 weeks ago

Semantic segmentation of a pointcloud is possibly what you're looking for. Many, many projects out there. Outside the scope of this project? Unless you plan to turn a future editor into an annotation tool, that would be great :)