Skip to content

ycchen218/Opencv-Object-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencv-Object-Tracking

Introduce

Detect object without using YOLO. The tracker I use SORT method (Kalman Filter + Hungarian Algorithm).

Requirement

  1. python3.8
  2. scikit-image
  3. matplotlib
  4. numpy
  5. opencv
  6. filterpy

Run

python datect_with_track.py

Result

image

Releases

No releases published

Packages

No packages published

Languages