File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
c_sharp/OpenVINO_EP/yolov3_object_detection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The source code for this sample is available [here](https://github.com/microsoft
99# How to build
1010
1111## Prerequisites
12- 1 . Install [ .NET 5.0] ( https://dotnet.microsoft.com/download/dotnet/5.0 ) or higher for you OS (Mac, Windows or Linux).
12+ 1 . Install [ .NET 5.0] ( https://dotnet.microsoft.com/download/dotnet/5.0 ) or higher for your OS (Mac, Windows or Linux).
13132 . [ The Intel<sup >®</sup > Distribution of OpenVINO toolkit] ( https://docs.openvinotoolkit.org/latest/index.html )
14143 . Use any sample Image as input to the sample.
15154 . Download the latest YOLOv3 model from the ONNX Model Zoo.
@@ -35,7 +35,7 @@ dotnet new console
35352 . Install Nuget Packages of Onnxruntime and [ ImageSharp] ( https://www.nuget.org/packages/SixLabors.ImageSharp )
3636 1 . Open the Visual C# Project file (.csproj) using VS19.
3737 2 . Right click on project, navigate to manage Nuget Packages.
38- 3 . Install SixLabors.ImageSharp Package from nuget.org.
38+ 3 . Install SixLabors.ImageSharp, SixLabors.Core, SixLabors.Fonts and SixLabors.ImageSharp.Drawing Packages from nuget.org.
3939 4 . Install Microsoft.ML.OnnxRuntime.Managed and Microsoft.ML.OnnxRuntime.Openvino from your build directory nuget-artifacts.
4040
41413 . Compile the sample
You can’t perform that action at this time.
0 commit comments