Fully working OPI5 and Azaion AI object recognition

This commit is contained in:
Your Name
2024-07-03 14:03:00 +03:00
parent 831aeda21d
commit 2d94fd576f
9 changed files with 249 additions and 16 deletions
+7 -1
View File
@@ -23,7 +23,13 @@
#include <set>
#include <vector>
#define LABEL_NALE_TXT_PATH "./model/coco_80_labels_list.txt"
#ifdef OPI5_BUILD
#define LABEL_NALE_TXT_PATH "azaion_10_labels_list.txt"
#else
#define LABEL_NALE_TXT_PATH "coco_80_labels_list.txt"
#endif
static char *labels[OBJ_CLASS_NUM];