Alexey
2018-07-04 f7961c3ca883f5ab63216e869d45e8925fc1cee7
src/yolo_v2_class.cpp
@@ -22,8 +22,6 @@
#define FRAMES 3
int max_objects() { return C_SHARP_MAX_OBJECTS; }
//static Detector* detector = NULL;
static std::unique_ptr<Detector> detector;