Edit: original is on the right
Show HN: Neural Image Compression Demo
21–30 of 40 posts
Re: Show HN: Neural Image Compression Demo
#22Re: Show HN: Neural Image Compression Demo
#23Also check out the previous discussion on HN:
Re: Show HN: Neural Image Compression Demo
#24Damn I got an error at cell 19 otherwise seemed to work
Re: Show HN: Neural Image Compression Demo
#25Damn I got an error at cell 19 otherwise seemed to work
GDrive doesn't download the model checkpoints correctly sometimes, leading to the following error: ``` # Setup model I get an error in the function call 'prepare_model' UnpicklingError: invalid load key, ' Try rerunning the download cell if you experience this - the models downloaded should be around 1.5-2GB, so if the checkpoints are 100kB in size, the download's gone wrong.
That was the error I got!
Re: Show HN: Neural Image Compression Demo
#26Hi everyone, I've been working on an implementation of a model for learnable image compression together with general support for neural image compression in PyTorch. You can try it out directly and compress your own images in Google Colab [1] or checkout the source on Github [2]. This project is based on the paper "High-Fidelity Image Compression" by Mentzer et. al. [3] - this was one of the most interesting papers I…
Re: Show HN: Neural Image Compression Demo
#27Hi everyone, I've been working on an implementation of a model for learnable image compression together with general support for neural image compression in PyTorch. You can try it out directly and compress your own images in Google Colab [1] or checkout the source on Github [2]. This project is based on the paper "High-Fidelity Image Compression" by Mentzer et. al. [3] - this was one of the most interesting papers I…
Sorry, looks like both GDrive and Zenodo have exceeded the temporary download quotas, so the model checkpoints aren't available currently... If anyone has any solutions on how to publicly host model weights (~2 GB) please let me know!
Re: Show HN: Neural Image Compression Demo
#28Earlier quoted context omitted.
Sorry, looks like both GDrive and Zenodo have exceeded the temporary download quotas, so the model checkpoints aren't available currently... If anyone has any solutions on how to publicly host model weights (~2 GB) please let me know!
torrent? If you create a torrent I can seed it for a while
Re: Show HN: Neural Image Compression Demo
#29(I just use the exmaple image that is already in the notebook)
Original: https://i.imgur.com/Q66mHTD.png Result: https://i.imgur.com/4R6qn8e.png
There are lots of random spots on the image, and the brightness level changes totally.
Sure, 5232 kB to 124 kB is impressive, but people would probably prefer a badly compressed JPEG over this, since at least JPEG artifact is predictable (and if image isn't displayed in 100%, the artifact would be less obvious, unlike brightness change and spots in this result).
Edit: I just saw the result in https://hific.github.io/ for the same picture, but that one has none of these flaws (no brightness change, no weird spots here and there) with even smaller filesize. Why?
Re: Show HN: Neural Image Compression Demo
#30The result seems pretty poor to me? (I just use the exmaple image that is already in the notebook) Original: https://i.imgur.com/Q66mHTD.png Result: https://i.imgur.com/4R6qn8e.png There are lots of random spots on the image, and the brightness level changes totally. Sure, 5232 kB to 124 kB is impressive, but people would probably prefer a badly compressed JPEG over this, since at least JPEG artifact is predictable (…