PyTorch implementation of PerCo (Towards Image Compression with Perfect Realism at Ultra-Low Bitrates, ICLR 2024) #193
Nikolai10
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear TFC-Community,
I have recently been working on a PyTorch implementation of PerCo (Careil et al. ICLR 2024):
https://github.com/Nikolai10/PerCo.
PerCo considers ultra-low bitrate image compression with powerful pre-trained text-to-image models (e.g. GLIDE, Stable Diffusion), thereby achieving unmatched visual quality, while featuring a simple and elegant design.
It shares some connections to:
While the code base is written in PyTorch, the compress & decompress functionality (CLI interface) is adopted from TFC - so TFC users should be able to experiment with it as well.
I hope this work will be useful for further exploration and learning.
Kind regards,
Nikolai
Beta Was this translation helpful? Give feedback.
All reactions