main.cpp 155 Bytes
Newer Older
change's avatar
init  
change committed
1
2
3
4
5
6
7
8
9
10
#include "main.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main(int argc, char *argv[])
{
    Ort_DetectorYOLOV5();
    return 0;
}