DefTruth / lite.ai.toolkit

🛠 A lite C++ toolkit of awesome AI models, support ONNXRuntime, MNN, TNN, NCNN and TensorRT.
https://github.com/DefTruth/lite.ai.toolkit
GNU General Public License v3.0
3.59k stars 684 forks source link

can you share yolov6 parameter file for ncnn onnx mnn tnn? #331

Closed lzz144 closed 2 years ago

lzz144 commented 2 years ago

yolov6s-640x640-for-ncnn.opt.param yolov6s-640x640-for-ncnn.opt.bin

how can i download?

DefTruth commented 2 years ago

you can download these converted NCNN *.param&bin files of YOLOv6 from (Baidu Drive code: sc7f), see NCNN Hub. Documents about how to convert YOLOv6 to NCNN/MNN/TNN/ONNX formats, please check my zhihu blog:

image