You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
是的,我是这样调用的 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输出的差别很大
The text was updated successfully, but these errors were encountered: