# pycolmap **Repository Path**: shzhuoyu/pycolmap ## Basic Information - **Project Name**: pycolmap - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-01 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pycolmap Python interface for COLMAP reconstructions, plus some convenient scripts for loading/modifying/converting reconstructions. This code does not, however, run reconstruction -- it only provides a convenient interface for handling COLMAP's output. ## Installation The following works with `setuptools >= 62.0.0`. Run `python3 -m pip install setuptools --upgrade` if necessary. ``` git clone https://github.com/rmbrualla/pycolmap.git cd pycolmap python3 -m pip install -e . ```