looking for sample with simple image identification according to model and labels
Benz-Tracxpoint opened this issue · 3 comments
Benz-Tracxpoint commented
My inputs are:
1 - model file
2 - labels file
3 - image
(All in the form of file links)
The output i would like to get is simply the best result and its percents Any suggestions or samples?
yorkie commented
Do you accept the input to be a predefined or trained graph/model?
Benz-Tracxpoint commented
yes, I have a graph.pb, labels.txt, img.png all are ready to be tested together
yorkie commented
The v1 is deprecated and I'm rewriting the v2, it's based on Python tensorflow package, so this might be resolved :)