quic / ai-hub-models

The Qualcomm® AI Hub Models are a collection of state-of-the-art machine learning models optimized for performance (latency, memory etc.) and ready to deploy on Qualcomm® devices.
https://aihub.qualcomm.com
BSD 3-Clause "New" or "Revised" License
338 stars 45 forks source link

Label.txt file for yolov8_det.tflite model #43

Closed MuhammadShifa closed 1 month ago

MuhammadShifa commented 1 month ago

I need the label.txt file for yolov8_det,tflite model. I am trying to acheive it throught ultralytics official package but it show the error of metadata file. Please provide the names of classes on which the model is trained.

mestrona-3 commented 1 month ago

Hi @MuhammadShifa, we don't have labels.txt but these are the class names, offset by 1. https://gist.github.com/AruniRC/7b3dadd004da04c80198557db5da4bda

There's also more information on the model used here