Implementation of AlexNet with tensorflow.
Requirements:
Tensorflow
Python3
OpenCV
Put all the images you would like to test in the testModel folder.
Put bvlc_alexnet.npy model from here into the same folder from where you place the test file.
Run the test file with "python testModel.py".
References: