# 学習用画像を追加

Vision Events でキャプチャされた画像を Roboflow project に直接移動して、model の学習や改善に使用できます。event に付随する prediction は、ターゲットの project type と互換性がある場合、annotation として引き継がれます。

## Vision Events Page から Images を追加

1. Open **Vision Events** を workspace で開き、Use Case を選択します。
2. クリック **学習用の Images を追加** を押して selection mode に入ります。
3. dropdown からターゲットの project を選択します。
4. event を参照して、含めたい images にチェックを入れます。次のことができます。
   * thumbnail strip から個別の images を選択する
   * event ごとの checkbox で、その event のすべての images を選択する
   * ページ上のすべての images を選択する
5. クリック **Add to Project** を押して送信します。進捗バーに upload status が表示されます。
6. upload が完了したら、success modal のリンクをクリックして、ターゲットの project を新しい tab で開きます。

## Notes

* ターゲットの project type に一致する annotation のみが import されます。その他の prediction は無視されます。
* Images は annotated としてタグ付けされ、ターゲットの project の新しい batch に追加されます。
* 右側の sidebar には、各 image がすでにどの project に属しているかが表示されるため、重複を避けられます。


---

# 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/deploy/vision-events/add-images-for-training.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.
