Skip to content

issues in colab installation #35

@rab306

Description

@rab306

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions