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!
- Clone the repository
- Set up and activate a Python virtual environment
python3 -m venv venv source venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
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
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.