#
ctpn
Here are 23 public repositories matching this topic...
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
-
Updated
Aug 13, 2019 - Python
Free Offline OCR 离线的中文文本检测+识别SDK
-
Updated
Jun 27, 2020 - Python
A pure pytorch implemented ocr project including text detection and recognition
-
Updated
Dec 30, 2019 - Python
keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...
-
Updated
May 16, 2019 - Python
[python3.6] 自然场景文字检测,tf+pytorch实现vgg+ctpn+crnn实现不定长场景文字OCR识别
-
Updated
Jun 28, 2019 - Python
use ctpn detect id cards and printed transfer orders then crnn discern them
-
Updated
Jun 6, 2018 - Python
A bank card number recognition system based on deep-learning.
-
Updated
Jul 15, 2019 - Python
use ctpn detect id cards and printed transfer orders then crnn discern them
-
Updated
May 16, 2018 - Python
-
Updated
Oct 17, 2019 - Python
-
Updated
Jul 19, 2018 - Python
text detection CTPN and recognize with Tesseract
tesseract
text-recognition
tesseract-ocr
text-detection
orc
tesseract-ocr-api
ctpn
ocr-python
python-tesseract
text-detection-recognition
text-blocking
-
Updated
Apr 8, 2020 - Python
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
-
Updated
Jan 27, 2019 - Python
Text Extractor for Smart India Hackathon 2018, Department of Space
-
Updated
Apr 2, 2018 - CSS
Extracting phone numbers, names, addresses, etc from visiting cards
-
Updated
May 19, 2020 - Python
Running CTPN with NVCaffe
-
Updated
Jul 6, 2020 - Jupyter Notebook
Chinese Calligraphy Detection
-
Updated
Feb 28, 2019 - Python
Improve this page
Add a description, image, and links to the ctpn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ctpn 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