This commit is contained in:
nums11 2023-01-23 10:16:09 -08:00
Родитель a413d13605
Коммит f7172e1d54
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -7,7 +7,10 @@ using System.Threading.Tasks;
using Windows.Media;
using Windows.Storage;
using Windows.UI.Xaml;
// Windows.AI.MachineLearning' refers to the libraries included in Windows,
// while 'Microsoft.AI.MachineLearning' refers to the externally available NuGet package.
using Microsoft.AI.MachineLearning;
// using Windows.AI.MachineLearning;
namespace YOLOv4ObjectDetection
{