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
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
The IOU calculation method used in Object Detection, etc. is not used in Blueoil. It does not seem to be consistent.
This could produce differences in learning and inference results and needs to be improved.
We need to consider the following points in the calculation.
The IOU calculation method used in Object Detection, etc. is not used in Blueoil. It does not seem to be consistent.
This could produce differences in learning and inference results and needs to be improved.
We need to consider the following points in the calculation.
INCLUSIVE
blueoil/blueoil/metrics/mean_average_precision.py
Lines 490 to 528 in 14d57ab
exclusive
blueoil/blueoil/utils/box.py
Lines 4 to 49 in e9794e4
The text was updated successfully, but these errors were encountered: