techwingslab / yolov5-net

YOLOv5 object detection with C#, ML.NET, ONNX
MIT License
351 stars 104 forks source link

I am wondering could I use yolov5-net to deploy yolox on c#. #63

Open tracywong117 opened 2 years ago

tracywong117 commented 2 years ago

Because yolox also supports ONNX runtime. But I don't know how to set the configuration of the model. Is it possible?

Red007Master commented 2 years ago

Because yolox also supports ONNX runtime. But I don't know how to set the configuration of the model. Is it possible?

It's look like yolox is anchor-free so i don't sink so, but try to train it to yolov5 and run it in github.com/ultralytics/yolov5 (detect.py) and if it work try to adjust model to you training values, or if you need speed you can use nano