Duankaiwen / CenterNet

Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why “height_inds = (br_ys < tl_ys)”?

JoJoliking opened this issue · comments

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

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