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

Tuning DeAOT to forget objects quickly? #133

Open
vineetparikh opened this issue Mar 11, 2024 · 1 comment
Open

Tuning DeAOT to forget objects quickly? #133

vineetparikh opened this issue Mar 11, 2024 · 1 comment

Comments

@vineetparikh
Copy link

Hi there, thanks for the code, it's been super cool to see and use!

I'm using a set of videos (think self-driving) where new objects enter and leave the frame all the time, so I want to be able to delete objects that leave the frame fast from tracker memory (or flush objects very aggressively from the tracker if they haven't been tracked for a short period). That way I can avoid the issue of false positives where new objects are identified as previous objects due to long-term memory even though they shouldn't be.

Is there a way to tune DeAOT towards this "aggressive removal and recreation"?

@starfyy
Copy link

starfyy commented Jun 18, 2024

Hello, I also encountered the same problem. May I ask how you solved the problem afterwards? Thank you for your reply

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

No branches or pull requests

2 participants