Skip to content

Using content-based image retrieval techniques for GPS coordinates prediction. Project webpage:

Notifications You must be signed in to change notification settings

sumehta/gps-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Estimating GPS coordinates from an image

More details?

How to get it working on your system

Download Anaconda python for your system from: (https://www.continuum.io/downloads)

  • Install the dependencies

    • conda install numpy
    • conda install cv2
    • conda install scipy

opencv version currently supported = 2.4 that comes packaged with anaconda. Support for other versions to be added soon. SURF is available directly with opencv 2.4 which is why we are not using a newer version.

  • clone the repo
  • Start server
  • cd gps-estimation/contextslices/
  • python manage.py runserver

Screenshots alt tag alt tag

About

Using content-based image retrieval techniques for GPS coordinates prediction. Project webpage:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published