An open API service indexing awesome lists of open source software.

https://github.com/khaledsharif/colmap-runner

Run a reproducible COLMAP workflow from a YAML configuration file and log NVIDIA Jetson metrics
https://github.com/khaledsharif/colmap-runner

jetson-tx2 jetson-xavier photogrammetry robotics

Last synced: about 1 month ago
JSON representation

Run a reproducible COLMAP workflow from a YAML configuration file and log NVIDIA Jetson metrics

Awesome Lists containing this project

README

        

# COLMAP Runner

## Features

- Run a typical COLMAP workflow from a config file
- Log output, time taken, and resource utilization of each command

## How to run

```
git clone https://github.com/KhaledSharif/colmap-runner.git
cd colmap-runner
python3 ./run.py --image_path ../graham-hall/exterior --config_file ./config/light.yaml --output_path ./output
```

## Output directory structure

```
root@jetson:/output # tree -L 2
.
├── database
│   └── database.db
├── dense
│   ├── fused.ply
│   ├── fused.ply.vis
│   ├── images
│   ├── run-colmap-geometric.sh
│   ├── run-colmap-photometric.sh
│   ├── sparse
│   └── stereo
├── log.json
└── sparse
├── 0
├── 1
└── 2
```