duanzhiihao / lossy-vae

Authors' PyTorch implementation of lossy image compression methods that are based on hierarchical VAEs
53 stars 6 forks source link

Lossless one code #16

Open Qichen98fly opened 1 year ago

Qichen98fly commented 1 year ago

Hi Zhihao,

Could you please also share or publish the code for lossless image compression with the trained model?

Thanks!

Qichen98fly commented 1 year ago

and the trained model, Thanks

duanzhiihao commented 1 year ago

Hi, thank you for your interest. I have added instructions on how to use the lossless image compression model here: https://github.com/duanzhiihao/lossy-vae/tree/main/lvae/models/qresvae#evaluate-lossless-compression

Feel free to let me know if you have any questions.