Nikolai10 / PerCo

PyTorch implementation of PerCo (Towards Image Compression with Perfect Realism at Ultra-Low Bitrates, ICLR 2024)
Apache License 2.0
53 stars 2 forks source link

request for requirements.txt #4

Closed xuyang-C closed 3 months ago

xuyang-C commented 3 months ago

Impressive work! Could you please release the requirements.txt? I got ValueError when I attempted to run compression_utils,py: backend must be an instance of einx backend backend

Nikolai10 commented 3 months ago

Hello @xuyang-C,

we have added the requirements here.

The file was generated from our tutorial version using Google Colab, after Section "Install Dependencies":

!pip freeze > /content/PerCo/requirements.txt

Hope this helps!