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

Number of Frames #18

Open
CalenDario13 opened this issue Oct 23, 2023 · 3 comments
Open

Number of Frames #18

CalenDario13 opened this issue Oct 23, 2023 · 3 comments

Comments

@CalenDario13
Copy link

Why the mht algorithm works up to the 99th frame? I have somenthing like 1 thousand frames how can I process all of them?

@jonperdomo
Copy link
Owner

Adjust parameters to increase speed, such as by decreasing dth, n, bth, and nmiss: https://github.com/jonperdomo/openmht#mht-parameters

@CalenDario13
Copy link
Author

for what I understood, none of them has an impact of the max number of frames taken into account by the algorithm.

Maybe I didn't explain well: what I want is the possibility to analyze a tarce (or more) made by a numebr of frames grater than 100. If I pass such a trace as csv on the algorithm, it analyzes only the first 100 frames, then stops.

@jonperdomo
Copy link
Owner

There is no maximum frame limit so it is probably due to a high number of branches. See issue #8

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