Luis Quintanilla

Results 174 comments of Luis Quintanilla
trafficstars

Hi @bbhxwl, I would encourage you to take a look at this tutorial. It's using an older version of YOLO, but the general concepts are similar. https://learn.microsoft.com/dotnet/machine-learning/tutorials/object-detection-onnx

Thanks for this issue @genemars. Added this to our backlog. Thanks for helping out @ProKn1fe. Re: TorchSharp ARM support, as far as I know, PyTorch doesn't support ARM out of...

Other implementation from AI Dev Gallery: https://github.com/microsoft/ai-dev-gallery/blob/main/AIDevGallery/Samples/SharedCode/TokenizerExtensions.cs

Generally for ONNX / TorchSharp models, ML.NET is dependent on hardware support by the respective frameworks. In the ONNX case, what you'd be looking to use is the DirectML or...