dbnet-opencv-cpp-python
dbnet-opencv-cpp-python copied to clipboard
使用opencv部署DBNet文字检测,包含C++和Python两种版本的实现
Results
4
dbnet-opencv-cpp-python issues
Sort by
recently updated
recently updated
newest added
你好,C++版本如何运行?
感谢分享,最近也想通过opencv调用DB模型,但是在使用您提供的模型以后出现以下报错,请问这个是opencv版本问题吗? Traceback (most recent call last): File "main.py", line 145, in net = dbnet(binaryThreshold=args.binaryThreshold, polygonThreshold=args.polygonThreshold, unclipRatio=args.unclipRatio, maxCandidates=args.maxCandidates) File "main.py", line 115, in __init__ self.model = cv2.dnn.readNet('DB_TD500_resnet50.onnx') cv2.error: OpenCV(4.2.0) /tmp/opencv-4.2.0/modules/dnn/src/layers/pooling_layer.cpp:1174: error:...