1 R6dLffPoseEncoder
vin.pose_encoders.R6dLffPoseEncoder(config)Encode poses as translation + rotation-6D passed through LFF.
1.1 Methods
| Name | Description |
|---|---|
| encode | Encode poses in the reference rig frame. |
1.1.1 encode
vin.pose_encoders.R6dLffPoseEncoder.encode(pose_rig)Encode poses in the reference rig frame.
1.1.1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| pose_rig | PoseTW | PoseTW["... 12"] pose in reference rig frame. |
required |
1.1.1.2 Returns
| Name | Type | Description |
|---|---|---|
| PoseEncodingOutput | PoseEncodingOutput containing translation, pose vector, and embedding. |