We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a413d13 commit f7172e1Copy full SHA for f7172e1
Samples/Tutorial Samples/YOLOv4ObjectDetection/YOLOv4ObjectDetection/Model.cs
@@ -7,7 +7,10 @@
7
using Windows.Media;
8
using Windows.Storage;
9
using 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;
14
15
namespace YOLOv4ObjectDetection
16
{
0 commit comments