Open yurinativo opened 6 years ago
Yes, it should be possible to do that. You mention that you have already trained a model in another framework. You can similarly create a training script for training a model in CNTK as well. I don't expect that you would find any missing ops, but if you do please let us know. Just to make sure - you are not looking for pre-trained face models, are you? In case that's the intent, I don't think we have any pre-trained face models in model zoo. Aso, Microsoft Azure Cognitive Service has Face API available publicly, but not the backend model.
Hi Spandan, thank you for your answer.
This last days, we found a way to use CNTK to recognize faces using our trained model using Keras. Keras allow us to chose any framework, like TensorFlow and CNTK.
But I still need to find a way to:
Face Detection and Recognition/Identification
Hello,
I don't know if this is the appropriate channel for this subject, but I need some help.
It is possible to Detect, Train and Recgonize/Identify faces using CNTK?
I have developed some code in python (2.7, 3.5 and 3.6) using OpenCV, DLib and TensorFlow for:
I have search for any function or samples written using CNTK, but I had no success.
The Microsoft Azure Cognitive Service has samples to detect and identify faces, but I need a offline solution for a real-time video analysis inside a protected network.
My question again is: