ncnn-android-nanodet
ncnn-android-nanodet copied to clipboard
How to convert .pt to .bin and .param format ?
I trained model yolov5 for object detection and now i want to deploy it on android app. Before, I tried covert to .tflite format but slowly. I saw in your's assets folder the format you used is .bin and .param format. What code did you use to convert model to format .bin and .param ?
In torch environment、YOLOv5 6.0 1、python export.py --train --weights best.pt --include torchscript onnx 2、python -m onnxsim best.onnx best-sim.onnx 3、https://convertmodel.com/
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x3000000 in tid 22462 (ImageReader-640), pid 22431 (ent.nanodetncnn) @LHyang9527
Hello @kay2019-art A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc33813d4 in tid 4260 (ImageReader-640), pid 4229 (cent.yolov8ncnn) I have a similar error and I can't solve it. Did you solve it?