Skip to content
Alexey edited this page Apr 25, 2020 · 14 revisions

Darknet (neural network framework)

Basic terms:

There are several tasks that are implemented in the Darknet framework:

Training and Evaluation of speed and accuracy

  1. Train Classifier on ImageNet (ILSVRC2012): https://github.com/AlexeyAB/darknet/wiki/Train-Classifier-on-ImageNet-(ILSVRC2012)

  2. Train YOLOv4 Detector on MS COCO (trainvalno5k 2014) dataset: https://github.com/AlexeyAB/darknet/wiki/Train-Detector-on-MS-COCO-(trainvalno5k-2014)-dataset

  3. How to evaluate accuracy and speed of YOLOv4: https://github.com/AlexeyAB/darknet/wiki/How-to-evaluate-accuracy-and-speed-of-YOLOv4

Meaning of configuration parameters in the cfg-files

  1. CFG-Parameters in the [net] section: https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-%5Bnet%5D-section

  2. CFG-Parameters in the different layers: https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-different-layers

Use Yolo v3 in other frameworks

CLICK ME - Use Yolo in other frameworks