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

Bugfix: do_detect gets 4 or 5 arg, but receives 6 #547

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DShaience
Copy link

do_detect() has an extra argument. Comparing to previous version used to be
boxes = do_detect(model, sized, 0.0, 0.4, use_cuda)
but now it is
boxes = do_detect(model, sized, 0.0, 80, 0.4, use_cuda)
Is this a typo? do_detect() wasn't changed to accommodate an extra argument.

do_detect() has an extra argument. Comparing to previous version used to be
    boxes = do_detect(model, sized, 0.0, 0.4, use_cuda)
but now it is
    boxes = do_detect(model, sized, 0.0, 80, 0.4, use_cuda)
Is this a typo? do_detect() wasn't changed to accommodate an extra argument.
@DShaience
Copy link
Author

Suspected bug

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

Successfully merging this pull request may close these issues.

None yet

1 participant