#include "main.h" #include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, char *argv[]) { Ort_DetectorYOLOV5(); return 0; }