|
void | Darknet::assign_default_class_colours (Darknet::Network *net) |
| Generate the necessary class colours used to draw bounding boxes and labels.
|
|
void | Darknet::load_names (Darknet::NetworkPtr net, const std::filesystem::path &filename) |
| Load all of the names from a text .names file.
|
|
void | load_weights (Darknet::Network *net, const char *filename) |
|
void | load_weights_upto (Darknet::Network *net, const char *filename, int cutoff) |
|
Darknet::Network | parse_network_cfg (const char *filename) |
|
Darknet::Network | parse_network_cfg_custom (const char *filename, int batch, int time_steps) |
|
void | save_weights (const Darknet::Network &net, char *filename) |
|
void | save_weights_upto (const Darknet::Network &net, char *filename, int cutoff, int save_ema) |
|