Skip to content

Adding palm_detection description#20

Open
dmorin1 wants to merge 3 commits intomainfrom
palmdetection
Open

Adding palm_detection description#20
dmorin1 wants to merge 3 commits intomainfrom
palmdetection

Conversation

@dmorin1
Copy link
Copy Markdown
Collaborator

@dmorin1 dmorin1 commented Jan 16, 2026

Description of PalmDetection output tensor

@dmorin1 dmorin1 requested a review from ocrete February 9, 2026 15:51
Comment thread tensor-groups/palm-detection-out.md
Comment thread tensors/palm-detection-out-detections.md Outdated
Comment thread tensors/palm-detection-out-detections.md Outdated
Comment thread tensors/palm-detection-out-detections.md Outdated
Comment thread tensors/palm-detection-out-detections.md Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation for the Palm Detection model’s output tensors and registers the new tensor/tensor-group IDs in the central registry.

Changes:

  • Introduces a new tensor doc describing palm-detection-out-detections layout/encoding.
  • Introduces a new tensor-group doc describing palm-detection-out outputs and decoding logic.
  • Updates tensor-id-register.md to include the new tensor and tensor-group entries.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.

File Description
tensors/palm-detection-out-detections.md New documentation for Palm Detection detections tensor shape/encoding.
tensor-id-register.md Registers the new Palm Detection tensor ID and tensor-group ID.
tensor-groups/palm-detection-out.md New documentation for the Palm Detection output tensor-group and decoding/orientation notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tensor-groups/palm-detection-out.md Outdated
Comment thread tensor-groups/palm-detection-out.md Outdated
Comment thread tensor-groups/palm-detection-out.md Outdated
Comment on lines +26 to +33
Scheme: (Score, Box_X, Box_Y, Box_Size, Keypoint0_X, Keypoint0_Y, Keypoint1_X, Keypoint1_Y)

The tensor contains 8 channels with the following layout per detection:

|Channel 0 | Channel 1 | Channel 2 | Channel 3 | Channel 4-5 | Channel 6-7 |
|--- |--- |--- |--- |--- |--- |
| Score | Box_X | Box_Y | Box_Size | Keypoint0 | Keypoint1 |
| pd_score | box_x | box_y | box_size | (x, y) | (x, y) |
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keypoint naming is inconsistent: the encoding scheme/table refer to “Keypoint1”, but the known alias and memory layout use kp2/keypoint2. Please align terminology (either rename kp2→kp1 everywhere or update the scheme/table to Keypoint2) so readers can decode channels 6–7 correctly.

Copilot uses AI. Check for mistakes.
Comment thread tensors/palm-detection-out-detections.md Outdated
Comment thread tensors/palm-detection-out-detections.md Outdated
- point palm detection model references at the Collabora onnx-models copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants