DarkHelp  v1.9.7-1
C++ API for the neural network framework Darknet
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DarkHelpThreads.hpp File Reference
#include "DarkHelp.hpp"
#include <atomic>
#include <condition_variable>
#include <filesystem>
#include <mutex>
#include <thread>
Include dependency graph for DarkHelpThreads.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  DarkHelp::DHThreads
 This class allows you to easily run multiple identical copies of a neural network to process many files at once. More...
 

Namespaces

 DarkHelp
 The DarkHelp namespace contains (almost) everything in the DarkHelp library.
 

Detailed Description

DarkHelp's class to load multiple identical neural networks.