Skip to content

WLun001/landmark-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landmark Recognition

Google Landmark Recognition Challenge

Explanation

  • We use TensorFlow for image recognition. We will be using transfer learning, which means we are starting with a model that has been already trained on another problem. We will then be retraining it on a similar problem. Deep learning from scratch can take days, but transfer learning can be done in short order.
  • MoBileNet will be used, to be small and efficient.

Get Started

File Explanation

Full datasets

  • train: 336 GB with 1,220,165 images
  • test: 34.9 GB with 116,163 images
  • May want to consider run on Cloud