update index
Browse files
README.md
CHANGED
@@ -7,73 +7,63 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
11 |
|
12 |
-
<
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
<a href="https://huggingface.co/SVGRender"><img src="https://img.shields.io/badge/Group-Join%20Us-FC819E" alt="group"></a>
|
18 |
-
</p>
|
19 |
|
20 |
-
<
|
21 |
<img src="./assets/cover1.png" height="80%" width="auto" alt="Pytorch-SVGRender">
|
22 |
-
<
|
23 |
-
</
|
24 |
|
25 |
-
|
26 |
|
27 |
- [03/2024] 🔥 We set up the organization。
|
28 |
- [12/2023] 🔥 We open-sourced Pytorch-SVGRender V1.0.
|
29 |
|
30 |
-
|
31 |
|
32 |
-
### 1. Image Vectorization
|
33 |
|
34 |
- DiffVG: Differentiable Vector Graphics Rasterization for Editing and Learning (`SIGGRAPH 2020`)
|
35 |
-
|
36 |
[[Project]](https://people.csail.mit.edu/tzumao/diffvg/) [[Paper]](https://cseweb.ucsd.edu/~tzli/diffvg/diffvg.pdf) [[Code]](https://github.com/BachiLi/diffvg)
|
37 |
|
38 |
- LIVE: Towards Layer-wise Image Vectorization (`CVPR 2022`)
|
39 |
-
|
40 |
[[Project]](https://ma-xu.github.io/LIVE/) [[Paper]](https://ma-xu.github.io/LIVE/index_files/CVPR22_LIVE_main.pdf) [[Code]](https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization)
|
41 |
|
42 |
- CLIPasso: Semantically-Aware Object Sketching (`SIGGRAPH 2022`)
|
43 |
-
|
44 |
[[Project]](https://clipasso.github.io/clipasso/) [[Paper]](https://arxiv.org/abs/2202.05822) [[Code]](https://github.com/yael-vinker/CLIPasso)
|
45 |
|
46 |
- CLIPascene: Scene Sketching with Different Types and Levels of Abstraction (`ICCV 2023`)
|
47 |
-
|
48 |
[[Project]](https://clipascene.github.io/CLIPascene/) [[Paper]](https://arxiv.org/abs/2211.17256) [[Code]](https://github.com/yael-vinker/SceneSketch)
|
49 |
|
50 |
### 2. Text-to-SVG Synthesis
|
51 |
|
52 |
- CLIPDraw: Exploring Text-to-Drawing Synthesis through Language-Image Encoders (`NIPS 2022`)
|
53 |
-
|
54 |
[[Paper]](https://arxiv.org/abs/2106.14843) [[Code]](https://github.com/kvfrans/clipdraw)
|
55 |
|
56 |
- StyleCLIPDraw: Coupling Content and Style in Text-to-Drawing Synthesis
|
57 |
-
|
58 |
[[Live]](https://slideslive.com/38970834/styleclipdraw-coupling-content-and-style-in-texttodrawing-synthesis?ref=account-folder-92044-folders) [[Paper]](https://arxiv.org/abs/2202.12362) [[Code]](https://github.com/pschaldenbrand/StyleCLIPDraw)
|
59 |
|
60 |
- CLIPFont: Texture Guided Vector WordArt Generation (`BMVC 2022`)
|
61 |
-
|
62 |
[[Paper]](https://bmvc2022.mpi-inf.mpg.de/0543.pdf) [[Code]](https://github.com/songyiren98/CLIPFont)
|
63 |
|
64 |
- VectorFusion: Text-to-SVG by Abstracting Pixel-Based Diffusion Models (`CVPR 2023`)
|
65 |
-
|
66 |
[[Project]](https://vectorfusion.github.io/) [[Paper]](https://openaccess.thecvf.com/content/CVPR2023/papers/Jain_VectorFusion_Text-to-SVG_by_Abstracting_Pixel-Based_Diffusion_Models_CVPR_2023_paper.pdf)
|
67 |
|
68 |
- DiffSketcher: Text Guided Vector Sketch Synthesis through Latent Diffusion Models (`NIPS 2023`)
|
69 |
-
|
70 |
[[Project]](https://ximinng.github.io/DiffSketcher-project/) [[Live]](https://neurips.cc/virtual/2023/poster/72425) [[Paper]](https://arxiv.org/abs/2306.14685) [[Code]](https://github.com/ximinng/DiffSketcher)
|
71 |
|
72 |
- Word-As-Image for Semantic Typography (`SIGGRAPH 2023`)
|
73 |
-
|
74 |
[[Project]](https://wordasimage.github.io/Word-As-Image-Page/) [[Paper]](https://arxiv.org/abs/2303.01818) [[Code]](https://github.com/Shiriluz/Word-As-Image)
|
75 |
|
76 |
- SVGDreamer: Text Guided SVG Generation with Diffusion Model (`CVPR 2024`)
|
77 |
-
|
78 |
[[Project]](https://ximinng.github.io/SVGDreamer-project/) [[Paper]](https://arxiv.org/abs/2312.16476) [[code]](https://github.com/ximinng/SVGDreamer)
|
79 |
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# Pytorch-SVGRender
|
11 |
|
12 |
+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.10-or?logo=python" alt="pyhton"></a>
|
13 |
+
<a href="http://mozilla.org/MPL/2.0/"><img src="https://img.shields.io/badge/license-MPL2.0-orange" alt="license"></a>
|
14 |
+
<a href="https://ximinng.github.io/PyTorch-SVGRender-project/"><img src="https://img.shields.io/badge/website-Gitpage-yellow" alt="website"></a>
|
15 |
+
<a href="https://pytorch-svgrender.readthedocs.io/en/latest/index.html"><img src="https://img.shields.io/badge/docs-readthedocs-purple" alt="docs"></a>
|
16 |
+
<a href="https://huggingface.co/SVGRender"><img src="https://img.shields.io/badge/Group-Join%20Us-FC819E" alt="group"></a>
|
|
|
|
|
17 |
|
18 |
+
<figure class="image text-center">
|
19 |
<img src="./assets/cover1.png" height="80%" width="auto" alt="Pytorch-SVGRender">
|
20 |
+
<figcaption>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</figcaption>
|
21 |
+
</figure>
|
22 |
|
23 |
+
## Recent Updates
|
24 |
|
25 |
- [03/2024] 🔥 We set up the organization。
|
26 |
- [12/2023] 🔥 We open-sourced Pytorch-SVGRender V1.0.
|
27 |
|
28 |
+
## Table of Contents
|
29 |
|
30 |
+
### 1. Image Vectorization Methods
|
31 |
|
32 |
- DiffVG: Differentiable Vector Graphics Rasterization for Editing and Learning (`SIGGRAPH 2020`)
|
|
|
33 |
[[Project]](https://people.csail.mit.edu/tzumao/diffvg/) [[Paper]](https://cseweb.ucsd.edu/~tzli/diffvg/diffvg.pdf) [[Code]](https://github.com/BachiLi/diffvg)
|
34 |
|
35 |
- LIVE: Towards Layer-wise Image Vectorization (`CVPR 2022`)
|
|
|
36 |
[[Project]](https://ma-xu.github.io/LIVE/) [[Paper]](https://ma-xu.github.io/LIVE/index_files/CVPR22_LIVE_main.pdf) [[Code]](https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization)
|
37 |
|
38 |
- CLIPasso: Semantically-Aware Object Sketching (`SIGGRAPH 2022`)
|
|
|
39 |
[[Project]](https://clipasso.github.io/clipasso/) [[Paper]](https://arxiv.org/abs/2202.05822) [[Code]](https://github.com/yael-vinker/CLIPasso)
|
40 |
|
41 |
- CLIPascene: Scene Sketching with Different Types and Levels of Abstraction (`ICCV 2023`)
|
|
|
42 |
[[Project]](https://clipascene.github.io/CLIPascene/) [[Paper]](https://arxiv.org/abs/2211.17256) [[Code]](https://github.com/yael-vinker/SceneSketch)
|
43 |
|
44 |
### 2. Text-to-SVG Synthesis
|
45 |
|
46 |
- CLIPDraw: Exploring Text-to-Drawing Synthesis through Language-Image Encoders (`NIPS 2022`)
|
|
|
47 |
[[Paper]](https://arxiv.org/abs/2106.14843) [[Code]](https://github.com/kvfrans/clipdraw)
|
48 |
|
49 |
- StyleCLIPDraw: Coupling Content and Style in Text-to-Drawing Synthesis
|
|
|
50 |
[[Live]](https://slideslive.com/38970834/styleclipdraw-coupling-content-and-style-in-texttodrawing-synthesis?ref=account-folder-92044-folders) [[Paper]](https://arxiv.org/abs/2202.12362) [[Code]](https://github.com/pschaldenbrand/StyleCLIPDraw)
|
51 |
|
52 |
- CLIPFont: Texture Guided Vector WordArt Generation (`BMVC 2022`)
|
|
|
53 |
[[Paper]](https://bmvc2022.mpi-inf.mpg.de/0543.pdf) [[Code]](https://github.com/songyiren98/CLIPFont)
|
54 |
|
55 |
- VectorFusion: Text-to-SVG by Abstracting Pixel-Based Diffusion Models (`CVPR 2023`)
|
|
|
56 |
[[Project]](https://vectorfusion.github.io/) [[Paper]](https://openaccess.thecvf.com/content/CVPR2023/papers/Jain_VectorFusion_Text-to-SVG_by_Abstracting_Pixel-Based_Diffusion_Models_CVPR_2023_paper.pdf)
|
57 |
|
58 |
- DiffSketcher: Text Guided Vector Sketch Synthesis through Latent Diffusion Models (`NIPS 2023`)
|
|
|
59 |
[[Project]](https://ximinng.github.io/DiffSketcher-project/) [[Live]](https://neurips.cc/virtual/2023/poster/72425) [[Paper]](https://arxiv.org/abs/2306.14685) [[Code]](https://github.com/ximinng/DiffSketcher)
|
60 |
|
61 |
- Word-As-Image for Semantic Typography (`SIGGRAPH 2023`)
|
|
|
62 |
[[Project]](https://wordasimage.github.io/Word-As-Image-Page/) [[Paper]](https://arxiv.org/abs/2303.01818) [[Code]](https://github.com/Shiriluz/Word-As-Image)
|
63 |
|
64 |
- SVGDreamer: Text Guided SVG Generation with Diffusion Model (`CVPR 2024`)
|
|
|
65 |
[[Project]](https://ximinng.github.io/SVGDreamer-project/) [[Paper]](https://arxiv.org/abs/2312.16476) [[code]](https://github.com/ximinng/SVGDreamer)
|
66 |
|
67 |
+
## Join Us!
|
68 |
+
|
69 |
+
Looking forward to read your posts! 😊
|