virtual_sketching

(★ 269)

[SIGGRAPH 2021] General Virtual Sketching Framework for Vector Line Art

File Explorer

  • .gitignore
  • dataset_utils.py
  • hyper_parameters.py
  • launch_gui.bat
  • LICENSE
  • model_common_test.py
  • model_common_train.py
  • README.md
  • README.md.backup
  • README_CN.md
  • rnn.py
  • subnet_tf_utils.py
  • test_photograph_to_line.py
  • test_rough_sketch_simplification.py
  • test_vectorization.py
  • train_rough_photograph.py
  • train_vectorization.py
  • utils.py
  • virtual_sketch_gui.py
  • WINDOWS_INSTALL_GUIDE.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cluster

View Details ▼

Find clusters in a graph and augment the graph with this information.

cluster {{input.gv}}

Generate clusters that optimize modularity and print the result to `stdout`:

cluster -C {{5}} {{input.gv}}

Specify a target number of [C]lusters (approximate) to generate (0 by default, meaning a number that approximately optimizes the modularity):

cluster -c {{0|1}} {{input.gv}}

Use a different [c]lustering method (0: modularity clustering, 1: modularity quality):

// repository documentation