Prajwal Chidananda

Results 2 comments of Prajwal Chidananda

Installation instructions (https://colmap.github.io/install.html#installation) should be updated to include this.

Try this ``` WORKDIR /mast3r/ RUN pip install pyaml faiss-gpu RUN pip install cython RUN git clone https://github.com/jenicek/asmk WORKDIR /mast3r/asmk/cython/ RUN cythonize *.pyx WORKDIR /mast3r/asmk/ RUN pip install . ```