You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
I have trained a 3 class tiny yolov3 model and successfully converted to IR files using OpenVino 2020.1.023 which was successful in inferencing single NCS2 object detection. But, failed in inferencing multi NCS2 object detection.
Below mentioned is the error running openvino_tiny_yolov3_Multistick_test.py, which displays the test video but failed to detect the object.
cnt, dev = heapq.heappop(self.heap_request)
IndexError: index out of range