First time here? Check out the FAQ!
answered 2019-06-22 00:28:32 -0600
none of opencv's face recogizer classes (from opencv_contrib) are gpu optimized at all (there is no code for this)
maybe you should try to use the dnn based facenet model instead, which can be run on opencl target.