Facenet with OpenCV and Neural compute stick 2 [closed]

asked 2019-06-03 21:50:12 -0600

Jai gravatar image

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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by kbarni
close date 2019-06-04 08:53:56.311739

Comments

...and how is this related to OpenCV?

Just follow the OpenVINO samples and documentation

kbarni gravatar imagekbarni ( 2019-06-04 08:52:08 -0600 )edit

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.

Jai gravatar imageJai ( 2019-06-05 21:09:20 -0600 )edit