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
What it keep_index and what is for? I understand it is used to count faces in count_face but at the same time to ignore them in ignore[keep_index-1] = 1, what is the logic behind this?
Why pred_recall is the cumulative sum of all the ground truth boxes in order?
The text was updated successfully, but these errors were encountered:
Hi I was looking at this code and I have a couple of questions to understand the logic behind this loop.
sub_gt_list
variable represent?keep_index
and what is for? I understand it is used to count faces incount_face
but at the same time to ignore them inignore[keep_index-1] = 1
, what is the logic behind this?pred_recall
is the cumulative sum of all the ground truth boxes in order?The text was updated successfully, but these errors were encountered: