main.h 108 Bytes
Newer Older
change's avatar
init  
change committed
1
2
3
4
5
6
7
8
9
// 示例程序

#ifndef __MAIN_H__
#define __MAIN_H__

// YOLOV5 sample
void Ort_DetectorYOLOV5();

#endif