zldrobit / tfjs-yolov5-example

TensorFlow.js example for YOLOv5
https://codesandbox.io/s/github/zldrobit/tfjs-yolov5-example
88 stars 30 forks source link

Hello all works fine but my model not predicts any thing #19

Open sdssaeq opened 1 year ago

sdssaeq commented 1 year ago

i did everything right, does it my model error or smth ?

i export my model from yolov5m to tfjs

zldrobit commented 1 year ago

Plz do some sanity checks first:

  1. python detect.py --weights YOUR_YOLOV5M_MODEL --data YOUR_DATA, and see whether the outputs are correct.
  2. While running the tfjs model in a browser, check whether there're error messages from the console (e.g. hit F12 for Chrome).

After the sanity checks, you may find useful information in the wiki FAQ.