duanzhiihao / lossy-vae

Authors' PyTorch implementation of lossy image compression methods based on hierarchical VAEs
58 stars 8 forks source link

Availability of lmb=1024 for qres17m model #17

Closed qiutiantxwd closed 5 months ago

qiutiantxwd commented 5 months ago

Hi Zhihao, Thanks for sharing this great codebase. Is the checkpoint for lambda=1024 for the qres17m model available to download? I saw it was mentioned in Fig. 5(a) of the paper, but not available for download. Thanks!

duanzhiihao commented 5 months ago

Hi Tian, thanks for your interest in our work! lambda = 1024 for the qres17m model was actually a typo in the camera-ready paper. It should be lambda = 64. I later fixed this typo in the arxiv version of the paper (https://arxiv.org/abs/2208.13056). Please refer to the arxiv version if possible. Sorry for causing the confusion.

qiutiantxwd commented 5 months ago

Thanks for the correction, that makes lots of sense!