GithubHelp home page GithubHelp logo

geoguessr-ai's Introduction

geoguessr-ai

ML project revolving around guessing location by looking at street view image.

Approach

  • Download as many street view images as possible, trim and compress

  • Create classes using S2 library Used similar partition technique as this paper: https://research.google.com/pubs/archive/45488.pdf image

  • Split dataset into classes, try to get balanced datasets

  • Download a lot more of street view images for small classes, islands, cities and alike (not everything is on google street view as you can see): image

  • Example image

  • Train ResNet-50 with pretrained weights (changed first and last layer to accomodate input and output) using automated script that deploy code and train on https://runpod.io

  • Run, test, repeat training. Add well-known augmentations, custom augmentation (PanoramaShifting), more trimming, lower resolution etc.

  • Used GradCamPlusPlus (check_net.py) to see what ResNet is looking at to make its decisions image image

  • My best attempt (~geoguessr Master level) used "voting algorithm" on images from multiple years of street view

Things I want to try

  • Add multiple heads to guess country/continent and location

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.