forked from ci4s/label-studio
778 B
778 B
| title | type | order | meta_title | meta_description |
|---|---|---|---|---|
| Image Key Points | templates | 103 | Image Keypoints Data Labeling Template | Label Studio Image Keypoints Template for machine learning and data science data labeling projects. |
Key Points labeling for the images
Run
label-studio init --template=image_keypoints image_keypoints_project
label-studio start image_keypoints_project
Config
<View>
<KeyPointLabels name="tag" toName="img" strokewidth="5">
<Label value="Ear" background="blue"></Label>
<Label value="Lip" background="red"></Label>
</KeyPointLabels>
<Image name="img" value="$image" zoom="true"></Image>
</View>