update index
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ pinned: false
|
|
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/
|
20 |
<figcaption>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</figcaption>
|
21 |
</figure>
|
22 |
|
@@ -31,13 +31,10 @@ pinned: false
|
|
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 |
|
@@ -45,22 +42,16 @@ pinned: false
|
|
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 |
|
|
|
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/cover.png" alt="Pytorch-SVGRender">
|
20 |
<figcaption>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</figcaption>
|
21 |
</figure>
|
22 |
|
|
|
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 |
- LIVE: Towards Layer-wise Image Vectorization (`CVPR 2022`)
|
35 |
[[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)
|
|
|
36 |
- CLIPasso: Semantically-Aware Object Sketching (`SIGGRAPH 2022`)
|
37 |
[[Project]](https://clipasso.github.io/clipasso/) [[Paper]](https://arxiv.org/abs/2202.05822) [[Code]](https://github.com/yael-vinker/CLIPasso)
|
|
|
38 |
- CLIPascene: Scene Sketching with Different Types and Levels of Abstraction (`ICCV 2023`)
|
39 |
[[Project]](https://clipascene.github.io/CLIPascene/) [[Paper]](https://arxiv.org/abs/2211.17256) [[Code]](https://github.com/yael-vinker/SceneSketch)
|
40 |
|
|
|
42 |
|
43 |
- CLIPDraw: Exploring Text-to-Drawing Synthesis through Language-Image Encoders (`NIPS 2022`)
|
44 |
[[Paper]](https://arxiv.org/abs/2106.14843) [[Code]](https://github.com/kvfrans/clipdraw)
|
|
|
45 |
- StyleCLIPDraw: Coupling Content and Style in Text-to-Drawing Synthesis
|
46 |
[[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)
|
|
|
47 |
- CLIPFont: Texture Guided Vector WordArt Generation (`BMVC 2022`)
|
48 |
[[Paper]](https://bmvc2022.mpi-inf.mpg.de/0543.pdf) [[Code]](https://github.com/songyiren98/CLIPFont)
|
|
|
49 |
- VectorFusion: Text-to-SVG by Abstracting Pixel-Based Diffusion Models (`CVPR 2023`)
|
50 |
[[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)
|
|
|
51 |
- DiffSketcher: Text Guided Vector Sketch Synthesis through Latent Diffusion Models (`NIPS 2023`)
|
52 |
[[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)
|
|
|
53 |
- Word-As-Image for Semantic Typography (`SIGGRAPH 2023`)
|
54 |
[[Project]](https://wordasimage.github.io/Word-As-Image-Page/) [[Paper]](https://arxiv.org/abs/2303.01818) [[Code]](https://github.com/Shiriluz/Word-As-Image)
|
|
|
55 |
- SVGDreamer: Text Guided SVG Generation with Diffusion Model (`CVPR 2024`)
|
56 |
[[Project]](https://ximinng.github.io/SVGDreamer-project/) [[Paper]](https://arxiv.org/abs/2312.16476) [[code]](https://github.com/ximinng/SVGDreamer)
|
57 |
|