MekkaSiekka / Face-Recognition-with-OpenVino-Toolkit

A FaceNet C++ implementation in Intel's OpenVino compouter vision sdk
35 stars 16 forks source link

Pictures has to be cut first? #2

Open summersmile1984 opened 6 years ago

summersmile1984 commented 6 years ago

Hi, I have noticed that the picture in the demo was split into some pieces and then feed into the inference engine so all the face could be recognized. Why? Can i just resize the picture into a bigger size and then feed it to Inference Engine and get the same result? When processing the video split every frame seems impossible.All can I change the model to let it accept the bigger size dimension of the images?