Add writing results on file for map demo
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user