yolo3 flir ok

This commit is contained in:
mbosi
2019-09-15 16:19:30 +02:00
parent 8c629ebe7b
commit a038e966d9
5 changed files with 21 additions and 15 deletions
+3 -1
View File
@@ -12,7 +12,9 @@
#include "Yolo3Detection.h"
bool gRun;
std::string obj_class[10] {"person", "car", "truck", "bus", "motor", "bike", "rider", "traffic light", "traffic sign", "train"};
//std::string obj_class[10] {"person", "car", "truck", "bus", "motor", "bike", "rider", "traffic light", "traffic sign", "train"};
//std::string obj_class[3] {"person", "bike", "car"};
std::string obj_class[10] {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"};
void sig_handler(int signo) {