json87
json87
Thanks for your reply. I will check the code for cubic conversion.
This bug has been addressed in the new commit 962daa2.
you should download the code in this repo (https://github.com/json87/SphereSfM).
I think that for 3DGS, you should modify the camera model in the corresponding repo since the SfM results of SphereSfM is consistent with ColMap.
Recently, I would release the code to convert sphere images to perspective images, and the SfM results can be directly used in all 3DGS.
You should use the source code in this repo.
I do not use the command "colmap automatic_reconstructor --image_path ./images --workspace_path". You can try the listed commands in this repo.
parser.add_argument("--camera_params", default="1,6144,3072", type=str) # Default from repo you should modify the camera params according to your datasets.
if the camera parameters are OK, you should pay attention to the overlap degree of images.
> > If the camera parameters are OK, you should pay attention to the overlap degree of images. > > Sorry, all images are from your urban street dataset. I...