ShuffleNet-tensorflow
ShuffleNet-tensorflow copied to clipboard
how to test one picture can be recognized use the modle?
Here is roughly what you need to do. After you trained the model:
-
graph, ops = get_shufflenet(...)to load the model definition. - function
predict_probainprediction_utils.pyto load your trained model and make predictions.
can you upload the test .py file to do prediction use one picture?
or what is the command to predict one picture? and the output is a value between 0~199?