deeplabcut.pose_estimation_pytorch.post_processing.identity
Functions to assign identity to predictions from an identity head.
Functions:
| Name | Description |
|---|---|
assign_identity |
Args: |
assign_identity
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
ndarray
|
Pose predictions for an image, with shape (num_individuals, num_bodyparts, 3) |
required |
|
ndarray
|
Identity predictions for keypoints in an image, of shape (num_individuals, num_bodyparts, num_individuals). |
required |
Returns:
| Type | Description |
|---|---|
ndarray
|
The ordering to use to match predictions to identities. |