-
I have a trained yolov4-tiny custom model running on an Nvidia Jetson Xavier. It is working perfectly! So thank you for the detailed instructions.
My issue is, I want to be able to use my model ve…
-
Good day! I'm starting DarkMark by terminal.
DarkMark
2021-05-29 21:08:10 starting DarkMark v1.5.11-1
2021-05-29 21:08:10 configuration file used: /home/archi/.DarkMark/DarkMark.cfg
2021-05-29 21…
-
https://github.com/stephanecharette/DarkHelp/blob/c6b05ba2a93c004bda40c6ae8a6377c3340722cd/src-lib/DarkHelp.cpp#L145-L147
`load_network_custom` already does call `fuse_conv_batchnorm()` internally,…
-
I am using a network to generate more marks.
NMS, hierarchy thresh are at 0.5. As the image shows its not working. It works fine if I generate the marks with darknet directly.
I am on DarkMark 1.4.7…
-
Hello,
I am using C++ version of darknet to detect objects using YoloV4. For now, I am just getting the best class's probability. I have 13 classes and I want the probability of all 13 of them for …
-
I want a video with a black background and only the detected bounding boxes with the picture inside should be visible in the frame.
-
Hello,
I succesfully trained an object detector with network width 608 * 608
My objects are detected pretty well there.
One of our clients wants to perform object detection on "unusual" image siz…
-
64-bit Ubuntu 20.04. Installed OpenCV like this:
`./vcpkg install --triplet x64-linux opencv[core,dnn,ffmpeg,jpeg,opengl,openmp,png,tiff,webp]`
This gives me OpenCV4 4.3.0#1 (4.3.0-0c6047ba…
-
How to load weight model once and test it on multiple image?
I'm having a problem that I have to load weight model every time when I need to test an images.
Any idea on this? Any help would be appre…
-
Hi there,
Currently i am testing the practicality of using yolov4 in a large workflow.
In the situation of having a dataset that is made of Many images.
The following questions arise:
- Does yol…