Tensorflow trial
Followed this digitalocean tutorial on Tensorflow to try an image classification on my computer.
Tried with a Robot image first.

It couldn't recognize it that well.
$ python classify_image.py --image_file ez-robot-jd-humanoid-robot.jpg 2>/dev/null whistle (score = 0.05857) tripod (score = 0.03762) microphone, mike (score = 0.03662) radio, wireless (score = 0.01969) spotlight, spot (score = 0.01623)
But, eureka for Cats!

$ python classify_image.py --image_file what-does-it-mean-when-cat-wags-tail.jpg 2>/dev/null tabby, tabby cat (score = 0.51155) Egyptian cat (score = 0.36965) tiger cat (score = 0.06952) lynx, catamount (score = 0.00368) doormat, welcome mat (score = 0.00064)
Comments
Comments powered by Disqus