EdjeElectronics / TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!
Apache License 2.0
1.5k stars 684 forks source link

What can i do when i havent the labelmap.txt ? #167

Open martinmmi opened 1 year ago

martinmmi commented 1 year ago

Hello,

i have a question to your introduction on

Step 1c. Install TensorFlow Lite dependencies and OpenCV Option 2: Using your own custom-trained model

I tried some pretrained models from Kaggle with your tensorflow lite introduction for the raspi.

What can i do, when my pretrained model havent the labelmap.txt datei from you introduction? (Only have the detect.tflite)

An model for example:

https://www.kaggle.com/models/kaggle/yolo-v5

Sometime i read, that the labelmap.txt file is already included.

Thanks so much -martin