The classes in this header file are used to parse Darknet/YOLO .cfg files.
More...
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 > |
The classes in this header file are used to parse Darknet/YOLO .cfg files.