-
### System Information
PR: https://github.com/opencv/opencv/pull/25998
OS: Any
### Detailed description
```
2024-08-06T11:10:23.7211780Z [ RUN ] Test_ONNX_conformance.Layer_Test/test_dequant…
-
请问大佬 opencv DNN怎么调用OCR
-
Hi,
I am using this base image for my docker container:
FROM `nvcr.io/nvidia/pytorch:23.04-py3`
However, when I import cv2, I get an error that says:
AttributeError: module 'cv2.dnn' has n…
-
I created .pb file using your code. I would like to use the .pb file in opencv-python dnn . How can I use?
-
I am trying to load a pre trained Caffe image recognition net but the functions in dnn.hpp and dnn.cpp files required are not supported in dnn.hpp and dnn.cpp in openCV 3.1.
I am running on windo…
-
##### System information (version)
- OpenCV => 4.5.3
- Operating System / Platform => Windows 10 64 Bit
- Compiler => pycharm
##### Detailed description
when i use TextDetectionModel_DB in Mu…
-
请问YOLOv8文件中代码是自己重新编写的吗?还是可以从哪里开源获取,然后做一些小修改的?
-
Hi Johannes! When I executed your code with my own figures, there will be an error popping out as shown below:
Size of input image: 645px * 899px
Estimated number of tiles: 2013
[ERROR:0@1.277] g…
-
环境:python3.9 + python-opencv(4.6)
运行报错如下:
`[ERROR:0@0.126] global /io/opencv/modules/dnn/src/onnx/onnx_importer.cpp (2845) parseShape DNN/ONNX(Shape): dynamic 'zero' shapes are not supported, input …
-
Hi,
I just noticed that I can't run YOLO-v3-tiny-PRN using dnn module of OpenCV. How can I do that? Thanks