I would like to make an C# forms app which will detect traffic signs from my webcam using ML.NET library. The AI model I'm using it's YOLOV5 converted into onnx format.
我想做一个C#表格应用程序,将检测从我的网络摄像头使用ML.NET库交通标志。我正在使用的AI模型是YOLOV5转换为onnx格式的。
I want my app to look something like this: https://www.youtube.com/watch?v=gajSKEpn2r0
I know I'll propably need this https://github.com/techwingslab/yolov5-net
我希望我的应用程序看起来像这样:https://www.youtube.com/watch?v=gajSKEpn2r0我知道我可能会需要这个https://github.com/techwingslab/yolov5-net
To my knowladge Ml.net doesn't have native support for real-time object detection directly from a webcam. Most tutorials I've found show only image classification.
If that's the case how should I got about this ?
据我所知,Ml.net本身并不支持直接从网络摄像头进行实时物体检测。我找到的大多数教程都只显示图像分类。如果是这样的话,我该怎么做呢?
更多回答
优秀答案推荐
我是一名优秀的程序员,十分优秀!