Device: Raspberry Pi 3 B+
CPU Arch.: armv7l
OS: Raspbian
I have trained a custom 1 class mobile net ssd v2 network using Tensorflow Object Detection API and successfully converted to to IR model using OpenVino 2019 R1.1. Then I substituted the model files in the MultiStickWithPiCamera.py example with my custom model. The predict_async thread raises an error.
Error message:
line 174, in predict_async
cnt, dev = heapq.heappop(self.heap_request)
IndexError: index out of range
Device: Raspberry Pi 3 B+
CPU Arch.: armv7l
OS: Raspbian
I have trained a custom 1 class mobile net ssd v2 network using Tensorflow Object Detection API and successfully converted to to IR model using OpenVino 2019 R1.1. Then I substituted the model files in the MultiStickWithPiCamera.py example with my custom model. The predict_async thread raises an error.
Error message:
line 174, in predict_async
cnt, dev = heapq.heappop(self.heap_request)
IndexError: index out of range