This repository contains resources for Computer Vision and Computation Photography.
Guided notebooks for CV and CP learning
Relevant Links to all things development
If you would like to use a virtual environment with preinstalled libraries. Setup the conda environment by using the environment.yml file.
To do so:
- Use the terminal command:
conda env create -f environment.yml
- Activate the new environment:
conda activate cv_env
- Verify that the new environment was installed correctly:
conda env list