Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SRGAN #412

Closed
chris-clem opened this issue Nov 28, 2020 · 1 comment · Fixed by #466
Closed

Add SRGAN #412

chris-clem opened this issue Nov 28, 2020 · 1 comment · Fixed by #466
Labels
enhancement New feature or request help wanted Extra attention is needed model
Milestone

Comments

@chris-clem
Copy link
Contributor

🚀 Feature

How about a SRGAN implementation with PL? There are popular MIT licensed PyTorch ones out there that can serve as the basis (https://github.com/eriklindernoren/PyTorch-GAN/blob/master/implementations/srgan/srgan.py, https://github.com/https-deeplearning-ai/GANs-Public/blob/master/C3W2_SRGAN_(Optional).ipynb).

Motivation

SRGAN is one of the most popular image super-resolution techniques and should not be missed in the bolts library.

@chris-clem chris-clem added enhancement New feature or request help wanted Extra attention is needed labels Nov 28, 2020
@akihironitta
Copy link
Contributor

@chris-clem Thanks for your suggestion! I'm not familiar with super resolution, but SRGAN seems very popular as I see the number of citations on Google Scholar, so I think it'd be great to have SRGAN.

Let's hear what other maintainers think of this suggestion :]

@akihironitta akihironitta changed the title Add SRGAN implementation Add SRGAN Dec 12, 2020
@Borda Borda added this to the v0.3 milestone Jan 18, 2021
@akihironitta akihironitta modified the milestones: v0.3, v0.4 Jan 21, 2021
@Borda Borda modified the milestones: v0.4, v0.5 Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed model
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants