Duankaiwen / CenterNet

Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
MIT License
1.86k stars 384 forks source link

cascade corner pooling #145

Open gr33n1 opened 2 years ago

gr33n1 commented 2 years ago

Hey, I am trying to understand this sentence from section 3.3 :

It first looks along a boundary to find a boundary maximum value

in other words "normal corner pooling"

then looks inside along the location of the boundary maximum value to find an internal maximum value

according to the drawing 4(b)/4(c) it looks like to find the internal max value it takes the maximum value from column of the maximum value found in the row of the top left corner. is it like that ???

And one more clarification - it is not necessarily in the center region ?

Thank you