hugoycj / 2.5d-gaussian-splatting

an unofficial 2DGS implementation based on GauStudio
https://github.com/GAP-LAB-CUHK-SZ/gaustudio
Other
220 stars 4 forks source link

camera model type #2

Open StevenssW opened 2 months ago

StevenssW commented 2 months ago

When I use the iPhone's telephoto lens for video shooting and calculate it through colmap, the following error occurs after training. Isn't anamorphic lens currently supported:

File "GauStudio/gaustudio/gaustudio/datasets/colmap.py", line 44, in readColmapCameras assert False, "Colmap camera model not handled: only undistorted datasets (PINHOLE or SIMPLE_PINHOLE cameras) supported!" AssertionError: Colmap camera model not handled: only undistorted datasets (PINHOLE or SIMPLE_PINHOLE cameras) supported!