mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Detection

lewibs opened this issue · comments

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.

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 :)