DarkHelp  v1.8.6-4
C++ API for the neural network framework Darknet
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
DarkHelpThreads.hpp File Reference

DarkHelp's class to load multiple identical neural networks. More...

#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.