virtual_sketching
[SIGGRAPH 2021] General Virtual Sketching Framework for Vector Line Art
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cluster
설명 보기 ▼
cluster
그래프에서 클러스터를 찾고, 해당 정보를 그래프에 추가.
더 많은 정보: <https://graphviz.org/pdf/cluster.1.pdf>.
cluster {{input.gv}}
모듈러리티(modularity)를 최적화하는 클러스터를 생성하고 결과를 `stdout`으로 출력:
cluster -C {{5}} {{input.gv}}
생성할 클러스터([C]lusters) 수를 지정 (대략적인 값) (0이 기본값, 모듈러리티(modularity)를 대략적으로 최적화하는 개수가 선택됨):
cluster -c {{0|1}} {{input.gv}}
다른 클러스터링([c]lustering) 방법을 사용 (0: 모듈러리티 클러스터링, 1: 모듈러리티 품질):
// repository documentation
Was this content helpful?
(0 ratings)
