It is usually more informative to visualize a highly scored instance in front of less scored ones.
Here is an example (yellow instance in the right corner of the left image is with very low score. Ideally, this should not hide the more highly scored "car" instance, which is in orange).
The left image is with sort_by_score=False and the right image is with sort_by_score=True.
It is usually more informative to visualize a highly scored instance in front of less scored ones. Here is an example (yellow instance in the right corner of the left image is with very low score. Ideally, this should not hide the more highly scored "car" instance, which is in orange). The left image is with
sort_by_score=False
and the right image is withsort_by_score=True
.