Closed aub8016 closed 5 years ago
@aub8016 thanks for report, I can confirm your finding. You can load two models into NCS2 stick but you need to have one instance of IECore for those models. This sample was created not following to this rule and it creates new IECore instance for every model. In that case, the first instance will acquire NCS2 device and second instance will not be able to find NCS2 device available, That's why it reports that IECore can't initialize Myriad device. If you will add one more stick to your system, sample will work. We'll fix that for the next release.
@vladimir-dudnik thank you for answer
This should be fixed by #582. @aub8016 Could you test with the version of the demo from the develop
branch and see if the issue no longer occurs?
@IRDonch I've tested this PR on local system with NCS2 stick. Demo can work now.
Alright then, closing.
in the multi camera multi person tracking, we need to use two models the person detection and re-identification model, but when using MYRIAD as a device it only loads one model and it gives the following error