Skip to content

Commit a413d13

Browse files
committed
Update Yolov4 sample to use the NuGet
1 parent 7a99cf7 commit a413d13

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Samples/Tutorial Samples/YOLOv4ObjectDetection/YOLOv4ObjectDetection/Model.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
using System.Linq;
55
using System.Text;
66
using System.Threading.Tasks;
7-
using Windows.AI.MachineLearning;
87
using Windows.Media;
98
using Windows.Storage;
109
using Windows.UI.Xaml;
10+
using Microsoft.AI.MachineLearning;
1111

1212
namespace YOLOv4ObjectDetection
1313
{

Samples/Tutorial Samples/YOLOv4ObjectDetection/YOLOv4ObjectDetection/YOLOv4ObjectDetection.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
</Page>
153153
</ItemGroup>
154154
<ItemGroup>
155+
<PackageReference Include="Microsoft.AI.MachineLearning">
156+
<Version>1.13.1</Version>
157+
</PackageReference>
155158
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
156159
<Version>6.2.10</Version>
157160
</PackageReference>

0 commit comments

Comments
 (0)