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

Detection state is saving the wrong cutout_length #48

Closed
frozenblit opened this issue Oct 17, 2019 · 0 comments
Closed

Detection state is saving the wrong cutout_length #48

frozenblit opened this issue Oct 17, 2019 · 0 comments

Comments

@frozenblit
Copy link
Collaborator

Hi guys,

The cutout_length reported for the detection state is off by one:

'Cutout Length': cutout_start + cutout_end,

compare e.g. to

self.cutout_length = self.cutout_start + self.cutout_end + 1

@mhhennig mhhennig closed this as completed Jul 5, 2024
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