Skip to content

A simple yolov4 and deepsort based object tracking for Embedded devices like jetson nano or mobile phones

Notifications You must be signed in to change notification settings

rukon-uddin/Object-Tacking-For-Embedded-Device

Repository files navigation

Yolov4 and Deepsort based human tracking

This repo provides a detailed account of the real-time object detection and tracking system developed using YOLOv4 and Deep SORT, optimized for deployment on embedded edge devices like the Jetson Nano. The system efficiently detects and tracks multiple objects in a video stream with real-time performance.

Steps to run Code

  • Clone the repository
git clone https://github.com/rukon-uddin/Object-Tacking-For-Embedded-Device.git
  • Goto the cloned folder.
cd Object-Tacking-For-Embedded-Device
  • Install the dependecies
pip install -r requirements.txt
  • For running the flask app for yolov4 object detection and tracking
python app.py

RESULTS

Human Detection and Tracking

About

A simple yolov4 and deepsort based object tracking for Embedded devices like jetson nano or mobile phones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published