Open MADONOKOUKI opened 11 months ago
Hi, convert.py is used in original Gaussian Splatting for converting custom dataset. Its usage of COLMAP only supports undistorted datasets (PINHOLE or SIMPLE_PINHOLE cameras). You may refer to some of the issues in Gaussian Splatting like this one, or check the dataset and some usage of COLMAP.
I tried to convert my own dataset with convert.py but it failed. Specifically, when preparing 100-500 images from any direction, it produced distorted images in the
image
directory. Is there any good way to correctly convert our own dataset for gaussian-grouping format?