norfair icon indicating copy to clipboard operation
norfair copied to clipboard

Lightweight Python library for adding real-time multi-object tracking to any detector.

Results 53 norfair issues
Sort by recently updated
recently updated
newest added

Hi, would you consider adding an example from MMDetection? It has nearly as many stars as Detectron2 and is growing at faster pace.

enhancement
good first issue

I have detections that have returned bounding boxes. I can run the tracker with centroids. However, I would need to still get out the new locations of the tracked bounding...

help wanted

Hello, I have tired your detectron2 example on my video and i got very bad results, tracking is lost when even a minor occlusion happens, tried different detectron2 models but...

help wanted

Hi there, Hope all of you are fine. How can I return the CLASS-id, like for car(it is 2), with tracked objects, so if I have to calculate speed, I...

help wanted

The Robot Operating System is a framework for advanced robotics. I think there is a use case for creating a ROS Node for object tracking via NorFair.

enhancement

Hi! I wanted to see if this could be used to track 3d points(x,y,z) in space, rather than just 2d (x,y) points? Thanks Kenneth

enhancement

I was trying to understand how to tune the FilterSetup values R, Q, and P for my application. After having a closer look to how the filter works, I have...

help wanted

This is not intended to be merged into master, it's just a first pass through trying out Norfair 3D. This hasn't been tested at all, it's just been ran through...

Hi, I wonder if it would be possible for this repo to support [StrongSORT](https://github.com/dyhBUPT/StrongSORT)? Since this is ranked #1 in IDF1 on paperswithcode for MOT20 and other datasets.

enhancement