@@ -0,0 +1,10 @@
from ultralytics import YOLO
import os
dir = os.path.dirname(os.path.realpath(__file__))
model = YOLO(dir + "/best.pt")
# Exportiere es ins TFLite-Format
model.export(format="tflite")
The note is not visible to the blocked user.