akbartus / Yolov8-Object-Detection-on-Browser

Example of YOLOv8 object detection on browser. It is powered by ONNX and TFJS and served through JavaScript without any frameworks. It demonstrates live web camera detection.
https://yolov8-object-detection.glitch.me/
MIT License
30 stars 13 forks source link

tfjs dont work #4

Closed chih3b closed 2 months ago

chih3b commented 4 months ago

the onnx version dont work but tfjs dont work.how to fix it?

akbartus commented 4 months ago

@chih3b thanks for the feedback. Could you be more specific and tell what does not work?

chih3b commented 4 months ago

i tired your link and it dont work:https://pickle-pinto-feverfew.glitch.me/tfjs_version/ .plust how do i ran the code after i download it.is there a document or something about the steps?.thank you for being helpful

akbartus commented 4 months ago

Just tested the code works fine. You just need to wait for a few seconds as it loads model first and then starts tracking. As for documentation, check here: https://github.com/ultralytics/ultralytics and here: https://docs.ultralytics.com/integrations/tfjs/

akbartus commented 2 months ago

Closing issue. Assume it was resolved.