xingxm commited on
Commit
5e96909
Β·
1 Parent(s): d3857cf

feat(index): update

Browse files
Files changed (1) hide show
  1. README.md +49 -37
README.md CHANGED
@@ -9,52 +9,64 @@ pinned: false
9
 
10
  # πŸ‘‹Hi! Welcome to πŸ€—Pytorch-SVGRender πŸ‘‹
11
 
12
- <figure class="image text-center">
13
- <img src="./assets/cover.png" alt="Pytorch-SVGRender">
14
- <figcaption>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</figcaption>
15
  </figure>
16
 
17
- ## Recent Updates
18
 
19
- - [03/2024] πŸ”₯ We set up the organization。
20
- - [12/2023] πŸ”₯ We open-sourced Pytorch-SVGRender V1.0.
 
 
21
 
22
- ## Links
23
 
24
- 🌐 Project: https://ximinng.github.io/PyTorch-SVGRender-project/ <br/>
25
- πŸ“ Code: https://github.com/ximinng/PyTorch-SVGRender <br />
26
- πŸ“„ Docs: https://pytorch-svgrender.readthedocs.io/en/latest/index.html
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
- - 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
 
41
  ### 2. Text-to-SVG Synthesis
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
-
58
- ## Join Us!
59
-
60
- Looking forward to read your posts! 😊
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  # πŸ‘‹Hi! Welcome to πŸ€—Pytorch-SVGRender πŸ‘‹
11
 
12
+ <figure>
13
+ <img src="/assets/cover.png" alt="Pytorch-SVGRender">
14
+ <figcaption><b>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</b></figcaption>
15
  </figure>
16
 
17
+ ## 🌟 About Us
18
 
19
+ Pytorch-SVGRender is an open-source initiative dedicated to differentiable rendering for SVG generation.
20
+ Our mission is to bridge the gap between raster and vector graphics using state-of-the-art machine learning techniques,
21
+ empowering designers, researchers, and developers with powerful tools for image vectorization, text-to-SVG synthesis,
22
+ and SVG editing.
23
 
24
+ ## πŸ”₯ What's New?
25
 
26
+ - [03/2024] πŸŽ‰ We officially launched our organization!
27
+ - [12/2023] πŸš€ Pytorch-SVGRender V1.0 is now open-source!
 
28
 
29
+ ## πŸ”— Useful Links
30
+
31
+ 🌐 Project Page: [Pytorch-SVGRender](https://ximinng.github.io/PyTorch-SVGRender-project/) <br/>
32
+ πŸ“ Code Repository: [Github](https://github.com/ximinng/PyTorch-SVGRender) <br/>
33
+ πŸ“„ Documentation: [Read the Docs](https://pytorch-svgrender.readthedocs.io/en/latest/index.html) <br/>
34
+ πŸ€— HuggingFace Hub: [SVGRender](https://huggingface.co/SVGRender)
35
+
36
+ ## πŸ“š Table of Contents
37
 
38
  ### 1. Image Vectorization Methods
39
 
40
+ Convert raster images into editable vector graphics.
 
 
 
 
 
 
 
41
 
42
  ### 2. Text-to-SVG Synthesis
43
 
44
+ Generate vector graphics directly from **text prompts.**
45
+
46
+ ## 🌟 How to Contribute?
47
+
48
+ We welcome contributions from the community! You can help by:
49
+
50
+ πŸ”Ή Reporting Issues – Found a bug? Let us know in the GitHub Issues.
51
+ πŸ”Ή Submitting Pull Requests – Have an improvement? Open a PR!
52
+ πŸ”Ή Joining Discussions – Share ideas in the GitHub Discussions.
53
+ πŸ”Ή Spreading the Word οΏ½οΏ½οΏ½ Star ⭐ our repo and share it with your friends!
54
+
55
+ πŸš€ Want to get started? Check out our Contribution Guidelines.
56
+
57
+ ## πŸ™Œ Join the Community!
58
+
59
+ We’re always looking for passionate people to help improve Pytorch-SVGRender. Whether you're an AI researcher,
60
+ developer, designer, or SVG enthusiastβ€”we’d love to have you on board!
61
+
62
+ ## πŸŽ‰ Fun Fact
63
+
64
+ We take our SVGs as seriously as our coffee β˜•. Some of us start the day with a perfectly vectorized latte art! πŸ˜†
65
+
66
+ ## πŸ“œ License
67
+
68
+ This project is open-source under the Mozilla Public License 2.0.
69
+
70
+ ### πŸš€ Transform raster images into vector magic!**
71
+
72
+ Give us a ⭐ on [GitHub](https://github.com/ximinng/PyTorch-SVGRender) if you like our work! 😊