virtual_sketching
[SIGGRAPH 2021] General Virtual Sketching Framework for Vector Line Art
File Explorer
- bootstrap.min.css
- font.css
- style.css
- complex-vector-drawings.png
- cvpr2026.png
- Geometrized-Cartoon-Line-Inbetweening.png
- iccv2023scenesketch.png
- Painterly-Style-Transfer.png
- robot-calligraphy.png
- sketch-to-image.png
- Vector-Line-Inbetweening-dynamic1.gif
- Vector-Line-Inbetweening.png
- Vector-Line-Inbetweening2.png
- 1390.png
- face-blue-1390-simplest.gif
- muten-black-full-simplest.gif
- muten.png
- rocket-blue-simplest.gif
- rocket.png
- index.html
- NeuralRenderer.py
- RealRenderer.py
- banana_tree.png
- dracolion.png
- duck.png
- elephant.png
- hippo.png
- kitten.png
- mouse.png
- muten.png
- penguin.png
- puppy.png
- sheriff.png
- 1190.png
- 120.png
- 1390.png
- 1490.png
- 150.png
- 1540.png
- 1840.png
- 1860.png
- 1910.png
- 230.png
- 460.png
- 500.png
- 60.png
- 610.png
- 690.png
- 910.png
- ffhq148.png
- ffhq194.png
- ffhq368.png
- bird.png
- duck.png
- hand.png
- house.png
- kitten.png
- penguin1.png
- penguin2.png
- rocket.png
- gif_making.py
- svg_conversion.py
- visualize_drawing.py
- VGG16.py
- .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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cluster
View Details ▼
cluster
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
Was this content helpful?
(0 ratings)
