Facenet with OpenCV and Neural compute stick 2 [closed]
Hi, i am working for an Face recognition project with facenet model and OpenCV based application. Also i have converted Facenet tensorflow models to Intermediate representation which is suitable to Intel's Nueral compute stick 2 (NCS2). But i am not sure how to do predictions? Can someone help on this?
...and how is this related to OpenCV?
Just follow the OpenVINO samples and documentation
NCS2 doesn't support facenet code directly like for NCS1 with NCSDK. So, i had to convert the model to IR format and then write an Python application with OpenCV. But here is where i am stuck with processing of Embedding.