You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you explain your coordinate system through a picture?
If the selected pose from scorer.predict corresponds to the transformation for cTo object to camera,
why is it multiplied by - as a center point in the code below to create the best pose?
best_pose = poses[0]@self.get_tf_to_centered_mesh()
The text was updated successfully, but these errors were encountered:
a510721
changed the title
a question about self.get_tf_to_centered_mesh()
a question about coordinate system
Dec 24, 2024
a510721
changed the title
a question about coordinate system
questions about coordinate system
Dec 24, 2024
Can you explain your coordinate system through a picture?
If the selected pose from scorer.predict corresponds to the transformation for cTo object to camera,
why is it multiplied by - as a center point in the code below to create the best pose?
best_pose = poses[0]@self.get_tf_to_centered_mesh()
The text was updated successfully, but these errors were encountered: