ncnn-webassembly-yolov5 icon indicating copy to clipboard operation
ncnn-webassembly-yolov5 copied to clipboard

How to convert a custom Yolov5n model into wasm format?

Open Mas-Y opened this issue 2 years ago • 1 comments

Hi @nihui,

Can you please let me know how can i convert my custom trained Yolov5n model into wasm format?

Mas-Y avatar May 09 '22 14:05 Mas-Y

I used this tutorial (translated with Google Translate): https://zhuanlan-zhihu-com.translate.goog/p/471357671?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp to convert a custom trained model into the ncnn format. I ran into issue #7 after following this tutorial, though I was using a custom-trained model based upon the YOLOv5m6 configuration.

kethan1 avatar Jul 19 '22 23:07 kethan1