-
-
Hi, previously I had problem realizing realtime SSD detection with V4L2 format error which seems to be an opencv error. So I decided to reinstall opencv following the instruction. However, I got the f…
ncao8 updated
5 years ago
-
### System Information
OpenCV version: 4.5.5
Operating System / Platform: Ubuntu 18.04
Compiler & compiler version: GCC 7.5.0
Build op:cmake .. -DEXECUTABLE_OUTPUT_PATH:PATH=$(pwd) -DCMAKE_INSTA…
-
##### System information (version)
- OpenCV => 4.5.1
- Operating System / Platform => Ubuntu 20.04
- Compiler => GCC 9.3.0
##### Detailed description
When `threshold` is set low enough such tha…
-
hello, when I made the project I met a error that is " No rule to make target 'opencv_calib3d-NOTFOUND’,needed by '../Mono" ".
I think opencv lead to this. But I link the ${OPENCV_LIBRARIES} to exec…
-
Tried running but got stuck at Pod install
Username for 'http://git.flowever.net': ^C[!] Cancelled
-
I'm unable to build DICe on Ubuntu 21.04. Here's the exact error I'm getting:
`[ 4%] Completed 'hypercine'
[ 6%] Built target hypercine
[ 7%] Building CXX object src/ioutils/CMakeFiles/diceiou…
-
I have tried to install it in the legacy way, But while building darknet.sln on VS its showing this error
_Severity Code Description Project File Line Suppression State
Error MSB4019 The imported …
-
编译报了这个错误
clang -O3 -c -msse2 -msse -msse4.1 -msse3 `pkg-config --cflags opencv` -I /usr/local/include/opencv4/opencv2/ main.cpp io.hpp
g++ `pkg-config --libs opencv` main.o io.o canny.o -o program
…
-
### System Information
OpenCV版本:4.5.4
作業系統/平台:Ubuntu 22.04
編譯器&編譯器版本:GCC 9.5.0
### Detailed description
Hello
I want to perform COCO dataset objects detection using yolov8
test, but the …