Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 570 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

Running a GUI

export PYTHONPATH=<path_on_computer>/photo-calibration-gui

python gui/<name_of_gui>.py