Giter VIP home page Giter VIP logo

super-resolution-service's Introduction

drawing

Super Resolution

Repository for the super resolution service on the SingularityNET.

Github Issues Pending Pull-Requests GitHub License CircleCI

This service uses convolutional neural networks to increase the resolution of an image by reconstructing rather than simply resizing it. The images are upscaled by a factor of 4.

This repository was forked from xinntao/ESRGAN. The original code is written in Python 3 (using Pytorch) and has been integrated into the SingularityNET using Python 3.6.

Refer to:

Contributing and Reporting Issues

Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre-populated here. For feature requests and queries you can use this template.

Authors

License

The original repository is licensed under the Apache License v2.0. See the LICENSE file for details.

super-resolution-service's People

Contributors

arturgontijo avatar pennachin avatar ramongduraes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

super-resolution-service's Issues

Add GAN models to service

Currently using only proSR x2, x4 and x8 models for the service but proSR_GAN x4 and x8 models have also been provided and, according to the authors, generate images with more details (although performance metrics are slightly worse).

Create UI

Should be fairly straightforward once style-transfer-service's UI is integrated.

Fix issues with temporary files

  • Make sure images have been properly downloaded;
  • Make sure all temp files are deleted before exiting (even if an error occurs);
  • Make sure input and output file names always match.

Explore overfitting the model for the input image

  • [DONE] Crop input images and create a small database using the crops;
  • Train model (in a transfer learning fashion) on the crops;
  • Evaluate the output both visually and using the metrics used in the article to assess results.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.