Skip to content

Commit

Permalink
Update 检测.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou authored Dec 24, 2020
1 parent 4a4f705 commit 10453bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/检测.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ PytorchOCR的检测模块只支持`JsonDataset` 形式的数据格式
"illegibility": false,
"language":"Latin"
]
]
}
]
```
Expand Down Expand Up @@ -58,4 +59,4 @@ PytorchOCR支持训练和评估交替进行, 可以在 `config.train_options`中
通过以下命令启动预测
```shell script
CUDA_VISIBLE_DEVICES=0 python3 tools/det_infer.py --model_path '' --img_path ''
```
```

0 comments on commit 10453bc

Please sign in to comment.