1

I want to use object detection techniques such as YOLO in Xamarin. How can I use something like tflite or pytorch mobile on Xamarin?

If I search "C# Yolo", I can find using C# with YOLO on desktops only.

1 Answers1

2

The YOLO approach has been implemented with ML.Net, which does not work in Xamarin.

Check out these articles if you want to do object detection via a service or on the device:

Christopher Stephan
  • 1,081
  • 16
  • 33