PINTO0309 / MobileNet-SSD-RealSense

[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
https://qiita.com/PINTO
MIT License
366 stars 127 forks source link

Failed to load multi NCS2 #20

Open zree opened 5 years ago

zree commented 5 years ago

Hi, I tried to load multi NCS2 on RaspberryPi3B+ and Ubuntu16.04LTS with intel i7-7700k just like what you do, using the IEPlugin function. I actually plugged 2 NCS2, and called the function for 2 times, but it failed with a error message saying NO_DEVICE when loading the second NCS2. Have you encountered the same problem before? I thought a plugin is an abstract for a device, am I right?

PINTO0309 commented 5 years ago

The API specification seems to have been changed. I think that you realize that this repository implementation has a difference with the following repositories. https://github.com/PINTO0309/OpenVINO-EmotionRecognition.git

Now I can not secure enough time to work. sorry.

zree commented 5 years ago

I think that you realize that this repository implementation has a difference with the following repositories. https://github.com/PINTO0309/OpenVINO-EmotionRecognition.git

Yes! I found this repo on Intel CV forum after I sent this issue. You have done so much valuable work!