Skip to content

This repo is a packaged version of the Norfair(Tracker Module).

License

Notifications You must be signed in to change notification settings

kadirnar/Norfair-Track

Repository files navigation

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)

About

This repo is a packaged version of the Norfair(Tracker Module).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published