Skip to content

Confused about valid supervised #63

Answered by fredzzhang
leijue222 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @leijue222,

There could be more than one way to associate the proposals with ground truth. In this work, we used the same strategy as SCG, which is inherited from object detection.

Specifically for HOIs, you would compute the intersection over union (IoU) between the human boxes of the detected pairs and ground truth pairs, as well as the object boxes. The minimum of these two values will be used as the IoU between the detected pair and ground truth pair. If a detected pair has an IoU of over 0.5 with any ground truth, it is labelled as positive, otherwise negative.

Fred.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leijue222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants