Hi @dbiswal,
To support multiple outputs with the object_detection example, please change line 13 to:
from utils import HailoInference
And line 212 to:
hailo_inference = HailoInference(args.net)
That is needed because the HailoAsyncInference currently only supports one output. Shortly, the class will be updated to support multiple outputs.
However, please note that the recommended way is to always use the hailort-postprocess with architectures that support it (yolo, ssd, centernet). And when using the hailort-postprocess there’s only one output.