Covert vector to python list
[trackerpp.git] / include / Detector.h
index c1c5a9b..cb52902 100644 (file)
@@ -15,7 +15,7 @@ namespace suanzi {
         Detector();
         virtual ~Detector();
         // TODO
-        unsigned int detect(const cv::Mat& frame, Detection* detections){return 1;}
+        unsigned int detect(const cv::Mat& frame, Detection* detections){return 0;}
     };
 
     struct Detection