pierotofy / OpenSplat

Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀
https://antimatter15.com/splat/?url=https://splat.uav4geo.com/banana.splat
GNU Affero General Public License v3.0
933 stars 87 forks source link

Add support for random intialization of gaussians #7

Open pierotofy opened 9 months ago

pierotofy commented 9 months ago

This can be useful in datasets that don't have sparse points

mikemyan commented 2 weeks ago

tried to run OpenSplat on my own data using ./opensplat /path/to/my/colmap/project -n 2000. The project folder includes an image folder with all input images, a file called database.db, and the corresponding ply file. However, the error says Invalid project folder (must be either a colmap or nerfstudio project folder) .