Collection of helper and utility functions for Darknet. More...


Namespaces | |
| namespace | Darknet |
| The namespace for the C++ Darknet API. | |
Functions | |
| void | Darknet::cfg_layers () |
| std::string | Darknet::convert_to_lowercase_alphanum (const std::string &arg) |
| Convert to lowercase and remove all but alphanumerics. | |
| std::string | Darknet::get_command_output (const std::string &cmd) |
| void | Darknet::initialize_new_charts (const Darknet::Network &net) |
| Setup the new C++ charts. This is called once just prior to starting training. | |
| std::string | Darknet::text_to_simple_label (std::string txt) |
| Convert the given text to plain alphanumeric ASCII string. | |
| void | Darknet::update_accuracy_in_new_charts (const int class_index, const float accuracy) |
| void | Darknet::update_loss_in_new_charts (const int current_iteration, const float loss, const std::string &time_remaining, const bool dont_show) |
| Update the new C++ charts with the given loss and mAP% accuracy value. This is called at every iteration. | |
Collection of helper and utility functions for Darknet.