ncnn-webassembly-yolov5
ncnn-webassembly-yolov5 copied to clipboard
What version of Yolov5 model did you use?
Hi, I'm trying to use my own yolov5 model, so i wondering what version of yolov5 did you use in this repo?
yolov5n v6.1
First, thanks for the reply, but I'm coming to know that the architecture of your yolov5n model is different than the model provided in the yolov5 v6.1 repo after I try to convert it to the ncnn format. So how did you get your ncnn model btw I got my ncnn model by following your Zhihu post https://zhuanlan.zhihu.com/p/275989233
@nihui
https://zhuanlan.zhihu.com/p/471357671
@nihui Thanks for the fast reply! Since you successfully implement YOLOV5 model on the local browser, how about on the WeChat environment? I was poking around with the WeChat minigame, I wonder can I apply the same logic here in WeChat minigame? (I know there probobly are some differences between Webassembly library and wx_webassembly library)