Skip to content

Simple Kalman Filter implemented above the YOLOv5 algorithm to track vehicles in UAV footage

Notifications You must be signed in to change notification settings

talg2324/yolo-uav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolo-uav

Simple Kalman Filter implemented above the YOLOv5 algorithm to track vehicles in UAV footage

The YOLOv5 algorithm taken from https://github.com/ultralytics/yolov5 is transferred onto a UAV footage MOT dataset: https://paperswithcode.com/sota/multi-object-tracking-on-mot16

A kalman filter is added to use the YOLOv5 bounding boxes detected each frame to register and track vehicles across the screen. Dense optical flow is implemented to control the kalman filter prediction phase.

YOLOv5 was trained for only 1 epoch on to the MOT16 dataset using 60% of the data for training.

About

Simple Kalman Filter implemented above the YOLOv5 algorithm to track vehicles in UAV footage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages