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
According to the explanation of max_num (int): if there are more than max_num bboxes after NMS, only top max_num will be kept. But if I want to keep all bboxes after NMS, what should I do?