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
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Thank you for releasing the InterHand2.6M dataset—it's an incredibly valuable resource for the research community.
While working with the annotations and camera parameters, I encountered a few points that I would greatly appreciate clarification on:
Camera Position: In the camera annotation files, what does the "camera position" refer to? Is it a relative position, and if so, relative to what (e.g., world origin, hand root, or another reference)?
Units for Intrinsics and Extrinsics: What are the units used in the camera intrinsics and extrinsics files (e.g., pixels, millimeters)?
Keypoint Units: What are the units of the annotated keypoint coordinates? Are they directly expressed in those units, or do they require transformation?
Coordinate System Convention: Could you please confirm the Cartesian coordinate conventions used? Specifically:
Is index 0 = X, 1 = Y, 2 = Z?
Is the origin at the camera center?
Are the axes defined such that:
X: left = negative, right = positive
Y: above = positive, below = negative
Z: forward = increasing depth?
Clarifying these details would help ensure correct interpretation during downstream processing and model validation.