davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.71k stars 4.8k forks source link

Facenet with Neural Compute Stick 2 #1030

Open jaiatncson7 opened 5 years ago

jaiatncson7 commented 5 years ago

Hi experts,

Did anyone try running this facenet stack with "Neural Compute Stick 2" along with Openvino toolkit?? If so, please let me know how to use this stack and decouple tensorflow graph operations.

Thanks a lot in advance!

thelastfunction commented 5 years ago

Well, tried it but it doesn't work with neural compute stick 2 as it does not support Inception resnet v1 model architecture. For now , there is only one solution.Train the model using Inception resnet v2 architecture . Then convert this model to supported openvino architecture see this link - https://software.intel.com/en-us/forums/computer-vision/topic/802451