Landmark-Retrival
Landmark-Retrival copied to clipboard
Easy Landmark Image Recognition with TensorFlow Hub DELF Module
Easy Landmark Image Recognition with TensorFlow Hub DELF Module | DLology Blog
How to Run
The easy and free way is to run my Google Colab notebook while you may want to run it locally, please read on.
Require Python 3.5+ and Jupyter notebook installed
Clone or download this repo
git clone https://github.com/Tony607/Landmark-Retrival
Install required libraries
pip3 install -r requirements.txt
Download the images.tar.gz and unzip it to the root of the project directory. In the project start a command line run
jupyter notebook
In the opened browser window open
Landmark-Recognition.ipynb