Questions tagged [darknet]

4 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…
Dan D
  • 1,318
  • 1
  • 14
  • 39
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,…
Dan D
  • 1,318
  • 1
  • 14
  • 39
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
  • 303
  • 1
  • 11
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
  • 303
  • 1
  • 11