SkillAgentSearch skills...

Ivclab

Source Code for the Image & Video Compression Laboratory at TUM

Install / Use

/learn @hbdo/Ivclab
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars6
CategoryContent
Updated6mo ago
Forks5

Languages

Python

Security Score

62/100

Audited on Oct 5, 2025

No findings