face-gaze-estimation-opencv-dnn icon indicating copy to clipboard operation
face-gaze-estimation-opencv-dnn copied to clipboard

使用OpenCV部署L2CS-Net人脸朝向估计,包含C++和Python两个版本的程序,只依赖opencv库就可以运行

Results 1 face-gaze-estimation-opencv-dnn issues
Sort by recently updated
recently updated
newest added

Your version of code has some differences. like the Softmax on the outputs of the l2csnet which has 90 values. Does your converted model have that part inside it? I...