Skip to content

An implementation of object tracking system using YOLONAS and DeepSORT

Notifications You must be signed in to change notification settings

rzamarefat/YOLONAS_DeepSORT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Tracking | YOLONAS + DeepSORT

An object tracking system using YOLONAS and DeepSORT

Demo

out.mp4

Setup

  1. Make an python env using the following command: python3 -m venv ./venv
  2. Install the dependencies using the following command: pip install -r requirements.txt
  3. Download the following checkpoint which is for DeepSORT. The ckpt for YOLONAS will be downloaded automatically in the first run `

Inference

Refs:

Thanks for this repo for DeepSORT algorithm and some utility functions https://github.com/ModelBunker/Deep-SORT-PyTorch

About

An implementation of object tracking system using YOLONAS and DeepSORT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages