Regarding the labels file #25
MagnusGabell
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thnx for a good tutorial! Awsome.
I have a question. The labels file you use in the predictions, how does it know the connection between the trained model data and the label.
For example:
I have a trained model with 100'000+ images and they have all been classified manually. Your dataset only contains 3 objects so
its easy to connect the trained image to the label. Which in your case = 1 image per class.
I have many images per class and cant show all relations. I can only provide a list of classes. For example first line is apple, second is orange etc etc. No images connected.
The classes I assume only have to come in a correct order from the top and has really no connection to the image trained in the prediction part? I hope I make my self clear. Difficult to explain..
br,
Beta Was this translation helpful? Give feedback.
All reactions