yolov5-net icon indicating copy to clipboard operation
yolov5-net copied to clipboard

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

Open tracywong117 opened this issue 3 years ago • 1 comments

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

tracywong117 avatar Jun 27 '22 02:06 tracywong117

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

Red007Master avatar Aug 19 '22 00:08 Red007Master