Norfair-Pip: Packaged version of the Norfair Tracker Module 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)