Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curegit/deep-descreen
Neural network-based descreening filter for scanned Anime pictures
https://github.com/curegit/deep-descreen
Last synced: about 5 hours ago
JSON representation
Neural network-based descreening filter for scanned Anime pictures
- Host: GitHub
- URL: https://github.com/curegit/deep-descreen
- Owner: curegit
- License: agpl-3.0
- Created: 2019-09-26T14:31:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:42:20.000Z (7 months ago)
- Last Synced: 2024-04-13T02:12:50.139Z (7 months ago)
- Language: Python
- Homepage:
- Size: 497 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anime Halftone Inversing
CNN solution for scanning anime prints
This project is still WIP, and its codes are extremely rough.
So they might not work properly.## Aiming
When you digitize paper-printed anime arts, you have to smooth halftone dots (because of offset printing).
Usually, using filter-based methods (e.g. Gaussian blur) give undesired blurry results.
This project solves it by using CNN (Convolutional Neural Network) which convert dotted images into smooth image.Here are the provisional result and comparison to the baseline (Gaussian blur).
![comparison](comparison.png)
## Train
###
```
python3 -m descreening.pitch.make JapanColor2011Coated.icc images pitch_dataset
```### Select CUDA Device
CUDA_VISIBLE_DEVICES