graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
13.85k stars 1.79k forks source link

gaussian render is always giving two output images no matter what my input images are #975

Open malamutes opened 3 weeks ago

malamutes commented 3 weeks ago

what is possibly the issue? image these same set of images someone else ran on theirs and it worked beautifully but for mine it just outputs 2 images which are distorted

malamutes commented 3 weeks ago

maybe it has something to do with the pipeline of convert.py, i'm trying to prepare a dataset from colmap instead, is it possible to pipe it through to train.py after automatic reconstruction in colmap? there were some issues with distortion but i think i can fix that in extras -> undistortion in colmap

MilesMena commented 2 weeks ago

I had a similar issue and I fixed it by using the same version of COLMAP that the authors use. Make sure you git clone version 3.8 from COLMAP