-
I have already brew uninstall tesseract,but when I npm install opencv-build ,still failed.
here is the log:
`[ 78%] Building CXX object modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_import…
-
Hi guys
I now want to see the detection performance of yolov4 and yolov4-tiny using
opencv dnn, but I was shocked that the results were so different from the results of the issues I had seen.
…
-
I used yolov4-tiny to train my dataset for 10 hours with 0.7 average loss. I am very satisfied with the darknet test very accurate but using opencv yolo dnn to detect show nothing.
My project need …
-
Dear AlexeyAB,
I follow this [tutorial](http://emaraic.com/blog/yolov3-custom-object-detector#ref2) to train one additional class using yolov3 tiny. From the original yolov3-tiny.cfg, I only chang…
-
https://github.com/hpc203/3DDFA-V3-opencv-dnn
-
### System Information
Platform: any
Reference: https://github.com/opencv/opencv/pull/26056
### Detailed description
New DNN engine brings dedicated MatShape structure. Zero value in the new…
-
I'm experiencing a bug where trying to build 4.8.1 leads to 4.10.0 being installed.
Build Command:
`OPENCV_VERSION=4.8.1 CUDA_VERSION=12.2 jetson-containers build opencv:4.8.1`
```
docker ru…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Other
### Bug
error af…
-
Hello,
i try to freeze your model in order to use it with opencv dnn module to test it in my application.
i frozen the model using this lines :
```
` input_graph_def = sess.graph.as_graph_def()
…
-
Thanks for the sharing. I tried the opencv code to import onnx/yolopv2_480x640.onnx but failed. My terminal output is
```
terminate called after throwing an instance of 'cv::Exception'
what(): …