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.
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.
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: