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

Tracking Object Plot Stabilizes at Constant Value After Multiple Frames #338

Open
MoeinKhalili99 opened this issue Jan 1, 2025 · 1 comment

Comments

@MoeinKhalili99
Copy link

I am experiencing an issue with the Dice software where the plot in the tracking object becomes constant after processing a certain number of frames. Initially, the tracking appears to function correctly, but after reaching approximately 100 frames, the output stabilizes at a single value, regardless of changes in the input images.

newplot

@dicengine
Copy link
Owner

That can happen if the tracking fails. The displacements are not updated in that case, leading to the constant value you observed. One possible cause could be that the displacement between frames exceeded the disp_jump_tol which has a default value of 100 pixels. There are other possible reasons that the tracking fails around frame 90, but that would be my first guess.

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