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.
- Keras2 (Tensorflow1 backend)
- Pytorch
- OpenCV3
- CairoSVG
-
Set up directories.
-
Download the model from release and put it in the same folder with code.
-
Run
predict.py
for prediction. Runmodel{NUM}.py
for train.
Files with name starts with pytorch
are Pytorch version.
Models are licensed under a CC-BY-NC-SA 4.0 international license.
- LineNormalizer Release Page
- BaiduPan [Code: bnaw]
- model_180913
- model_200801
From Project HAT by Hepesu With ❤️