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: 3 months ago
JSON representation
Airplane Runway Detection and Tracking
- Host: GitHub
- URL: https://github.com/ivangael/airplane_monitoring_with_runway_detection
- Owner: iv4n-ga6l
- Created: 2024-07-05T23:09:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T04:12:28.000Z (4 months ago)
- Last Synced: 2025-03-30T05:19:31.242Z (4 months ago)
- Topics: airplane-tracking, opencv, python, runway-detection, scikit-image, tensorflow, torch
- Language: Python
- Homepage:
- Size: 39.3 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
### 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
````