-
I have used YOLO and YOLO-tiny but get the same error each time.
**Description of a bug**
I received this error after I trained my model.
This is the error
darknet: ./src/image.c:41: get_pixel: …
-
I am trying to train a YOLO (v3) network on a set of images, but I am faced with a problem when preparing the training set and the corresponding annotations.
Sometimes, an image contains my object …
-
I have setup and trained a model and it works well following all the steps to training using annotated images.
I have run the new model from the command and i get the various output files as per bo…
-
I want to write a c++ project for windows using darknet api, one of the requirements is to handle errors in the execution of darknet (like Cuda errors).
Something like this
![image](https://user…
-
Hi.
i want to get **output text** of video detection's annotation list in **each video frame** or **image** from Darknet.
Is there any solution to this problem inside Darknet?
-
hi,
I'm trying to detect high resolution images(8000x6000) within 100ms
So, I try to detect by using the tile method, but is it theoretically possible within 100ms?
As far as I know, the GPU …
mey1k updated
3 years ago
-
I want to send the coordinates of the bounding boxes used to a another piece of software. What is the best way to go about this?
-
Hello,
I am trying to crop the object detected by YOLO-v4. Any suggestion/project on Github to do this please?
Thanks.
-
If something doesn’t work for you, then show 2 screenshots:
1. screenshots of your issue
i used the `PS D:\> .\vcpkg install darknet[full]:x64-windows` to install darknet successfully!
after tes…
-
Hi,
I'm not sure what is happening. When I try detection on a single image, ex:
```
darknet.exe detector test data/cafe-maquina.data yolov3-tiny-cafe-maquina-896.cfg backup/yolov3-tiny-cafe-maquin…