-
Hi @AlexeyAB
I am using this command
`./darknet detector test ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights data/dog.jpg -i 0 -thresh 0.25`
I want to know what all .c files are called dur…
-
Is there currently a way to load multiple images as inputs for a single inference pass? I have 2 different sized images which would both be useful for bounding box inference.
-
I am using Darknet (and tiny YOLO) to perform object detection on an image dataset. I am currently performing inference sequentially on the test images using the GPU: but is it possible to process the…
saihv updated
4 years ago
-
I can save all video detection output in a txt file, but I just wanted the value of the coordinates of the bounding box in the txt.
-
I started a Qt project from scratch so I could test the API. Right at the first build time, compiler said it couldn't find gio/gio.h. After researching a little, I found out this is related to glib he…
-
3rd party libraries like DarkHelp that use libdarknet.so must `#include `, and also reference the `network` and `layer` structures.
The problem is those structures have some optional fields within …
-
Hello Guys,
I'm working on an object detection app using YOLOv3 I retrained the model to detect two classes and it was done successfully so far thanks to the creators of the Repo.
Now I have to depl…