gaussian-splatting
gaussian-splatting copied to clipboard
Camera model error: Colmap data
I have a question about the camera model of the data: is cameras.bin where the gaussian_splatting model reads the model from? I have a cameras.bin file that I believe specifies PINHOLE model, but I keep getting this error:
Optimizing
Output folder: ./output/752b4cb7-a [03/10 04:25:09]
Reading camera 1/315Traceback (most recent call last):
File "/content/gaussian-splatting/train.py", line 216, in
I also have the files organized as shown in the README. Any clues/tips on what might be causing the problem? Should I maybe specify camera model when I generate the files from Colmap?
Appreciate the help.