LineFiller
LineFiller copied to clipboard
Leak-proofing line art filling and segmentation based on trapped-ball filling, and a deep learning model for grouping.
Hi, thanks for your work. While testing your codes, I found an error: ``` /content/LineFiller/linefiller/trappedball_fill.py in get_border_point(points, rect, max_height, max_width) 284 285 # Get shape. --> 286 _, contours, _...
Hi hepesu, Great work on this project, I was amazed at how well your segmentation performs. Do you have any times on how to get this to run faster? If...
In the first commit, I use a simple algorithm to group the fill results. It works, but not good. For the next release, I am trying using CNN to extract...
Automatic coloring tool can be disassembled into several parts, line-closing tool,floodfill tool, area classification tool, color design tool, shading tool. There are a lot of tools to fill the area,...
For the convenience of the project and the compatibility of the "Python" upper version, we did a "full request." https://github.com/pupba/LineFiller
## Update - Add logger - example.py -> inference.py - Changed code for python 3.11.0 - Add requirements.txt -> ``pip install -r requirements.txt`` - Add argparse