Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

cnt, dev = heapq.heappop(self.heap_request) IndexError: index out of range #75

Open
keerthanadinesh18 opened this issue Feb 1, 2021 · 0 comments

Comments

@keerthanadinesh18
Copy link

keerthanadinesh18 commented Feb 1, 2021

Device: Raspberry Pi 4

Architecture: armv7l

OS: Raspbian

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant