Add writing results on file for map demo

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2020-03-10 14:35:25 +01:00
parent 0773f216b3
commit 75d5e20843
5 changed files with 71 additions and 13 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ class Yolo3Detection {
int classes = 0;
int num = 0;
int n_masks = 0;
float thresh = 0.3;
float thresh = 0.05;
cv::Scalar colors[256];
// this is filled with results
@@ -70,4 +70,4 @@ class Yolo3Detection {
}}
#endif /* YOLODETECTION_H*/
#endif /* YOLODETECTION_H*/