Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

输出的Landmark:坐标和dlib的差别很大 #50

Open
FourTest opened this issue Jul 3, 2023 · 2 comments
Open

输出的Landmark:坐标和dlib的差别很大 #50

FourTest opened this issue Jul 3, 2023 · 2 comments

Comments

@FourTest
Copy link

FourTest commented Jul 3, 2023

输出Landmark坐标和dlib输出的差别很大

@610265158
Copy link
Owner

输出Landmark坐标和dlib输出的差别很大

结果不正确还是什么问题?

@FourTest
Copy link
Author

FourTest commented Jul 4, 2023

是的,我是这样调用的
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的对一些

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants