Update README.md
Browse files
README.md
CHANGED
|
@@ -22,9 +22,13 @@ configs:
|
|
| 22 |
## How to generate dataset
|
| 23 |
|
| 24 |
Download and extract definitions and matching SVG files
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 28 |
Then run those scripts with python
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## How to generate dataset
|
| 23 |
|
| 24 |
Download and extract definitions and matching SVG files
|
| 25 |
+
```
|
| 26 |
+
https://www.edrdg.org/kanjidic/kanjidic2.xml.gz
|
| 27 |
+
https://github.com/KanjiVG/kanjivg/releases/download/r20220427/kanjivg-20220427.xml.gz
|
| 28 |
+
```
|
| 29 |
Then run those scripts with python
|
| 30 |
+
|
| 31 |
+
```
|
| 32 |
+
python render_images.py
|
| 33 |
+
python create_dataset.py
|
| 34 |
+
```
|