Ivclab
Source Code for the Image & Video Compression Laboratory at TUM
Install / Use
/learn @hbdo/IvclabREADME
IVC Lab Code Repository
Source code for the Image and Video Compression Lab lectures at the Technical University of Munich
How to setup the codebase
Create a conda environment & activate
conda create --name ivclabenv
conda activate ivclabenv
Install necessary packages
pip install -r requirements.txt
pip install -e .
How to run the test cases
python -m unittest -v tests/ch1.py
How to run the exercises
python exercises/ch1/ex1.py
