Searched refs:OBJ_CLASS_NUM (Results 1 – 7 of 7) sorted by relevance
8 #define OBJ_CLASS_NUM 80 macro11 #define PROP_BOX_SIZE (5+OBJ_CLASS_NUM)
9 #define OBJ_CLASS_NUM 80 macro12 #define PROP_BOX_SIZE (5+OBJ_CLASS_NUM)
29 #define OBJ_CLASS_NUM 80 macro32 #define PROP_BOX_SIZE (5+OBJ_CLASS_NUM)
176 for (int k = 1; k < OBJ_CLASS_NUM; ++k) in process()
28 static char* labels[OBJ_CLASS_NUM];94 readLines(locationFilename, label, OBJ_CLASS_NUM); in loadLabelName()217 for (int k = 1; k < OBJ_CLASS_NUM; ++k) { in process()339 for (int i = 0; i < OBJ_CLASS_NUM; i++) { in deinitPostProcess()
26 static char *labels[OBJ_CLASS_NUM];92 readLines(locationFilename, label, OBJ_CLASS_NUM); in loadLabelName()240 for (int k = 1; k < OBJ_CLASS_NUM; ++k) in process()
13 3. 官网和rk预训练模型都是检测80类的目标,如果自己训练的模型,需要更改include/postprocess.h中的OBJ_CLASS_NUM以及NMS_THRESH,BOX_THRESH后处…