yolov7
yolov7 copied to clipboard
Model Conversion Problem
As per project requirement, i want to convert yolo pt model to tflite model for ios and andriod app. But the export.py script is able to convert into onnx only. i make search than come too know, through 3rd party lib i convert onnx to tensorflow than to tflite. Now the tflite model that is not appropiate, having lots of error.
kindly look into and reslove the issue.
yolov5 has ability to convert into any model formate, and yolov5 detect.py scripts very well for inferencing
Try this PR- https://github.com/WongKinYiu/yolov7/pull/1968