Skip to content

Commit 710637d

Browse files
mayavijxMaajidKhan
authored andcommitted
Update the prerequisites for csharp sample
1 parent 907e9cf commit 710637d

File tree

1 file changed

+2
-2
lines changed
  • c_sharp/OpenVINO_EP/yolov3_object_detection

1 file changed

+2
-2
lines changed

c_sharp/OpenVINO_EP/yolov3_object_detection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).
1313
2. [The Intel<sup>®</sup> Distribution of OpenVINO toolkit](https://docs.openvinotoolkit.org/latest/index.html)
1414
3. Use any sample Image as input to the sample.
1515
4. Download the latest YOLOv3 model from the ONNX Model Zoo.
@@ -35,7 +35,7 @@ dotnet new console
3535
2. 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

4141
3. Compile the sample

0 commit comments

Comments
 (0)