This is a work in progress, I am not responsible for any false information provided by the model.
To clone the project, use git clone https://github.com/GhostGengar/AlexNet-Oxford102-Tensorflow.git
Download the dataset from here
You will need three files:
You will also need AlexNet pretrained weights:
Please download the four required files and put them inside the AlexNet
folder if you want to train using the .py
file.
Run python train.py
inside the AlexNet folder to start training the network.
This Tensorflow implementation comes with pretrained weights for Oxford-102, to download the pretrained weights:
Download all three files and put them inside a new folder named models
inside the AlexNet
folder.
Pick an image of your choice and put it inside the images
folder, rename it to flower.jpg
.
To start testing, run python flower_test.py
- numpy
- cv2
- scipy
- tensorflow
- Full code description is available inside the
Oxford_102_AlexNet.ipynb
file.
- VGG16 (updating...)
- iOS Deployment (updating...)