update index
Browse files
README.md
CHANGED
|
@@ -9,12 +9,6 @@ pinned: false
|
|
| 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/cover.png" alt="Pytorch-SVGRender">
|
| 20 |
<figcaption>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</figcaption>
|
|
@@ -25,6 +19,12 @@ pinned: false
|
|
| 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
|
|
|
|
| 9 |
|
| 10 |
# 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>
|
|
|
|
| 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
|