mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
optimize max object definition
it is not possible to set the size on runtime
This commit is contained in:
@ -22,8 +22,6 @@ extern "C" {
|
||||
|
||||
#define FRAMES 3
|
||||
|
||||
int max_objects() { return C_SHARP_MAX_OBJECTS; }
|
||||
|
||||
static Detector* detector;
|
||||
//static std::unique_ptr<Detector> detector;
|
||||
|
||||
|
Reference in New Issue
Block a user