microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detectron2 onnx model "current backend is not supported"

FahriBilici opened this issue · comments

Hello, I trained detectron2 for object detection with my dataset. I exported the model in onnx format. I downloaded onnx.js demo from Github and replaced yolo model path with my custom detectron2 onnx model path. But it gives me a"current backend is not supported" error. How can I fix that?