I want to load and run multiple networks on the same NCS2: a one-class object detection network (like a person detector), and a network for some recognition on that detection (like gesture recognition). I tried to load the networks on one NCS2 through two different threads. But when loading the second network, the program exits without any warning or error; the networks are separately working fine (one at a time).
I am using Python on Raspberry pi 4/Raspbian Buster, and the networks are in IR (xml + bin) format.
- Is it possible to load multiple networks on the same NCS2 at all?
- If yes, what do I miss? Do I have to do some configuration or so?