Anyway to boost yolo performance on Jetson Orin?

Hi,

Another common technique is to use a larger batch size so inference can be done together.
Could you check if there is a flag for the YOLO app to change the batch size?

Thanks.