Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 844 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 844 Bytes

Norfair-Pip: Packaged version of the Norfair Tracker Module

teaser

downloads pypi version

Overview

This repo is a packaged version of the NorFair tracker module.

Installation

pip install norfair-tracker

Detection Model + Norfair

from norfair_tracker.norfair import NorFair

tracker = NorFair(args)
for image in images:
   dets = detector(image)
   online_targets = tracker.update(dets)