Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet_cfg.hpp File Reference

The classes in this header file are used to parse Darknet/YOLO .cfg files. More...

Include dependency graph for darknet_cfg.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  Darknet::CfgFile
 A class that represents a Darknet/YOLO configuration file. More...
 
struct  Darknet::CfgFile::CommonParms
 
class  Darknet::CfgLine
 Each non-empty line in a .cfg file is stored as a Darknet::CfgLine object. More...
 
class  Darknet::CfgSection
 A class that represents a specific section in a configuration file. More...
 

Namespaces

namespace  Darknet
 The namespace for the C++ Darknet API.
 

Typedefs

using Darknet::CfgLines = std::map< std::string, CfgLine >
 Lines are not stored in the order in which they are read.
 
using Darknet::CfgSections = std::vector< CfgSection >
 

Detailed Description

The classes in this header file are used to parse Darknet/YOLO .cfg files.