darknet ocr文字检测部分单独实现(darknet_ocr)
运行chineseocr(yolov3+crnn) 中单独检测的部分(darknet_detect), 由于cuda版本问题,遇到: OSError: libcudart.so.9.2: cannot open shared object file: No such file or directory 所以用到darknet_ocr中单独检测的部分,源码链接:添加链接描述 该链接中包含darknet框架下文字检测text.py脚本,在dnn目录下,但是由于有额外的输出需求以及遇到的一些问题,所以做了一些修改,之后会附上完整的代码集合以供参考。 import cv2 import numpy a
下载地址
用户评论