NAO_Roboter_Erkennung/test_tflite.py
Vincent Hanewinkel 78ad1dd29e + add tflite export
+ add Quantisierung
2025-07-15 17:13:11 +02:00

4 lines
175 B
Python

import tensorflow as tf
interpreter = tf.lite.Interpreter(model_path="yolo_training/NAO_detector/weights/best_saved_model/best_float16.tflite")
interpreter.allocate_tensors()