We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
从 0 下标开始,68 点的眼睛关键点是 [36,41],[42, 48]。 98 的眼睛关键点是 [60,67],[68,75],但是计算的时候, 第 37 个点计算的是 (60 + 61)/ 2 但正常应该是 (61 + 62) / 2 是更好的选择。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
从 0 下标开始,68 点的眼睛关键点是 [36,41],[42, 48]。
98 的眼睛关键点是 [60,67],[68,75],但是计算的时候,
第 37 个点计算的是 (60 + 61)/ 2 但正常应该是 (61 + 62) / 2 是更好的选择。
The text was updated successfully, but these errors were encountered: