LLParallax commited on
Commit
1efdc8b
·
verified ·
1 Parent(s): f371a43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -22,9 +22,13 @@ configs:
22
  ## How to generate dataset
23
 
24
  Download and extract definitions and matching SVG files
25
- https://www.edrdg.org/kanjidic/kanjidic2.xml.gz
26
- https://github.com/KanjiVG/kanjivg/releases/download/r20220427/kanjivg-20220427.xml.gz
27
-
 
28
  Then run those scripts with python
29
- python render_images.py
30
- python create_dataset.py
 
 
 
 
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
+ ```