PINTO0309 / OpenVINO-YoloV3

YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
https://qiita.com/PINTO
Apache License 2.0
538 stars 165 forks source link

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

Open keerthanadinesh18 opened 3 years ago

keerthanadinesh18 commented 3 years ago

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