Skip to content

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

Notifications You must be signed in to change notification settings

LanpingTech/NANODET-ONNX-TFLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONNX and TFLite for NANODET Model

If you have any questions, please email [email protected] 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages