File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Samples/Tutorial Samples/YOLOv4ObjectDetection/YOLOv4ObjectDetection Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44using System . Linq ;
55using System . Text ;
66using System . Threading . Tasks ;
7- using Windows . AI . MachineLearning ;
87using Windows . Media ;
98using Windows . Storage ;
109using Windows . UI . Xaml ;
10+ // Windows.AI.MachineLearning' refers to the libraries included in Windows,
11+ // while 'Microsoft.AI.MachineLearning' refers to the externally available NuGet package.
12+ using Microsoft . AI . MachineLearning ;
13+ // using Windows.AI.MachineLearning;
1114
1215namespace YOLOv4ObjectDetection
1316{
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments