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

whether using full image pose for box crop image pose is reasonable? #65

Open
FFFOCUS opened this issue Jan 14, 2025 · 0 comments
Open

Comments

@FFFOCUS
Copy link

FFFOCUS commented Jan 14, 2025

#parse_scanned_data.py:221
T_ow = parse_box(paths['box_path'])
T_cw = affines.compose(position, rot_mat, np.ones(3))
T_wc = np.linalg.inv(T_cw)
T_oc = T_wc @ T_ow
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