using two models on a single device

Hi, Could you please tell me if it’s possible to use two models on a single device simultaneously? At the moment, I can only run them sequentially.

Hi @An_ti11
You can use DeGirum PySDK for this use case: Running multiple models independently

If you have two small models that fit into a single Hailo device you can use the join API and allocate them together. However this should only be used when these models are the only models you will ever use in your application.

If you have more models or may want to add others in the future, it’s is better to allocate every model individually and use the HailoRT scheduler to switch models.