/CALIC

Our implementation of CALIC

Primary LanguageJupyter Notebook

CALIC

This is our implementation of the lossless image compression codec CALIC according to the following paper: CALIC - A Context-based, Adaptive, Lossless Image Codec.

Steps to Run

cd /Users/rahulramachandra/Documents/GitHub/CALIC
python3.6 -m venv my_env
source my_env/bin/activate
pip3 install --upgrade pip
pip3 install numpy
pip3 install scikit-image

jupyter notebook