Labs-IntelligentAPIs icon indicating copy to clipboard operation
Labs-IntelligentAPIs copied to clipboard

Intelligent APIs aim to make machine learning (ML) tasks easier for UWP developers to leverage in their applications without needing ML expertise or creating a new model.

Results 5 Labs-IntelligentAPIs issues
Sort by recently updated
recently updated
newest added

Imagine we have 1000 pictures, to classify them, we need to call the api 1000 times with the same parameters. If we have a 8 core CPU, we can processing...

## WinML Helper functions Specification document The HelperFunctions project is a set of APIs that are designed to help developers using WinML with some of the common pre-processing and post-processing...

- Publish winui packages - Add info to readme - Upload test project

From your readme - this requires me to use UWP. That's fine for now, but do you plan of porting this to WinUI3 Desktop? (which of course, would be **insanely**...

"The parameter is incorrect.\r\n\r\nFailed to load model with error: Unknown model file format version." ``` at CommunityToolkit.Labs.Intelligent.ObjectDetection.YOLOObjectDetector.d__9.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CommunityToolkit.Labs.Intelligent.ObjectDetection.YOLOObjectDetector.d__10.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at...