Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivangael/airplane_monitoring_with_runway_detection

Airplane Runway Detection and Tracking
https://github.com/ivangael/airplane_monitoring_with_runway_detection

airplane-tracking opencv python runway-detection scikit-image tensorflow torch

Last synced: about 2 months ago
JSON representation

Airplane Runway Detection and Tracking

Awesome Lists containing this project

README

        

## Airplane Runway Detection and Tracking
This project detects and tracks airplane approaching and landing on a runway using a combination of deep learning model and image processing techniques. It processes video frames to identify runways, detect airplane, estimate distances, and determine airplane states.

![Demo](demo.png)

### Features
- Runway line detection using a pre-trained TensorFlow model.
- Airplane detection using YOLOv5.
- State(Landing, Taking Off, On Runway, Approaching) and distance estimation based on airplane position and runway proximity.


### Requirements
````
pip install -r requirements.txt
````