Skip to content
Alexey edited this page Jul 1, 2019 · 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. Converting Yolo v3 models to TensorFlow and OpenVINO(IR) models: https://github.com/AlexeyAB/darknet/wiki/Converting-a-Yolo-v3-models-to-a-TensorFlow-and-OpenVINO(IR)-models