awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
yulunzhang avatar

yulunzhang/RCAN

0
View on GitHub↗
1,495 stars·317 forks·Python·11 views

RCAN

PyTorch code for our ECCV 2018 paper "Image Super-Resolution Using Very Deep Residual Channel Attention Networks"

Features

  • Computer Vision Research - Residual channel attention networks for image super-resolution.
  • Image Transformation - Residual channel attention networks for super-resolution.

Star history

Star history chart for yulunzhang/rcanStar history chart for yulunzhang/rcan

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does yulunzhang/rcan do?

PyTorch code for our ECCV 2018 paper "Image Super-Resolution Using Very Deep Residual Channel Attention Networks"

What are the main features of yulunzhang/rcan?

The main features of yulunzhang/rcan are: Computer Vision Research, Image Transformation.

Which projects share features with yulunzhang/rcan?

Projects with overlapping indexed features include: yulunzhang/rdn — Torch code for our CVPR 2018 paper "Residual Dense Network for Image Super-Resolution" (Spotlight). richzhang/perceptualsimilarity — PerceptualSimilarity is a deep learning framework designed to quantify and evaluate the perceptual distance between… dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… zalandoresearch/fashion-mnist — This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy… akanazawa/cmr — Angjoo Kanazawa \ , Shubham Tulsiani \ , Alexei A. Efros, Jitendra Malik. agrimgupta92/sgan — Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018.

Projects sharing features with RCAN

These projects share indexed features with RCAN. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • richzhang/perceptualsimilarityrichzhang avatar

    richzhang/PerceptualSimilarity

    4,244View on GitHub↗

    PerceptualSimilarity is a deep learning framework designed to quantify and evaluate the perceptual distance between images. It provides a system for measuring how similar two images or image patches appear to human vision by using deep feature representations instead of pixel-wise differences. The project implements a differentiable distance metric that functions as a loss function, allowing image pixels to be optimized via backpropagation to reach a target visual appearance. It includes a trainable linear layer that can be applied to frozen deep features to learn weighted distance metrics al

    Python
    View on GitHub↗4,244
  • yulunzhang/rdnyulunzhang avatar

    yulunzhang/RDN

    564View on GitHub↗

    Torch code for our CVPR 2018 paper "Residual Dense Network for Image Super-Resolution" (Spotlight)

    Lua
    View on GitHub↗564
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • zalandoresearch/fashion-mnistzalandoresearch avatar

    zalandoresearch/fashion-mnist

    12,754View on GitHub↗

    This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    View on GitHub↗12,754
Compare all 30 related projects→