topriss / ILVC_RI

Official Implementation of "Idempotent Learned Image Compression with Right-Inverse", NeurIPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official Implementation of "Idempotent Learned Image Compression with Right-Inverse"

preparation

training

  1. edit the config file (workdir/psingle.q3.py for example)

    • change dataset to your training dataset dir
    • change q to your preferred qaulity level (1-8 supported)
  2. run python LIC_train.py workdir/psingle.q3.py

evaluation

  • run python LIC_eval.py -d kodak24/ -c psingle -p workdir/psingle.q3/checkpoint_best.pt

About

Official Implementation of "Idempotent Learned Image Compression with Right-Inverse", NeurIPS


Languages

Language:Python 100.0%