项目作者: felzek

项目描述 :
Implementation of AlexNet with Tensorflow
高级语言: Python
项目地址: git://github.com/felzek/AlexNet-A-Practical-Implementation.git
创建时间: 2018-07-11T16:46:18Z
项目社区:https://github.com/felzek/AlexNet-A-Practical-Implementation

开源协议:MIT License

下载


AlexNet-with-tensorflow

Result IMAGE

This is an implement of AlexNet with tensorflow.

The code is an implement of AlexNet with tensorflow. The explantation can be seen here:

https://medium.com/@yukunpengba/understand-alexnet-in-just-3-minutes-with-hands-on-code-using-tensorflow-925d1e2e2f82

Make sure you have the following before running the code:

Python3
OpenCV
Tensorflow

Put all the images you would like to test in the testModel folder. Have the model file “bvlc_alexnet.npy” donwloaded here and in the directory.

Run the test file with “python testModel.py“, you will see images with their predicted labels (press any key to move on to the next image).