if possible, could you tell me how to use the predictor with multiple boxes?
I've tried
input_box = np.array([[220, 200, 270, 250],[200, 200, 250, 250]])
but got
Sizes of tensors must match except in dimension 1. Expected size 1 but got size 2 for tensor number 1 in the list.
Thanks!
if possible, could you tell me how to use the predictor with multiple boxes? I've tried input_box = np.array([[220, 200, 270, 250],[200, 200, 250, 250]]) but got Sizes of tensors must match except in dimension 1. Expected size 1 but got size 2 for tensor number 1 in the list. Thanks!