yorkie/tensorflow-nodejs

looking for sample with simple image identification according to model and labels

Benz-Tracxpoint opened this issue · 3 comments

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?

Do you accept the input to be a predefined or trained graph/model?

yes, I have a graph.pb, labels.txt, img.png all are ready to be tested together

The v1 is deprecated and I'm rewriting the v2, it's based on Python tensorflow package, so this might be resolved :)