Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you guys make your splats? #223

Open
lewibs opened this issue May 3, 2024 · 4 comments
Open

How do you guys make your splats? #223

lewibs opened this issue May 3, 2024 · 4 comments

Comments

@lewibs
Copy link

lewibs commented May 3, 2024

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:

  1. How do you guys like to make your guassian splats?
  2. Would you be willing to share yours with me at benjaminsl2000@gmail.com?
@seppestaes
Copy link

Do you need splats for object detection, or could a pointcloud generated with e.g. COLMAP suffice?

@seppestaes
Copy link

  1. I'm using SplatFacto, but don't have a lot of data (yet)
  2. How do you plan to annotate the splat/clouds? Cloudcompare? Will you be doing semantic segmentation? Preprocessing with Open3D?

Grtz

@lewibs
Copy link
Author

lewibs commented May 16, 2024

@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.

@seppestaes
Copy link

@lewibs Are you trying two match two pointclouds? If so, you could try Open3D using traditional CV e.g.

  • Ensure pointcloud densities correspond
  • Matching phases: ColorICP, RANSAC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants