GilLevi / AgeGenderDeepLearning

628 stars 284 forks source link

using age model with opencv Mat format #14

Closed shadow111 closed 6 years ago

shadow111 commented 7 years ago

Hello Please can i use an opencv Mat image with the age model!!!

GilLevi commented 7 years ago

Hi,

I think you might be able to do that in C++ using OpenCV's DNN module, but it would require some coding: http://docs.opencv.org/trunk/d6/d0f/group__dnn.html

Best, Gil