arm/yolov5_onnx/Program.cs

18 lines
281 B
C#
Raw Permalink Normal View History

2025-02-04 20:09:10 +08:00
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)
{
}
}
}