xinntao / ESRGAN

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
https://github.com/xinntao/BasicSR
Apache License 2.0
5.86k stars 1.04k forks source link

Add Cog configuration and scripts #127

Open andreasjansson opened 2 years ago

andreasjansson commented 2 years ago

Hi @xinntao!

Really great work on ESRGAN, I still use it regularly for image upscaling.

This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using an open source tool called Cog to make this process easier.

This also means we can make a web page where other people can try out your model! View it here: https://replicate.ai/xinntao/esrgan

You can claim your page by signing in with GitHub, and we'll feature it on Replicate.

In case you're wondering who I am, I'm from Replicate, where we're trying to make machine learning reproducible. We got frustrated that we couldn't run all the really interesting ML work being done. So, we're going round implementing models we like. 😊

If you think this is useful we can make a similar demo for Real-ESRGAN as well.

zeke commented 2 years ago

Great work on this model, @xinntao! Have you had a chance to check out the changes here and the web-based demo that @andreasjansson built?

Please let us know if you have any feedback. We'd love to feature this model on replicate.ai/explore.