microsoft / onnxruntime-web-demo

demos to show the capabilities of ONNX Runtime Web
MIT License
172 stars 41 forks source link

Yolo example doesn't work with an ONNX model generated using lobe.NET #35

Open MarGraz opened 1 year ago

MarGraz commented 1 year ago

Hi,

I tried to use the Yolo example and pass it a model generated using "Microsoft lobe.NET" app, but it doesn't work.

I tried to add my labels in "src/data/yolo_classes.ts", and set the ONNX model in "src/components/models/Yolo.vue", by modifying the "MODEL_FILEPATH_DEV" variable path. But it doesn't work.

Has anyone successfully made the Yolo project work?

Thank you so much