Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.36 KB

Graph Matching Line-Art Colorization

Features

  • Graph matching approach for line-art colorization
  • Many-to-one constraint, greedy algorithm instead of hungarian in the original paper.
  • We use IDSC instead of deep feature embedding.

Entry point

python main.py 

Some results

We compare against the result of using node only & node + edge (spectral matching).

reference image target image node matching spectral matching

References