Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 455 Bytes

photo-calibration-gui

This repository contains code to run the GUIs for processing photos before they can be used for reconstruction.

Setting up the environment

git clone https://github.com/hvgazula/photo-calibration-gui <path_on_computer>
cd <path_on_computer>/photo-calibration-gui

python -m venv /path/to/virtual/environment/name
source /path/to/virtual/environment/name/bin/activate

pip install -U pip
pip install -r requirements.txt