This repo is a packaged version of the NorFair tracker module.
pip install norfair-tracker
from norfair_tracker.norfair import NorFair
tracker = NorFair(args)
for image in images:
dets = detector(image)
online_targets = tracker.update(dets)
This repo is a packaged version of the NorFair tracker module.
pip install norfair-tracker
from norfair_tracker.norfair import NorFair
tracker = NorFair(args)
for image in images:
dets = detector(image)
online_targets = tracker.update(dets)