Open lewibs opened 7 months ago
Do you need splats for object detection, or could a pointcloud generated with e.g. COLMAP suffice?
Grtz
@seppestaes Hey! thanks for the response either one would work. From what I can tell the underlying structure between the two is close enough that it could be transferred over.
Ive actually been moving away from using ai to do the heavy lifting and just using something like knn to get the shape of the object, then use the AI to determine the cutoff points.
@lewibs Are you trying two match two pointclouds? If so, you could try Open3D using traditional CV e.g.
Hi everyone, I'm working on a research project and I have been looking into different methods for guassian splat generation so I can make a data set for object detection.
I've got two questions: