yolov5-net
yolov5-net copied to clipboard
Requirements
Hello, what are the requirements for the project? What Visual Studio and version of the .NET platform? What for in the code "using"?
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.