This repository contains code to run the GUIs for processing photos before they can be used for reconstruction.
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
export PYTHONPATH=<path_on_computer>/photo-calibration-gui
python gui/<name_of_gui>.py