All Projects → opteroncx → SESR

opteroncx / SESR

Licence: other
SESR: Single Image Super Resolution with Recursive Squeeze and Excitation Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SESR

Awesome Gan For Medical Imaging
Awesome GAN for Medical Imaging
Stars: ✭ 1,814 (+6876.92%)
Mutual labels:  deeplearning, super-resolution
VAE-Gumbel-Softmax
An implementation of a Variational-Autoencoder using the Gumbel-Softmax reparametrization trick in TensorFlow (tested on r1.5 CPU and GPU) in ICLR 2017.
Stars: ✭ 66 (+153.85%)
Mutual labels:  deeplearning
InferenceHelper
C++ Helper Class for Deep Learning Inference Frameworks: TensorFlow Lite, TensorRT, OpenCV, OpenVINO, ncnn, MNN, SNPE, Arm NN, NNabla, ONNX Runtime, LibTorch, TensorFlow
Stars: ✭ 142 (+446.15%)
Mutual labels:  deeplearning
esrgan
Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution
Stars: ✭ 48 (+84.62%)
Mutual labels:  super-resolution
focalloss
Focal Loss of multi-classification in tensorflow
Stars: ✭ 75 (+188.46%)
Mutual labels:  deeplearning
PAM
[TPAMI 2020] Parallax Attention for Unsupervised Stereo Correspondence Learning
Stars: ✭ 62 (+138.46%)
Mutual labels:  super-resolution
pytorch-SRDenseNet
Pytorch implementation for SRDenseNet (ICCV2017)
Stars: ✭ 70 (+169.23%)
Mutual labels:  super-resolution
MTMT
Code for the CVPR 2020 paper "A Multi-task Mean Teacher for Semi-supervised Shadow Detection"
Stars: ✭ 66 (+153.85%)
Mutual labels:  deeplearning
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+142.31%)
Mutual labels:  deeplearning
QmapCompression
Official implementation of "Variable-Rate Deep Image Compression through Spatially-Adaptive Feature Transform", ICCV 2021
Stars: ✭ 27 (+3.85%)
Mutual labels:  deeplearning
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+38.46%)
Mutual labels:  deeplearning
caffe
Caffe: a Fast framework for deep learning. Custom version with built-in sparse inputs, segmentation, object detection, class weights, and custom layers
Stars: ✭ 36 (+38.46%)
Mutual labels:  deeplearning
EasySparse
Sparse learning in TensorFlow using data acquired from Spark.
Stars: ✭ 21 (-19.23%)
Mutual labels:  deeplearning
srzoo
SRZoo: An integrated repository for super-resolution using deep learning
Stars: ✭ 135 (+419.23%)
Mutual labels:  super-resolution
HCFlow
Official PyTorch code for Hierarchical Conditional Flow: A Unified Framework for Image Super-Resolution and Image Rescaling (HCFlow, ICCV2021)
Stars: ✭ 140 (+438.46%)
Mutual labels:  super-resolution
DLInfBench
CNN model inference benchmarks for some popular deep learning frameworks
Stars: ✭ 51 (+96.15%)
Mutual labels:  deeplearning
SentimentAnalysis
Sentiment Analysis: Deep Bi-LSTM+attention model
Stars: ✭ 32 (+23.08%)
Mutual labels:  deeplearning
Learning-Lab-C-Library
This library provides a set of basic functions for different type of deep learning (and other) algorithms in C.This deep learning library will be constantly updated
Stars: ✭ 20 (-23.08%)
Mutual labels:  deeplearning
MIRNet-Keras
Keras Implementation of MIRNet - SoTA in Image Denoising, Super Resolution and Image Enhancement - CVPR 2020
Stars: ✭ 21 (-19.23%)
Mutual labels:  super-resolution
bert experimental
code and supplementary materials for a series of Medium articles about the BERT model
Stars: ✭ 72 (+176.92%)
Mutual labels:  deeplearning

SESR

SESR: Single Image Super Resolution with Recursive Squeeze and Excitation Networks (To appear in ICPR 2018) https://arxiv.org/abs/1801.10319

Quality for scale x4


   Trained on div2k, r=4

DataSet/Method       PSNR/SSIM
Set5 32.05/ 0.897
Set14 28.54/ 0.789
BSD100 27.51/ 0.743
Urban100 25.83/ 0.785

Compare with other methods

Requirement

Python 2.7
Pytorch 0.2.0
opencv-python
numpy

Train

python train.py --cuda

Evaluate

python test.py --cuda

Do Super resolution on your own images

python test.py --cuda --mode sr --testdir path_to_your_image

Reference

https://github.com/twtygqyy/pytorch-LapSRN https://github.com/jiny2001/dcscn-super-resolution https://github.com/jmiller656/EDSR-Tensorflow  https://github.com/grevutiu-gabriel/python-ssim/blob/master/python-ssim.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].