-
### Issue Description
When using NVIDIA GPUs with Podman via the Container Device Interface `podman build` fails to use labeled devices while `podman run` works as intended.
However, if using the …
-
I try to install with GPU + OpenCV + CUDNN + OpenMP (Darknet is built with GPU + OpenCV + CUDNN + OpenMP as well)
install script (it is running in a docker container as root so no need for sudo):
`…
aic25 updated
6 years ago
-
For a project I am using Yolov4 as a object detection model in a c# application inside of a docker container.
**The problem:**
When trying to load the model the application crashes with differen…
-
I am trying to run darknet via the python binding inside a docker conainer.
It is running properly when I compile with `GPU=0`.
As base image, I used `nvidia/cuda:10.2-base` and copied the precompil…
-
Hi,
I can make with OPENCV=0 (GPU, CUDNN=1 also). I successfully ran images through YOLO. I also successfully ran make darknet-cpp (from another project) with OPENCV=1 inside the same container. Bu…
-
These are the steps i have followed, im doing the setup on teslav100 ubantu 20.04 machine
1. docker pull daisukekobayashi/darknet:darknet_yolo_v4_pre-gpu
2. sudo docker run -it -d daisukekobayash…
-
I have trained the model in my own training images and labels. When I loaded the latest .weights and test in a image(.png), a error happend:
Error in `./darknet': free(): invalid next size (fast): 0x…
-
Hi,
I am getting the following error:
```
darknet: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
```
My Dockerfile looks like:
```…
-
I ran the latest beta ( [v3.0.0b6])
however it doesn't seem to recognize cuda on jetson nano
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing…
-
Hi @AlexeyAB . Thanks for your guidance.
**First** Machine: **RTX 2080 Ti** with `11G` memory
**Second** Machine: **Geforce 1050 Ti** with `4G` memory
I have downloaded a docker image with this…