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
您好,您的方法十分高效准确,我正在复现您的工作,有两个小的细节想向您确认一下:
The text was updated successfully, but these errors were encountered:
@hao-qiang 你好,关于你的问题:
Sorry, something went wrong.
谢谢您的详细解答,我还想询问一下我的L1 loss设置和NME设置是否正确 (98个关键点),再次感谢。
xi_abs_diff = |xi_pred - xi_true| yi_abs_diff = |yi_pred - yi_true| L1 loss=(x1_abs_diff+x2_abs_diff +...+x98_abs_diff+y1_abs_diff+y2_abs_diff +...+y98_abs_diff) / (98*2)
mean_distance = [(xi_pred - xi_true)^2 + (yi_pred - yi_true)^2]^(1/2) / 98 NME = mean_distance / 双眼中心距离
No branches or pull requests
您好,您的方法十分高效准确,我正在复现您的工作,有两个小的细节想向您确认一下:
谢谢
The text was updated successfully, but these errors were encountered: