Open Tylersuard opened 4 years ago
Hi @Tylersuard, I also tried this but the YoloV5 ONNX export uses opset version 12 while ONNXjs supports "most operators in ai.onnx operator set v7 (opset v7)". I also tried exporting YoloV5 with opset 7 but that's also not possible.
Hello. I was able to download, install, and run the demo on my computer.
When I changed the Yolo model for my own custom yolov5 model, the demo stopped working. I was unable to pick a backend, and the error message I got was "back end not compatible".