ppogg / YOLOv5-Lite

🍅🍅🍅YOLOv5-Lite: Evolved from yolov5 and the size of model is only 900+kb (int8) and 1.7M (fp16). Reach 15 FPS on the Raspberry Pi 4B~
GNU General Public License v3.0
2.25k stars 405 forks source link

export支持转tfjs么, #171

Closed lijianyu1985 closed 6 months ago

lijianyu1985 commented 2 years ago

推理结果: c89fbc29191e72fc289b52e8fc95783

model.json image 不知道这个推理结果该怎么用,正常不应该是一个四个元素的数组么?

bedapudi6788 commented 2 years ago

@lijianyu1985 how did you export to tfjs?

lijianyuhoopox commented 2 years ago

I used two ways to export to tfjs:

  1. copy the model to yolov5 and run export to export the model to tfjs model
  2. just run download.sh to get the tfjs model: https://github.com/PINTO0309/PINTO_model_zoo/tree/main/180_YOLOv5-Lite