Giter VIP home page Giter VIP logo

traffic_analysis_from_uav's Introduction

Traffic Analysis from UAV data

This framework aims to analyze car traffic from data collected using a drone. For the complete functioning of the framework, three inputs are necessary:

  • A video captured by the drone with the pitch at -90ΒΊ.
  • A georeferenced image of the location where the drone flew over (geotiff).
  • The drone logs from the video.

The proposed method consists of three main modules:

Proposed Method

  • Object Detector - This framework offers 3 different models to detect vehicles: YOLOv5, Faster-RCNN and TPH-YOLOv5.
  • Multi Object Tracker- This module is responsible for tracking vehicles along the video frames. For this we use DeepSort.
  • Speed Estimation - This module is dependent on the previous modules and is responsible for estimating the speed of vehicles (even in videos with the drone in motion).

To learn more about this framework, we advise you to read the respective report.

Demo

Speed Estimation with drone in motion.

Speed Demo

Vehicle counting.

Count Demo

Traffic density heatmap.

Heatmap

Run

To run you must have a folder with three subfolders (logs, map, video). Inside logs it must contain a .csv file with drone logs, inside map it must contain a .tiff (geotiff) with the georreferenced map and inside video it must contain the drone captured video.

To run you can simply execute:

python3 main.py --path examples/roundabout --model yolov5l-xs.pt --img-size 1920 

traffic_analysis_from_uav's People

Contributors

henistein avatar

Stargazers

Miguel Manteigueiro avatar

Watchers

 avatar

Forkers

byq-luo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.