Skip to content

saffie91/yolov7-tflite-conversion

Repository files navigation

Yolov7-tflite-conversion

This repo is for converting yolov7 onnx exported model into TFlite.

On the yolov7 repo export your model to onnx by using:

python3 export.py --weights best.pt --grid --end2end --simplify --topk-all 100 --conf-thres 0.35 --img-size 320 320 --max-wh 320

Afterwards use export.py on this repo to convert your onnx model to TFlite

Colab Walkthrough Tutorial

To make sure your model has converted properly follow the walkthrough tutorial and check after every conversion to see if there is a problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published