Questions tagged [darknet]
7 questions
1
vote
2 answers
What are the reasons behind slow YOLO training?
I'm testing out YOLOv3 using the 'darknet' binary, and custom config. It trains rather slow.
My testing out is only with 1 image, 1 class, and using YOLOv3-tiny instead of YOLOv3 full, but the training of yolov3-tiny isn't fast as expected for 1…

Dee
- 1,283
- 1
- 11
- 35
1
vote
1 answer
YOLOv3 Model Structure: Why is filters = (classes + coords + 1) * num?
Here's a tutorial about doing custom training of YOLO (Darknet): https://medium.com/@manivannan_data/how-to-train-yolov3-to-detect-custom-objects-ccbcafeb13d2
The tutorial guides how to set values in the .cfg files:
classes = Number of classes,…

Dee
- 1,283
- 1
- 11
- 35
0
votes
0 answers
Could a small style transfer neural network be built on the darknet under Debian 11 32-bit? (experimental and personal use)
I would like to build a small style transfer neural network, via darknet (Open Source Neural Networks in C), under a Debian 11 32-bit system, for experimental and personal use. What I intend is to test an image and another identical to it, but to…

veron.schenone
- 1
- 2
0
votes
0 answers
Fine-tuning YOLO on a custom dataset in darknet framework
I would like to fine-tune a YOLOv4 pre-trained model on a new dataset that has only 1 class I would like YOLOv4 to be able to detect, which is ambulance vehicle.
The first step is to find a pre-trained model with weights based on the darknet…

Avv
- 101
- 1
0
votes
0 answers
Yolo darknet displays only most relevant match. Is it possible to display probabilities for all classes, even if they are very small?
Using yolo Darknet by AlexeyAB
I have 2 classes: notouch and overpack - levels of tobacco in hookah bows. I have good accuracy, but the problem is that yolo displays most relevant class and it's probability. Is there any chance to display all…

Alex Zaitsev
- 101
0
votes
1 answer
Taxonomy of terms in DL
I am trying to teach myself DL and among other difficulties I found it quite challenging to structurize a very basic terminology vocabulary especially when it includes not only theoretical stuff but also commercial names.
These are my questions for…

Igor
- 181
- 10
0
votes
1 answer
Darknet as a part of Yolo v3
I am pretty new to ML and my question may look strange. Especially the last part of it.
1)As far as I understand Darknet53 is an integral part of Yolo just as Resnet50 is a part of R-CNN Am I right?
2)On the other hand I understand that the R-CNN…

Igor
- 181
- 10