In “hailo tutorial” there are these following 2 tutorials:
“HRT_2_Inference_Tutorial_Multi_Process_Service.ipynb”
“HRT_4_Async_Inference_Multiple_Models_Tutorial.ipynb”
What are the different between these 2 tutorials?
Another question is, let’s say I’m trying to synchronous perform object detection with yolov10 and depth estimation with sc_depth_v2 on one Hailo-8 chip. What are the general procedures I should follow?