/NANODET-ONNX-TFLite

Implemented the prediction inference process of the NANODET model in ONNX format and TFLite format

Primary LanguagePython

ONNX and TFLite for NANODET Model

If you have any questions, please email lanping_tech@qq.com to contact us.

ONNX Model Prediction

python onnx_predict.py

TFLite Model Prediction

python tflite_predict.py

ONNX Model Conversion

Conversion from ONNX Runtime to keras

python onnx2keras.py

Conversion from keras to ONNX

python keras2onnx.py