Hi Harshit,
Thank you for your answer. I tried it and it worked great. The only question I have is about the content of the dict.txt file. In the following this link:
they explain that each line in the label file dict.txt represents a label of the predictions returned by the TensorFlow Lite model, in the same order they were requested. For example, the dict.txt for the salad dataset is as follows:
background
Baked Goods
Salad
Cheese
Seafood
Tomato
However, the salad dataset does not contain "background" as a label. Usually for classification we have only the labels, but for object detection, it also contains the "background" line. Do I have to ignore this line in the dict.txt file?
Best,
Nicolais