when i convert my trained yolov5 custom model best.pt to best-fp16.tflite with the commande : !python yolov5/export.py --weights best.pt --include tflite .I got my converted weights with no issue However, when I ran detection with my best-fp16.tflite : !python yolov5/detect.py --weights best-fp16.tflite --source images.jpg . the detection works but the classe names are wrong.
Thanks.
wrong classe names