It’s because with nms=True, you have to also specify max batch during export. By default, that’s 1, so it will only return predictions for the first image during inference.
It’s because with nms=True, you have to also specify max batch during export. By default, that’s 1, so it will only return predictions for the first image during inference.