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

Layers, loss functions, datasets, and models for Single Image Super-Resolution (SISR) #448

Open
mihirparadkar opened this issue May 20, 2022 · 3 comments
Labels

Comments

@mihirparadkar
Copy link

Short Description
Single-Image Super-Resolution describes the domain of enhancing image resolution for single images (as opposed to groups of images of a scene, for example). Solutions in this domain have applications in security, medical imaging, segmentation, and video enhancement.

Papers
Survey paper (2021): From Beginner to Master: A Survey for Deep
Learning-based Single-Image Super-Resolution

Datasets:
Berkeley Segmentation Data Set and Benchmarks 500 (BSDS500)

NTIRE 2017 Challenge on Single Image Super-Resolution: Dataset and Study
Div2K Dataset

Layers
Sub-pixel convolution: Real-Time Single Image and Video Super-Resolution Using an Efficient
Sub-Pixel Convolutional Neural Network

Loss Functions
Gradient Prior Loss
Edge Prior Loss

Metrics
Peak Signal-to-Noise Ratio (PSNR)
Structural Similarity index measure (SSIM)

Existing Implementations
https://keras.io/examples/vision/super_resolution_sub_pixel/
https://github.com/krasserm/super-resolution

@qlzh727 qlzh727 added stat:contributions welcome needs-impact-verification Unclear whether or not the feature should be included. labels Oct 21, 2022
@AnimeshMaheshwari22
Copy link

Hi. Are we taking this task? Would like to contribute.

Copy link

This issue is stale because it has been open for 180 days with no activity. It will be closed if no further activity occurs. Thank you.

@sachinprasadhs
Copy link
Collaborator

Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read keras-team/keras-hub#1831. KerasHub will support all the core functionality of KerasCV.

KerasHub can be installed with !pip install -U keras-hub. Documentation and guides are available at keras.io/keras_hub.

With our focus shifted to KerasHub, we are not planning any further development or releases in KerasCV. If you encounter a KerasCV feature that is missing from KerasHub, or would like to propose an addition to the library, please file an issue with KerasHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants