"deploy/vscode:/vscode.git/clone" did not exist on "ac98415b48218cfcd3fb609bbf091c73e3be1855"
Commit 39f14763 authored by weishengyu's avatar weishengyu
Browse files

dbg typo

parent d45596ab
...@@ -138,7 +138,7 @@ We provide a general dataset containing Chinese, English and Korean (50,000 imag ...@@ -138,7 +138,7 @@ We provide a general dataset containing Chinese, English and Korean (50,000 imag
``` bash ``` bash
python -m tools.synth_dataset.py -c configs/dataset_config.yml python -m tools.synth_dataset.py -c configs/dataset_config.yml
``` ```
We also provide example corpus and images in `example` folder. We also provide example corpus and images in `examples` folder.
<div align="center"> <div align="center">
<img src="examples/style_images/1.jpg" width="300"> <img src="examples/style_images/1.jpg" width="300">
<img src="examples/style_images/2.jpg" width="300"> <img src="examples/style_images/2.jpg" width="300">
......
...@@ -126,7 +126,7 @@ python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_ ...@@ -126,7 +126,7 @@ python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_
``` bash ``` bash
python -m tools.synth_dataset -c configs/dataset_config.yml python -m tools.synth_dataset -c configs/dataset_config.yml
``` ```
我们在example提供了样例图片和语料在example中 我们在examples目录下提供了样例图片和语料。
<div align="center"> <div align="center">
<img src="examples/style_images/1.jpg" width="300"> <img src="examples/style_images/1.jpg" width="300">
<img src="examples/style_images/2.jpg" width="300"> <img src="examples/style_images/2.jpg" width="300">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment