AlexeyAB
2018-07-02 2bac3681fcecb225c5e5a6376d7f95835cd8f89e
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;