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

Made targets argument in YOLOTransform.forward() truly optional. #108

Merged
merged 1 commit into from
May 19, 2021

Conversation

dkloving
Copy link
Contributor

targets was missing a default value of None making using YOLOTransform on its own require explicitly passing None during inference.

`targets` was missing a default value of `None` making using YOLOTransform on its own require explicitly passing `None` during inference.
@CLAassistant
Copy link

CLAassistant commented May 18, 2021

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented May 18, 2021

Codecov Report

Merging #108 (86273dd) into master (29de21f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #108   +/-   ##
=======================================
  Coverage   83.54%   83.54%           
=======================================
  Files           8        8           
  Lines         784      784           
=======================================
  Hits          655      655           
  Misses        129      129           
Flag Coverage Δ
unittests 83.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29de21f...86273dd. Read the comment docs.

Copy link
Owner

@zhiqwang zhiqwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@zhiqwang
Copy link
Owner

@dkloving Good catch, Thanks for your contributions!

@zhiqwang zhiqwang merged commit 97c8ab7 into zhiqwang:master May 19, 2021
@zhiqwang zhiqwang added the bug / fix Something isn't working label May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants