Material for the Computer Vision Lab 2021 at JKU
This repository contains the material for the course Computer Vision at the Johannes Kepler University Linz, Austria.
Slides and lab material can be found in Moodle.
- Erich Kobler (@koblererich)
- Indrajit Kurmi
- Clone this repository:
git clone https://github.com/JKU-ICG/cv_lab_2021.git
- Install miniconda
- Create the course environment:
conda env create -f environment.yaml
- Before interacting with any course scripts or notebooks remeber to activate the python environment:
conda activate cvlab