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

Error in GroundTruth Generator: Export ideal / noisy Blender poses #6

Closed
GSORF opened this issue Aug 4, 2020 · 1 comment
Closed

Comments

@GSORF
Copy link
Owner

GSORF commented Aug 4, 2020

My master student just found two bugs in the ground truth generator script:

FileNoisyCameraBlender.write("%d,%f,%f,%f,%f,%f,%f,%f\n" % (timestamp, dso_trans.x, dso_trans.y, dso_trans.z, dso_quat.w, dso_quat.x, dso_quat.y, dso_quat.z))

FileNoisyCameraBlender.write("%f,%f,%f,%f,%f,%f,%f\n" % (dso_trans.x, dso_trans.y, dso_trans.z, dso_quat.w, dso_quat.x, dso_quat.y, dso_quat.z))

Both of these lines should not export poses in the DSO coordinate frame (dso_trans and dso_quat), but in the Blender frame (translation and orientation).

Thanks for the hint, D.W.!

@GSORF
Copy link
Owner Author

GSORF commented Jun 7, 2021

This issue was fixed in commit c1ec6c9 and can finally be closed.

Also replaced the camera intrinsics calculation with the one by Daniel from https://blender.stackexchange.com/questions/38009/3x4-camera-matrix-from-blender-camera/120063#120063

@GSORF GSORF closed this as completed Jun 7, 2021
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

1 participant