You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bennymi, thanks for raising this issue.
If you look at the documentation for the functional interface of intersection_over_union you will see that the input for this metric is expected to be bounding box coordinates and not raw predicted labels. The difference in expected input is one reason why this metric is not in the classification domain but instead in the detection domain.
PR #2577 will add better error messages when trying to use the metric.
🐛 Bug
Trying to copy over the Jaccard Index example to use with the functional IoU, results in the following error:
To Reproduce
Steps to reproduce the behavior...
Expected behavior
Expecting to get the same prediction as in the Jaccard Index example.
Environment
conda
,pip
, build from source):The text was updated successfully, but these errors were encountered: