Example : detection_with_tracke

Hello ,
I tried the following example https://github.com/hailo-ai/Hailo-Application-Code-Examples/blob/main/runtime/python/detection_with_tracker/detection_with_tracker.py with the demonstration video and it works, but, I tried the following video https://www.youtube.com/watch?v=ItDDnNJz6JY , and I got this error message :

Blockquote

ValueError: xyxy must be a 2D np.ndarray with shape (_, 4), but got shape (0,)

Hi @mAty1901,

To confirm, you downloaded the video from the link to pass it to the app, right?

Hi @nina-vilela
exactly, I downloaded the video and saved in the same directory

It’s good to confirm if the video format is supported by OpenCV

1 Like

thanks, i didn’t think, the video is not supported by opncv

1 Like