Issue with Inference.py: Custom Dataset Model Not Displaying Class Labels #2018
Unanswered
rioarifando
asked this question in
Q&A
Replies: 1 comment
-
I have the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have encountered an issue with the inference.py script while performing inference using a custom dataset. I trained model on a custom dataset. The inference.py script is not displaying the my class labels for the predictions. Instead, it only shows the file names and probability scores.
I receive the following error message in the console:
ERROR: Cannot deduce ImageNet subset from model, no labelling will be performed.
Could you please provide guidance on how to resolve this issue and have the inference.py script display the correct class labels?
Beta Was this translation helpful? Give feedback.
All reactions