Spaces:
Sleeping
Sleeping
File size: 490 Bytes
78d2329 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # 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 .
```
|