Skip to content

This tracker is based on the use of a detector in the form of a YOLOv5s neural model and a tracking algorithm for tracking objects (DeepSORT).

Notifications You must be signed in to change notification settings

Refret28/object_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Installing required dependencies:
    pip install -r requirements.txt
  1. Сlone the repository, which can be explored by following the link in the subdirectory (deep_sort_realtime):
    git clone https://github.com/levan92/deep_sort_realtime.git
  1. To import the module correctly, go to the cloned repository and run the command:
    pip install .
  1. The application should be launched through the terminal indicating the necessary parameters:
    - `-p`, `--path`: path to file or directory
    - `-n`, `--num`: camera number (int)

Examples of using

  1. Specifying the path:
    python script.py -p /folder/file.mp4
  2. Specifying the number:
    python script.py -n 0

About

This tracker is based on the use of a detector in the form of a YOLOv5s neural model and a tracking algorithm for tracking objects (DeepSORT).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages