FeiGeChuanShu / ncnn_Android_MoveNet

Android MoveNet pose estimation by ncnn
125 stars 39 forks source link

Convert .pt to .bin and .param format #1

Open Houangnt opened 2 years ago

Houangnt commented 2 years ago

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 ?

LbuprofenL commented 1 year ago

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?