Open MasahiroOgawa opened 2 months ago
I'm using COLMAP for latest main branch (2024/7/31is the latest commit). I used docker for COLMAP with the command
colmap automatic_reconstructor --image_path ./images --workspace_path .
This is strange. Could you print out the shape of the params
at this line?
I'm using docker, and accidentally I removed the container, so now I'm recreating it. After I finished recreation, I will print the shape and values.
I'm trying to run gsplat on my own data, but in fail. I successfully ran COLMAP and got it's outputs including camera.bin, which is needed for gsplat. Then I ran the command;
, I got below error.