Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 729 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 729 Bytes

cv_lab_2021

Material for the Computer Vision Lab 2021 at JKU

Computer Vision Labs

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.

Staff

  • Erich Kobler (@koblererich)
  • Indrajit Kurmi

Setup

  1. Clone this repository: git clone https://github.com/JKU-ICG/cv_lab_2021.git
  2. Install miniconda
  3. Create the course environment: conda env create -f environment.yaml
  4. Before interacting with any course scripts or notebooks remeber to activate the python environment: conda activate cvlab