mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 22:56:33 +00:00
Fully working OPI5 and Azaion AI object recognition
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user