main.h 198 Bytes
Newer Older
lijian6's avatar
lijian6 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 示例程序

#ifndef __MAIN_H__
#define __MAIN_H__

// YOLOV3 sample
void Ort_DetectorYOLOV3();

// YOLOV5 sample
void Ort_DetectorYOLOV5();

// YOLOV7 sample
void Ort_DetectorYOLOV7();

#endif