mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
remove max_objects
This commit is contained in:
@ -22,8 +22,6 @@ extern "C" {
|
|||||||
|
|
||||||
#define FRAMES 3
|
#define FRAMES 3
|
||||||
|
|
||||||
int max_objects() { return C_SHARP_MAX_OBJECTS; }
|
|
||||||
|
|
||||||
//static Detector* detector = NULL;
|
//static Detector* detector = NULL;
|
||||||
static std::unique_ptr<Detector> detector;
|
static std::unique_ptr<Detector> detector;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user