Ruslan_Lenin
2018-06-29 eae7b34cc0906268ddef2e64551ea5ca0951c0c8
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;