-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hannah DeFazio
committed
May 13, 2024
1 parent
8054657
commit d487ab4
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
version: "1" | ||
title: "Patient Joints" | ||
labels: | ||
# Item: | ||
# - id: Integer identification number of the label. | ||
# - label: Short human-readable semantic string to succinctly represent the | ||
# label. | ||
- id: 0 | ||
label: "nose" | ||
- id: 1 | ||
label: "mouth" | ||
- id: 2 | ||
label: "throat" | ||
- id: 3 | ||
label: "chest" | ||
- id: 4 | ||
label: "stomach" | ||
- id: 5 | ||
label: "left_upper_arm" | ||
- id: 6 | ||
label: "right_upper_arm" | ||
- id: 7 | ||
label: "left_lower_arm" | ||
- id: 8 | ||
label: "right_lower_arm" | ||
- id: 9 | ||
label: "left_wrist" | ||
- id: 10 | ||
label: "right_wrist" | ||
- id: 11 | ||
label: "left_hand" | ||
- id: 12 | ||
label: "right_hand" | ||
- id: 13 | ||
label: "left_upper_leg" | ||
- id: 14 | ||
label: "right_upper_leg" | ||
- id: 15 | ||
label: "left_knee" | ||
- id: 16 | ||
label: "right_knee" | ||
- id: 17 | ||
label: "left_lower_leg" | ||
- id: 18 | ||
label: "right_lower_leg" | ||
- id: 19 | ||
label: "left_foot" | ||
- id: 20 | ||
label: "right_foot" | ||
- id: 21 | ||
label: "back" |