Yiyao Wang
commited on
Commit
·
195fa4b
1
Parent(s):
27272e9
add crnn demo (#68)
Browse files
README.md
CHANGED
@@ -34,6 +34,12 @@ python demo.py --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3
|
|
34 |
python demo.py --input /path/to/image --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3944_CN.txt
|
35 |
```
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
## License
|
38 |
|
39 |
All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|
|
|
34 |
python demo.py --input /path/to/image --model text_recognition_CRNN_CN_2021nov.onnx --charset charset_3944_CN.txt
|
35 |
```
|
36 |
|
37 |
+
### Examples
|
38 |
+
|
39 |
+

|
40 |
+
|
41 |
+

|
42 |
+
|
43 |
## License
|
44 |
|
45 |
All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|