Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.33 KB

Street2Sat

Street2Sat is a new framework for obtaining large data sets of geo-referenced crop type labels obtained from vehicle mounted cameras that can be extended to other applications.

Paper accepted to ICML 2021 Tackling Climate Change Using AI Workshop. 🎉 Link coming soon!

Setting up the environment

  1. Clone the repository
  2. Set up and activate a Python virtual environment
    python3 -m venv venv
    source venv/bin/activate
  3. Install the dependencies
    pip install -r requirements.txt

Usage

Google Cloud Platform

Ensure the Google Cloud CLI is installed.

Initial Setup (only done once)

gsutil mb gs://street2sat-uploaded

Deploying resources (done on every code update)

sh deploy.sh

Background

Ground-truth labels on crop type and other variables are critically needed to develop machine learning methods that use satellite observations to combat climate change and food insecurity. These labels difficult and costly to obtain over large areas, particularly in Sub-Saharan Africa where they are most scarce. Street2Sat is a new framework for obtaining large data sets of geo-referenced crop type labels obtained from vehicle mounted cameras that can be extended to other applications.