Compatibility issue between batch processing mode and external custom model

Hello,

I am currently using the ZED SDK for object detection and tracking with an external custom model. However, when I enable the batch processing mode, I am getting an error message stating “Batch processing mode not compatible with external custom model.”

Could you kindly provide some guidance on how to resolve this issue? Is there any specific requirement for the custom model to support batch processing mode? If so, could you provide some details on how to implement it?

Hi @Sage
unfortunately, as the error message says, batch processing is not supported when using a Custom Detector.
I have no information at the moment if the feature will be enabled in future versions of the SDK.