-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[metrics] IoU Metric #2062
[metrics] IoU Metric #2062
Conversation
Hello @j-dsouza! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-06-18 12:36:52 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some comments
4d1eb4c
to
18b7e24
Compare
@j-dsouza @justusschock how is it going here? maybe set |
18b7e24
to
b605b2d
Compare
5fbb86a
to
f672ab6
Compare
it was some automation from GH, can we reopen it? |
85acf42
to
c863ab7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1b6d9fa
to
d814fab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls add tests...
class IoU(TensorMetric): | ||
""" | ||
Computes the intersection over union. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add doctest example
Codecov Report
@@ Coverage Diff @@
## master #2062 +/- ##
======================================
Coverage 88% 88%
======================================
Files 70 70
Lines 5420 5436 +16
======================================
+ Hits 4760 4776 +16
Misses 660 660 |
This pull request is now in conflict... :( |
f50d991
to
95f9b5f
Compare
…/pytorch-lightning into feature/1299_iou_metric
@j-dsouza great work! |
Before submitting
What does this PR do?
Adds feature, fixes #1299
WIP:
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃