Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 390 Bytes

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