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

Seeking Guidance on Adaptive Thresholding Technique for Tracking Failure Detection #59

Open
98abhilash opened this issue Nov 20, 2023 · 1 comment

Comments

@98abhilash
Copy link

Hello,

First off, kudos on the incredible work you've done.

I'm seeking some guidance regarding a project involving your tool (M3T). To elaborate, I'm aiming to create a 6DOF object Tracker that automatically initializes the tracking process with the initial pose seed obtained from a pose estimation model. The idea is for the tracker to request a new pose from the model if it encounters failure or loss, then continue tracking from the updated pose.

I've implemented necessary changes where the initial seed pose is sourced from a 6DOF pose estimation network, and the tracker begins its execution accordingly. Now, what I'm looking for is a threshold value that triggers the retrieval of an updated pose from the pose estimation network, essentially re-initiating the tracking process.

I'm seeking advice on identifying parameters that could indicate when the tracking is failing. Currently, I'm relying on sudden or significant changes in z_value, displacement, and rotation. While this approach has been somewhat helpful, I'm interested in an adaptive thresholding technique that can be universally applied, irrespective of the object being tracked. Any thoughts on what parameters could serve this purpose?

@paroj
Copy link

paroj commented Nov 27, 2023

see #39

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