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
cam2prior_t is computed as -trans in the code:
cam2prior_t
-trans
humor/humor/fitting/fitting_utils.py
Lines 181 to 185 in fc6ef84
Shouldn't it be -cam2prior_R @ trans?
-cam2prior_R @ trans
I logged the value of trans and cam2prior_t.
trans
trans: [0.0655, 0.2377, 4.0186] cam2prior_t: [-0.0655, -0.2377, -4.0186]
As the z axis of the prior frame is up axis. cam2prior_t makes the camera below the body. Was that right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cam2prior_t
is computed as-trans
in the code:humor/humor/fitting/fitting_utils.py
Lines 181 to 185 in fc6ef84
Shouldn't it be
-cam2prior_R @ trans
?I logged the value of
trans
andcam2prior_t
.As the z axis of the prior frame is up axis.
cam2prior_t
makes the camera below the body.Was that right?
The text was updated successfully, but these errors were encountered: