caoscott / SReC

PyTorch Implementation of "Lossless Image Compression through Super-Resolution"
MIT License
1.04k stars 94 forks source link

Testing SReC with anime images #5

Closed DonaldTsang closed 4 years ago

DonaldTsang commented 4 years ago

Would it be good to test this out with https://www.gwern.net/Danbooru2019 and see if there will be performance differences if the images have certain properties?

For reference:

DonaldTsang commented 4 years ago

Some other dataset browsers:

caoscott commented 4 years ago

Unfortunately I don't have the time to support this currently. Since our model weights are public, I encourage you to try it yourself. I would begin with the starter steps in our README and replace Open Images dataset with your custom dataset. Let me know if you have any question.

DonaldTsang commented 4 years ago

For those that are interested https://github.com/caoscott/SReC/issues/6