提交 390f240b 编写于 作者: L LDOUBLEV

python to python3

上级 e1d11ae0
......@@ -136,7 +136,7 @@ We provide a general dataset containing Chinese, English and Korean (50,000 imag
2. You can run the following command to start synthesis task:
``` bash
python -m tools.synth_dataset.py -c configs/dataset_config.yml
python3 -m tools.synth_dataset.py -c configs/dataset_config.yml
```
......
......@@ -124,7 +124,7 @@ python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_
2. 运行`tools/synth_dataset`合成数据:
``` bash
python -m tools.synth_dataset -c configs/dataset_config.yml
python3 -m tools.synth_dataset -c configs/dataset_config.yml
```
<a name="应用案例"></a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册