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

Darknet (neural network framework)

Basic terms:

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

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

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

  4. Converting Yolo v3 models to TensorFlow and OpenVINO(IR) models: https://github.com/AlexeyAB/darknet/wiki/Converting-Yolo-v3-models-to-TensorFlow-and-OpenVINO(IR)-models