Duankaiwen / CenterNet

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

Why “height_inds = (br_ys < tl_ys)”? #135

Open JoJoliking opened 4 years ago

JoJoliking commented 4 years ago

Dear author: I have a question in _decode funtiaon's height_inds If the coordinates tl and br, it should be a '>'. Right?

Duankaiwen commented 3 years ago

@JoJoliking if a bbox has br_y < tl_y, then we make the score as -1, which means we reject the bbox