fix broken links (#576)

This commit is contained in:
Tong Gao 2021-11-11 17:57:15 +08:00 committed by GitHub
parent cae080734f
commit 9de4ddf952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ You can perform end-to-end OCR on our demo image with one simple line of command
python mmocr/utils/ocr.py demo/demo_text_ocr.jpg --print-result --imshow
```
Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Inference](inference.md).
Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Demo](demo.md).
## Training

View File

@ -18,7 +18,7 @@ You can perform end-to-end OCR on our demo image with one simple line of command
python mmocr/utils/ocr.py demo/demo_text_ocr.jpg --print-result --imshow
```
Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Inference](inference.md).
Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Demo](demo.md).
## Training