Landmark Recognition
This code is for image classification on the famous Google Landmark Recognition challenge hosted on Kaggle.
Get started
- Download the data files 'train.csv' and 'test.csv' from here.
- Set up a GCP instance for optimal training time.
- Move on to the codes.
Have a look at the blog by our team to follow our journey.
Codes
The script 'Landmark_Recognition' consists of the code to
- Download resized images
- Move the images into folders labelled by class name
- Some visualizations
- Transfer Learning using Keras
- Predictions on test images
The script 'DeLF' consists of the code used for image retrieval done by matching local features.