Skip to content
#

text-detection

Here are 144 public repositories matching this topic...

eyagarci
eyagarci commented Oct 20, 2019

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

janekzimoch
janekzimoch commented Apr 15, 2019

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/

Improve this page

Add a description, image, and links to the text-detection topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.