# Keypoint Skeletons を設定

## Keypoint Skeletons

Keypoint Skeletons は、 **Keypoint Detection プロジェクト**に必要な要素です。Skeleton は、オブジェクト内の keypoint の数だけでなく、デフォルトの位置、名前、色、エッジも決定します。ラベル付けを行う前に [プロジェクトの Classes に移動し](/roboflow/roboflow-jp/datasets/manage-datasets/manage-classes.md) 、Skeleton を設定してください。

クラス名（person や car など、オブジェクト全体の名前）を追加したら、Edit Keypoints を選択します。

<figure><img src="/files/da10ab783e3f87e28cb891e117225ca71aa0746d" alt="" width="563"><figcaption><p>Edit Keypoints ボタンは Classes ページにあります</p></figcaption></figure>

### Skeleton Editor

最初の点を作成するには任意の場所をクリックし、名前を付けます。その後も点を追加できます。あるいは、点を選択してエッジを作成したり、色を編集したり、削除したりできます。

<figure><img src="/files/940ba0a2a5cf4a1358aa66057672ef6a23b5872d" alt="" width="563"><figcaption><p>Skeleton Editor の視覚的な表示</p></figcaption></figure>

編集が完了したら、Save をクリックして、画像のアップロードとラベル付けを続けます。Skeleton は annotation bounding box の内側に表示されるはずです。

参照 [Keypoints のラベル付け方法](/roboflow/roboflow-jp/annotate/annotate-keypoints.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/annotate/edit-keypoint-skeletons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
