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

Change size of object to track #142

Open
tshaible opened this issue Jan 14, 2021 · 3 comments
Open

Change size of object to track #142

tshaible opened this issue Jan 14, 2021 · 3 comments

Comments

@tshaible
Copy link

I am trying to increase the size of the tracked object, as I work with Monarchs rather than flies.

I have included the following line of code in an attempt to do so, but it doesn't work:

self._object_expected_size = 0.05 # proportion of the roi main axis
self._max_area = (2.5 * self._object_expected_size) ** 2

Any help would be greatly appreciated

@ggilestro
Copy link
Member

Changing the expected size should suffice

self._object_expected_size = 0.05 # proportion of the roi main axis

If you send me a short video (few minutes) I can try to have a look.

@tshaible
Copy link
Author

tshaible commented Jan 20, 2021 via email

@tshaible
Copy link
Author

tshaible commented Jan 29, 2021 via email

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