You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You've mentioned the Top-k method for selecting candidate bags in your paper, but it seems that there is only soft center prior method in this repo.
How can I change this repo to use the Top-k method ?
And, if I use Top-k method to select candidate bag, the calculation will be much smaller, Isn't it? Since I only need to computer the weights of bboxes inside bags, the number of weights can be reduced from num_points * num_gts to num_points. Is that so?
The text was updated successfully, but these errors were encountered:
You've mentioned the Top-k method for selecting candidate bags in your paper, but it seems that there is only soft center prior method in this repo.
How can I change this repo to use the Top-k method ?
And, if I use Top-k method to select candidate bag, the calculation will be much smaller, Isn't it? Since I only need to computer the weights of bboxes inside bags, the number of weights can be reduced from
num_points * num_gts
tonum_points
. Is that so?The text was updated successfully, but these errors were encountered: