remove max_objects

pull/1111/head
Tino Hager 7 years ago
parent 170cebf8af
commit bff7644f31
  1. 2
      src/yolo_v2_class.cpp

@ -22,8 +22,6 @@ extern "C" {
#define FRAMES 3
int max_objects() { return C_SHARP_MAX_OBJECTS; }
//static Detector* detector = NULL;
static std::unique_ptr<Detector> detector;

Loading…
Cancel
Save