Street2Sat
November 27, 2023 ยท View on GitHub
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
- 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
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.