-
Hi all,
I'm trying to compile (with make) Darknet on a Kaggle Notebook, but I keep running into this problem:
```
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libcuda.so: file not …
-
As title , thanks
-
##### System information (version)
- OpenCV4.3
- ubuntu20.04
##### cmake commands:
```bash
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D PYTHON_EXCUTABLE=/usr/bin/py…
-
The ``manylinux1`` images are starting show their age and therefore make the maintenance of the Linux wheels quite troublesome. OpenCV 3.4.10 and 4.3.0 cannot be built on ``manylinux1`` images due to …
-
When I compiled with libtorch, I added the opencv library, and an error occurred
- cmakelist.txt
```
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(custom_ops)
find_package(Torch REQUI…
-
**Describe the bug**
OpenCV4 when compiled with `enableGTK3` doesn't show GUI window using `cv2.namedWindow` on Ubuntu 18.04 and 16.04.
**To Reproduce**
Steps to reproduce the behavior:
1. Insta…
-
Hello guys,
Recently I have installed the Ubuntu 18.04. on my new PC and I started installing the software I had on my old PC. I have cloned, built and installed the newest `openCV` with the `openC…
-
My Launch File:
```
import launch
import os
from ament_index_python.packages import get_package_share_directory
from launch_ros.actions import ComposableNodeContainer
from launch_ros.descript…
-
## Versions
- Openvino: [2020.4](https://github.com/openvinotoolkit/openvino/releases/tag/2020.4)
- OpenCV: [4.4.0-openvino](https://github.com/opencv/opencv/releases/tag/4.4.0-openvino)
- O…
-
Hello,
I want to use the visualization features of the point cloud lib but in the installation directory is the visualization-folder with its contents missing. How can I build the package with visu…