Skip to content

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

Open
DShaience wants to merge 1 commit into
Tianxiaomo:masterfrom
DShaience:patch-1
Open

Bugfix: do_detect gets 4 or 5 arg, but receives 6#547
DShaience wants to merge 1 commit into
Tianxiaomo:masterfrom
DShaience:patch-1

Conversation

@DShaience

Copy link
Copy Markdown

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
Copy Markdown
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.

1 participant