VGG16 for TensorFlow. A pre-trained image recognition model converted from Caffe to TensorFlow.

github.com/ry/tensorflow-vgg16

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2016
  • dont do dropout during eval
  • add torrent download
  • fix operation names...
  • move model into sep file. clean up
December 2015
  • make sure imread returning floating point [0,1] values
November 2015
  • clarity in readme
  • fix a bunch of problems
  • do preprocessing in tensorflow
  • link to website
  • add readme and download script
  • add gitignore
  • init