python - Building a simple image recognition engine by tensorflow cifar10 example -
i make simple engine classify image dataset , asking guide or help.
i have trained dataset , save train model (1000000) , eval 86.6%.
then, here steps follow:
download image , convert tensorflow dataset (i not sure since it's converted bin type
input image on trained model cifar10 , test whether image dog, cat or sth else (print value be... image dog 70% accuracy)
or distribute image folder if input several images.
the whole purpose of visualize process , use in real tensorflow.
i appreciate if @ least give me ref.
Comments
Post a Comment