Open kevintsq opened 3 months ago
Can you tell us the references you used to know that?
It's actually in another part of your code lol https://github.com/graphdeco-inria/hierarchical-3d-gaussians/blob/3c601568d3c0557cee3840e4ef79dce3a60ec02b/scene/colmap_loader.py#L24-L36 But something needs to be refactored to support this.
Hi, if I understood correctly this should be fixed now https://github.com/graphdeco-inria/hierarchical-3d-gaussians/commit/57a272cae3f9c8fd593c3686468f8f2246a81184#diff-08087f0ee34fd3281295a85603ec280eed6ad8d34e362992abe3e37b4243bbda.
https://github.com/graphdeco-inria/hierarchical-3d-gaussians/blob/3c601568d3c0557cee3840e4ef79dce3a60ec02b/preprocess/fill_database.py#L22
This line assumes the camera model is
PINHOLE
. It causes failure afterward when I use aSIMPLE_PINHOLE
model. Maybe a better way is to set this value according todatabase.db
.