Home

Awesome

VGG19_with_tensorflow

An easy implement of VGG19 with tensorflow, which has a detailed explanation.

<img src="https://raw.githubusercontent.com/hjptriplebee/VGG19_with_tensorflow/master/testModel/005525.jpg" width = "200" height = "150" alt="alexnet" /><img src="https://raw.githubusercontent.com/hjptriplebee/VGG19_with_tensorflow/master/testModel/002689.jpg" width = "200" height = "150" alt="alexnet" /><img src="https://raw.githubusercontent.com/hjptriplebee/VGG19_with_tensorflow/master/testModel/000018.jpg" width = "200" height = "150" alt="alexnet" />

<img src="https://raw.githubusercontent.com/hjptriplebee/VGG19_with_tensorflow/master/demo1.png" width = "200" height = "150" alt="tensorflow" /><img src="https://raw.githubusercontent.com/hjptriplebee/VGG19_with_tensorflow/master/demo2.png" width = "200" height = "150" alt="tensorflow" /><img src="https://raw.githubusercontent.com/hjptriplebee/VGG19_with_tensorflow/master/demo3.png" width = "200" height = "150" alt="tensorflow" />

The code is an implement of VGG19 with tensorflow. The detailed explanation can be found here.

Before running the code, you should confirm that you have :

Then, you should download the model file "vgg19.npy" which can be found here or here(for users in china).

Finally, run the test file with "python3 testModel.py -m folder -p testModel", you will see some images with the predicted label (press any key to move on to the next image).

The command also supports url.

For eg. "python3 testModel.py -m url -p http://www.cats.org.uk/uploads/images/featurebox_sidebar_kids/Cat-Behaviour.jpg"

You can also use tensorboard to monitor the process. Remeber to see detailed explanation.

<br /> <br />

If you have any problem, please contact me!

blog :http://blog.csdn.net/accepthjp

email :huangjipengnju@gmail.com