text-detection
Here are 144 public repositories matching this topic...
Hi,
There is a typo in readme - demo section (should be _ rather than -)
is:
python3 run_demo_server.py --checkpoint-path /tmp/east_icdar2015_resnet_v1_50_rbox/
and should be:
python3 run_demo_server.py --checkpoint_path /tmp/east_icdar2015_resnet_v1_50_rbox/
also i had to change:
/tmp/east_icdar2015_resnet_v1_50_rbox/
into:
tmp/east_icdar2015_resnet_v1_50_rbox/
I think we should add a paper which is named "Detecting Text in Natural Scenes with
Stroke Width Transform",although,it is very early,lots of classical papers mention it.
address:https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/201020CVPR20TextDetection.pdf
-
Updated
Jul 30, 2018
-
Updated
Jul 5, 2020 - Python
-
Updated
Jul 4, 2020 - Jupyter Notebook
-
Updated
Jul 8, 2020 - Python
-
Updated
Jul 8, 2020 - Python
-
Updated
Apr 9, 2020
-
Updated
Jun 14, 2020 - Python
-
Updated
May 12, 2020 - MATLAB
-
Updated
May 3, 2018 - Python
-
Updated
Feb 21, 2020 - C++
-
Updated
Jan 19, 2020 - C++
-
Updated
Sep 15, 2019
-
Updated
Jul 8, 2020 - Java
-
Updated
Dec 24, 2019 - Python
-
Updated
Jan 23, 2020 - Python
-
Updated
Apr 22, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Jul 13, 2017 - Swift
-
Updated
Nov 26, 2019 - Java
-
Updated
Apr 3, 2020 - Python
-
Updated
Mar 13, 2019 - Python
-
Updated
Sep 17, 2018 - Python
-
Updated
Aug 4, 2019 - Python
-
Updated
Jul 3, 2019 - Python
-
Updated
Dec 30, 2019 - Python
-
Updated
Mar 15, 2019 - C++
Improve this page
Add a description, image, and links to the text-detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-detection topic, visit your repo's landing page and select "manage topics."
cvNet = cv.dnn.readNetFromTensorflow('ctpn.pb', 'protobuf.pbtxt')
cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\dnn\src\tensorflow\tf_io.cpp:54: error: (-2:Unspecified error) FAILED: ReadProtoFromTextFile(param_file, param). Failed to parse GraphDef file: protobuf.pbtxt in function 'cv::dnn::ReadTFNetParamsFromTextFileOrDie'
Does anyone have any idea how I can solve this pr