8000 GitHub - rahul-apple/CALIC: Our implementation of CALIC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rahul-apple/CALIC

 
 

Repository files navigation

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 

About

Our implementation of CALIC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.9%
  • Python 11.1%
0