Aerial-Cars

Object dection and speed estimation.

export with id

Training

result latest training result (yolov8n).

the model trained mostly on “far view” dataset, such that I tried to use it on this video

Calculations

road_graph

highlight_data

to_real_measure

export

Initial approach (motion detection)

My initial approach is to use Motion detection + Custom tracking based on distance, but later I decided to use yolov8 for expansion potential and learning purposes.

tracking_tracking_in_roi

initial idea of tracking + assigning id in ROI (region of interest)

roi

roi

results of the initial ‘motion detection’ approach