Hi, Erik I have optimized FaceNet from OpenVino Open Model Zoo. It has some problems with input shape.
Is there any example for FaceNet deployment on OAK D!? Need Guidance.
Hi, Erik I have optimized FaceNet from OpenVino Open Model Zoo. It has some problems with input shape.
Is there any example for FaceNet deployment on OAK D!? Need Guidance.
Hi SamiUddin
As far as I'm aware there isn't an example for the FaceNet specifically. One quick tip which might solve the problem: Depends on what openvino version you are using, the blobconverter expects different input format
2021.4 version here expects [Batch,Channels,Height,Width] input, while 2022.1 version expects [B,H,W,C] input
Could you please paste the logs of the error you are getting?
Thanks,
Jaka
Please have a look at. I have compiled faceNet model with blob converter. openvino 2022.1.
Using face recognition demo of Depthai Experiments. Just changed model from arcface to facenet . and input from 112x112 to 160x160.
Hi @SamiUddin
Hope this helps
Jaka