Label_image always giving same outputs
Closed this issue · 0 comments
aniladar commented
Hi all!
While testing our models with label_image example, we faced with strange results.
We tried label_image with 2 different YOLO models with their corresponding labels.txt. However, regardless of the input images and labels, the test output is always in the same order as [2 3 0 1]. Finally, we also gave the Grace Hopper image from an official source and still we faced with the same issue. You can see the outputs in the image below.
Normally our models are working smoothly on PC. But, it is important for us to test them in our iMX6 device with this sample. Do you have any idea or solution to this problem?
Thank you in advance.