All Projects β†’ hepesu β†’ Linenormalizer

hepesu / Linenormalizer

Licence: mit
Normalize rasterization line-drawings to uniform width using deep learning.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Linenormalizer

Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+6142.31%)
Mutual labels:  anime, sketch
Psd Guides
πŸ“ JS library to draw photoshop-like guides.
Stars: ✭ 22 (-15.38%)
Mutual labels:  sketch
Sketch Find And Replace
Sketch plugin to do a find and replace on text within layers
Stars: ✭ 693 (+2565.38%)
Mutual labels:  sketch
Cq Picsearcher Bot
πŸ€– 基于 saucenao / ascii2d / whatanime ηš„ζœε›ΎζœΊε™¨δΊΊ
Stars: ✭ 830 (+3092.31%)
Mutual labels:  anime
Hama.bundle
Plex HTTP Anidb Metadata Agent (HAMA)
Stars: ✭ 740 (+2746.15%)
Mutual labels:  anime
Renamer
Sketch Plugin to rename multiple selected layers or groups or artboards at once
Stars: ✭ 16 (-38.46%)
Mutual labels:  sketch
Html Sketchapp Cli
Quickly generate Sketch libraries from HTML documents and living style guides, powered by html-sketchapp
Stars: ✭ 631 (+2326.92%)
Mutual labels:  sketch
Nakamori
Nakamori is Kodi addon that use Shoko (known as Japanese Media Manager (JMM)) Server as back-end for metadata information.
Stars: ✭ 24 (-7.69%)
Mutual labels:  anime
Sketch Chat
A Sketch plugin to chat in Sketch Cloud files
Stars: ✭ 20 (-23.08%)
Mutual labels:  sketch
Quickmyanimelist
[Abandoned] The dream Chrome Extension for you with a MyAnimeList account.
Stars: ✭ 6 (-76.92%)
Mutual labels:  anime
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+3076.92%)
Mutual labels:  sketch
Awesome Acg
A curated list of awesome technologies related to Anime, Comic and Games
Stars: ✭ 742 (+2753.85%)
Mutual labels:  anime
Skpm
πŸ’ŽπŸ“¦ A utility to build and publish Sketch plugins
Stars: ✭ 890 (+3323.08%)
Mutual labels:  sketch
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+2646.15%)
Mutual labels:  sketch
Sprite
Sketch 3 Plugin that makes SpriteSheets for game developers to export or use
Stars: ✭ 23 (-11.54%)
Mutual labels:  sketch
Makeiconswithsketch
Simple tutorials about how to make icons with Sketch.
Stars: ✭ 643 (+2373.08%)
Mutual labels:  sketch
Sketchapi
The JavaScript plugin library embedded in Sketch
Stars: ✭ 784 (+2915.38%)
Mutual labels:  sketch
Symbol Organizer
Organize your symbols page alphabetically (including layer list) and into groupings determined by your symbol names.
Stars: ✭ 835 (+3111.54%)
Mutual labels:  sketch
Moe Serifu Agent
Anime-themed personal assistant and goal-oriented intelligent agent
Stars: ✭ 25 (-3.85%)
Mutual labels:  anime
Nyaa
Nyaa.se replacement written in golang
Stars: ✭ 924 (+3453.85%)
Mutual labels:  anime

LineNormalizer

Overview

Normalize rasterization line-drawings to uniform width using deep learning with model from Smart Inker.

This model can serve as line-drawings preprocessor for LineRelifer. Line-drawings can be normlized to an intermediate representation and then be used as training data or input for it. Also by using this method, we can achieve uniform line width during scaling up or down the rasterization line-drawings, which is a feature of vector line-drawings. The train data is generated by code, so you can get model for any width easily.

Dependencies

  • Keras2 (Tensorflow1 backend)
  • Pytorch
  • OpenCV3
  • CairoSVG

Usage

  1. Set up directories.

  2. Download the model from release and put it in the same folder with code.

  3. Run predict.py for prediction. Run model{NUM}.py for train.

Files with name starts with pytorch are Pytorch version.

Models

Models are licensed under a CC-BY-NC-SA 4.0 international license.

Keras

  • model_180913

Pytorch

  • model_200801

From Project HAT by Hepesu With ❀️

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].