-
Notifications
You must be signed in to change notification settings - Fork 161
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
[CLIFF] About J2d Full Projection #175
Comments
|
@Timkeeper2018 Hello, sorry to bother you, how did your experiment work,whether it become better,it is my pleasure if you can tell me. |
pred_keypoints_2d = pred_keypoints_2d / (256. / 2.)归一化这里应该不准确吧。不是应该除以不同数据集中图片的长宽的一半嘛 |
1 similar comment
pred_keypoints_2d = pred_keypoints_2d / (256. / 2.)归一化这里应该不准确吧。不是应该除以不同数据集中图片的长宽的一半嘛 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry to bother you, my own code level is not very good, and I have some questions about how to calculate the projection of 2D joint points
`def projection(pred_joints, pred_camera, center, scale, f_cliff, imge_shape):
The perspective_projection function is consistent with that in SPIN
After obtaining t full crop, is the projection calculation method mentioned in the HMR with a focal length of 5000 used when calculating the projection? Is camera_center still (0,0)?
The text was updated successfully, but these errors were encountered: