We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad23d1c commit a0b8633Copy full SHA for a0b8633
1 file changed
demo/readme.md
@@ -3,7 +3,7 @@ Here we release some supported demos.
3
4
## CRAFT text detector
5
Demo for scene text detector with model [CRAFT](https://github.com/clovaai/CRAFT-pytorch).
6
-Run ```python main.py``` inside folder ```craft_text_detector```. 3 files (same level folder with ```main.py```) are needed (craft.txt, [craft.npy](), [craft_bn.npy]())
+Run ```python main.py``` inside folder ```craft_text_detector```. 2 files (same level folder with ```main.py```) are needed (craft.txt, [craft.npy]())
7
The detected result is shown as following:
8

9
0 commit comments