You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System Information (please complete the following information):
OS & Version: Windows 10/11
ML.NET Version: ML.NET v1.6
.NET Version: .NET 8.0
Describe the bug
bulild and run the download OnnxObjectDetectionApp code got exception:
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'
(Visual Studo 2022 17.13.0)
To Reproduce
Steps to reproduce the behavior:
open project samples\csharp\end-to-end-apps\ObjectDetection-Onnx\OnnxObjectDetection.sln
buld and run OnnxObjectDetectionApp
See error
Expected behavior
renders a live-stream of the device's web cam, runs the video frames through an object detection model using ML.NET, and paints bounding boxes with labels indicating the objects detected in real-time.
Screenshots, Code, Sample Projects
The text was updated successfully, but these errors were encountered:
System Information (please complete the following information):
Describe the bug
bulild and run the download OnnxObjectDetectionApp code got exception:
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'
(Visual Studo 2022 17.13.0)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
renders a live-stream of the device's web cam, runs the video frames through an object detection model using ML.NET, and paints bounding boxes with labels indicating the objects detected in real-time.
Screenshots, Code, Sample Projects
The text was updated successfully, but these errors were encountered: