Skip to content

Wind Turbine Object Detection from Aerial Imagery Using TensorFlow Object Detection API and Google Colab

License

Notifications You must be signed in to change notification settings

lbborkowski/wind-turbine-detector

Repository files navigation

Wind Turbine Object Detection from Aerial Imagery Using TensorFlow Object Detection API and Google Colab

Google Colab notebook to detect wind turbines from aerial images

This repo contains a Jupyter notebook and supporting files to train a wind turbine object detector using TensorFlow Object Detection API. The notebook is run in Google Colab which provides a free virtual machine with TensorFlow preinstalled and access to a GPU. This simplifies the setup process required to start using TensorFlow for interesting things like object detection. Coupling Google Colab with the open source TensorFlow Object Detection API provides all the tools necessary to train a custom object detection model. In this repo, wind turbines are detected from aerial images taken over west-central Iowa. The full pipeline from training to inference is contained in the notebook with detailed explanations for each step in the process. This can serve as a tutorial for those interested in training their own custom object detection model. The figure below demonstrates a typical input image and the resulting output images with each wind turbine properly detected and classified.

Launch the notebook in Google Colab by clicking on this badge: Open In Colab