microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.7k stars 2.93k forks source link

[Web] where is the demo of object detection on web #21403

Open forkyguo opened 4 months ago

forkyguo commented 4 months ago

Describe the issue

where is the demo of object detection on web

To reproduce

i can not find it

Urgency

No response

ONNX Runtime Installation

Built from Source

ONNX Runtime Version or Commit ID

latest

Execution Provider

'webgpu' (WebGPU)

gyagp commented 4 months ago

There are many object detection models, like DETR, YOLO, Florence2, and so on. Transformers.js project enabled many of them via ONNX Runtime WebGPU, and you may find demos via https://github.com/xenova/transformers.js or https://huggingface.co/collections/Xenova/transformersjs-demos-64f9c4f49c099d93dbc611df.

guschmue commented 3 months ago

I have a yolo example on raw onnxruntime-web, need to clean this up a little and can check this into the onnxruntime-examples repo.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.