I'm trying to build the package in google colab, I did follow the instruction in your docker file.
COLMAP is installed correctly but I still can't find the "SPHERE" camera model, the code runs well when trying another camera model.
Here are the commands I used after installing the dependencies
!git clone https://github.com/colmap/colmap.git
%cd colmap
!git reset --hard dev
!mkdir build
%cd build
!cmake .. -GNinja -DCMAKE_CUDA_ARCHITECTURES=native
!ninja
!sudo ninja install
%cd ../..
am I doing something wrong in the installation? Any guidance is really appreciated
I'm trying to build the package in google colab, I did follow the instruction in your docker file.
COLMAP is installed correctly but I still can't find the "SPHERE" camera model, the code runs well when trying another camera model.
Here are the commands I used after installing the dependencies
am I doing something wrong in the installation? Any guidance is really appreciated