Multi class tracking #270
|
Hi, I just discovered your blog post on soccer tracking and hope it will help me do the same for basketball !! One question, I want to track both players and the ball. Does Norfair support multi class (person / ball) tracking or do I need kind of two parallel instances (one for players, the other for the ball) to do so? Thank you very much for this software. Regards |
Answered by
facundo-lezama
Jul 17, 2023
Replies: 2 comments
|
I reply myself. From here, seems it can track multiple classes. https://github.com/tryolabs/norfair/tree/master/demos/keypoints_bounding_boxes |
0 replies
|
Hi @jnebrera! Norfair allows for tracking multiple classes at the same time. The only thing you need to do is to specify the detection's class when building the |
0 replies
Answer selected by
jnebrera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jnebrera! Norfair allows for tracking multiple classes at the same time. The only thing you need to do is to specify the detection's class when building the
Detectionobject. You can do so by using thelabelattribute.