This is an implement of AlexNet with tensorflow.
The code is an implement of AlexNet with tensorflow. The explantation can be seen here:
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).