moskomule / inr

Implicit Neural Representations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implicit Neural Representations

WIP. Implicit Neural Representations in JAX with DMHaiku.

Requirements

pip install --upgrade jax jaxlib pillow optax
# for a GPU enviroment,
# pip install -U jax jaxlib==0.1.62+cuda110 -f https://storage.googleapis.com/jax-releases/jax_releases.html
pip install git+https://github.com/deepmind/dm-haiku

COIN

python coin.py

Original Image

Compressed Image

About

Implicit Neural Representations

License:MIT License


Languages

Language:Python 100.0%