Python-based experiments for PathCAM
# create virtual environment
python -m venv ./venv
source ./venv/bin/activate
# install requirements
pip install -r requirements.txt
conversion/
: Jupyter notebooks for converting raw data to tiffscomposition/
: Notebooks for composing images withlarge_image
tulane_images/
: Contains source images from Tulane datasetmisc/
: Experimental notebooks