"test/vscode:/vscode.git/clone" did not exist on "8ec065fd7b2d86fc2b17de24c5328d8bd5b26bc8"
Create next_box from next_top_score once during IOU suppression
We're continually creating/destroying batch box in the while() check as we run through the boxes_heap() by calling batch_box() constantly. Make this next_box and only calculate it before we pop that box from the boxes_heap. should get rid of function overhead of constant calls in the case of a large batch size
Showing
Please register or sign in to comment