Commit f3c1bc1
Fix semantic errors in code for calculating IoU metrics in Segmentation evaluator.
Summary: While reading code for adding B-IoU metric for existing evaluator, discovered some semantic errors in existing code (iou_valid flag usage) and I fixed it. It's interesting that the issue has never been found / caught / reported.
Reviewed By: rbgirshick
Differential Revision: D37471657
fbshipit-source-id: 43b83b668e1ef04dba6fec355f4b7704a1a6cbea1 parent abef4c0 commit f3c1bc1
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | 194 | | |
196 | | - | |
| 195 | + | |
| 196 | + | |
197 | 197 | | |
198 | | - | |
199 | | - | |
| 198 | + | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments