Skip to content

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.

1 participant