Open FourTest opened 1 year ago
输出Landmark坐标和dlib输出的差别很大
结果不正确还是什么问题?
是的,我是这样调用的
result = facer.run(image) for face_index in range(len(result)): cur_face_kps=result[0]['kps'] for landmarks_index in range(cur_face_kps.shape[0]): x_y = cur_face_kps[landmarks_index] print(round(x_y[0],2),round(x_y[1],2))
那个y坐标感觉差别挺大的
然后我用截图工具量了一下,感觉dlib的对一些
输出Landmark坐标和dlib输出的差别很大