Skip to content

jackersson/py-tracker-iou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of IOU tracker

Installation:

pip3 install git+https://github.com/jackersson/py-tracker-iou.git

Simple usage

from py_tracker_iou import IouObjectTracker
tracker = IouObjectTracker(iou_threshold=0.6, max_frames_count_no_detections=15)
actives, non_actives = tracker.process(None, offset, objects)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages