-
After building libsgm by following the steps in README, I tested out code in `sample/image`. I executed the following:
```
mkdir build
cd build
cmake ../
make
```
and got the following erro…
-
I'm working on an indoor mapping solution, which uses GeoJSON as the main data source.
The input is an IFC, which we convert to GeoJSON in order to increase granularity and simplify readability.
I…
-
##### System information (version)
- OpenCV => 4.6
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2022
##### Detailed description
It looks like https://github.com/…
-
Hi everyone,
I'm implementing an analysis batch for an epidemiological modelling package https://github.com/CDCgov/Rt-without-renewal/tree/main/pipeline .
We're wondering if there is a functiona…
-
OpenCV => 4.6
Operating System / Platform => Windows
It was too slow to compute DNN with cpu. So I built and checked all of these cmake options to use the GPU.
```
net.setPreferableBackend(cv2.d…
-
### System Information
OpenCV version: 4.9.0
Operating System / Platform: Windows 11
CMake
### Detailed description
When building OpenCV with NVIDIA CUDA support using CMake, this error happens:
…
-
##### System information (version)
- OpenCV => 4.1.2
- Operating System / Platform => Arch Linux/ 5.2.14
- Compiler => gcc
##### Detailed description
When I compile "ppf_load_match.cpp" along…
-
whene i excute this command make -j5 i got this error
> Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_read.c.o
> [ 24%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/ti…
-
Hey Alex,
What is the recommended process for using darknet as a lib (either static or dymanic).
Is it still to build to yolo dll? I am thinking about statically linking darknet just to make thi…
-
I see that the workflow containing cuDNN is written in the repository's workflow, but I noticed during execution via GitHub Action that the compiled parameters are as follows:
```
#14 23.50 -- Ope…