GithubHelp home page GithubHelp logo

chu246 / deep-halftoning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nikronic/deep-halftoning

0.0 0.0 0.0 703 KB

"Deep Context-Aware Descreening and Rescreening of Halftone Images" paper implementation.

License: MIT License

Python 100.00%

deep-halftoning's Introduction

Deep Halftoning

"Deep Context-Aware Descreening and Rescreening of Halftone Images" paper implementation.

WIP

Numbers in paper are not reproducible at the moment.

Details

This project pertains automated Descreening process. Descreening is the task that we try to reconstruct the halftoned image (which is the mandatory process to interact images with printers, scanners, monitors, etc) meanwhile reducing the amount of data loss.

  • First and the only fully open source implementation of this paper, in PyTorch
  • The implementation can be divided into below separate projects:
    • CoarseNet: Modified version of U-Net architecture to work as a low-pass filter to remove halftone patterns
    • DetailsNet: A deep CNN generator and two discriminators which are trained simultaneously to improve image quality
    • EdgeNet: A simple CNN model to extract Canny edge features to preserve details
    • ObjectNet: Modified version of "Pyramid Scene Parsing Network" to only return 25 major classified segments out of 150
    • Halftoning-Algorithms: Implementation of some of the halftone algorithms provided in most recent digital color haltoning books as ground truth
    • Places365-Preprocessing: A custom and extendable implementation of Dataset to handle lazy loading of a huge data functionality

Reference

Paper Authors

Tae-hoon Kim and Sang Il Park. 2018. Deep Context-Aware Descreening and Rescreening of Halftone Images. ACM Trans. Graph. 37, 4, Article 48 (August 2018), 12 pages. DOI

This Implementation

Nikan Doosti. (2021). Nikronic/Deep-Halftoning: v0.1-Zenodo-pre-alpha (v0.1-Zenodo-pre-alpha). Zenodo. https://doi.org/10.5281/zenodo.5651805

DOI

deep-halftoning's People

Contributors

nikronic avatar

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.