techwingslab/yolov5-net

Requirements

blackcement opened this issue · 1 comments

Hello, what are the requirements for the project? What Visual Studio and version of the .NET platform? What for in the code "using"?
image

These are top-level using statements. They don't require braces like the older syntax. They are a feature of newer code. Use VS 2022 and the latest C# version.

Alternatively, you could just use the braces like the older syntax and it will work fine.