Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create LAP tracker based on IoU instead of distance #277

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

15bonte
Copy link

@15bonte 15bonte commented Aug 22, 2023

No description provided.

@tinevez
Copy link
Member

tinevez commented Aug 30, 2023

Hello. It looks awesome, compiles and works out of the box.
But we need to let the user configures how the overlap is calculated, using the parameters of the overlap trackes (min IoU, scale factor, calculation method). Right now the configuration panel misses this:
image

@15bonte
Copy link
Author

15bonte commented Apr 16, 2024

Hello @tinevez,

I apologize for the delay of my answer, I finally found the time to take a closer look at your request and update my code accordingly!

Basically I have added a "Minimum IoU" in all fields, just like the "Max distance" in the usual LAP tracker. You also mentioned scale factor and calculation method, but I am not sure what you mean there: the Intersection over Union is just computed using the usual formula, and is independent of the scale. Maybe I misunderstood your point?

@15bonte
Copy link
Author

15bonte commented Aug 19, 2024

Hi @tinevez,

Any news on this? Are you still interested in this new tracker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants