arm/yolov5_onnx/Program.cs
2025-02-04 20:09:10 +08:00

18 lines
281 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using yolov5_onnx.Mod;
namespace yolov5_onnx
{
internal class Program
{
static void Main(string[] args)
{
}
}
}