-
Notifications
You must be signed in to change notification settings - Fork 141
Description
hi,
I have a question about the IoU.
The GCN-D directly predicts the IoP and IoU for each proposal and do not need other information. It can be understood that the IoP can be predicted just using the single proposal.
However, when predicting the IoU, the proposal do not contain the full information. We do not know how many nodes are outside the proposal.
I think that clustering is not the same as object detection. For detection, the network can learn a prior knowledge about the shape of the object. But for clustering, the number of the nodes outside the proposal is uncertain and there is no explicit relation between the current proposal and the whole nodes including the outside nodes.
So I do not understand why the IoU can be predicted. Could you explain it?
Thank you very much.