ncnn_Android_MoveNet icon indicating copy to clipboard operation
ncnn_Android_MoveNet copied to clipboard

Convert .pt to .bin and .param format

Open Houangnt opened this issue 4 years ago • 1 comments

I trained my 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 assets folder the format you used is .bin and .param format. What code did you use to convert my model to format .bin and .param ?

Houangnt avatar Sep 27 '21 09:09 Houangnt

I trained my 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 assets folder the format you used is .bin and .param format. What code did you use to convert my model to format .bin and .param ?

I just ran into the same question with you. Do you have a solution now?

LbuprofenL avatar Apr 27 '23 09:04 LbuprofenL