Skip to content

Presence-Only Geographical Priors for Fine-Grained Image Classification - ICCV 2019

Notifications You must be signed in to change notification settings

omipan/geo_prior

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presence-Only Geographical Priors for Fine-Grained Image Classification

Code for recreating the results in our ICCV 2019 paper.

demo.py is a simple demo script that either 1) takes location as input and returns a prediction for all the categories predicted to be present at that location or 2) generates a dense prediction for a category of interest.
geo_prior/ contains the main code for training and evaluating models.
gen_figs/ contains scripts to recreate the plots in the paper.
pre_process/ contains scripts for training image classifiers and saving features/predictions.
web_app/ contains code for running a web based visualization of the model predictions.

Example Predictions

For more results, data, and an interactive demo please consult our project website.

example_predictions

Reference

If you find our work useful in your research please consider citing our paper.

@inproceedings{geo_priors_iccv19,
  title     = {{Presence-Only Geographical Priors for Fine-Grained Image Classification}},
  author    = {Mac Aodha, Oisin and Cole, Elijah and Perona, Pietro},
  booktitle = {ICCV},
  year = {2019}
}

About

Presence-Only Geographical Priors for Fine-Grained Image Classification - ICCV 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • HTML 1.7%
  • CSS 0.2%