> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/deploy/vision-events/add-images-for-training.md).

# 学習用画像を追加

Vision Events で取得した画像を、Roboflow プロジェクトに直接移動して、モデルの学習や改善に利用できます。イベントに付随する予測は、対象のプロジェクトタイプと互換性がある場合、アノテーションとして引き継がれます。

## Vision Events ページから画像を追加

1. 開く **Vision Events** ワークスペースで開き、Use Case を選択します。
2. クリックします **学習用に画像を追加** 選択モードに入るには。
3. ドロップダウンから対象の Project を選択します。
4. イベントを参照し、含めたい画像にチェックを入れます。以下が可能です:
   * サムネイル列から個別の画像を選択する
   * 各イベントのチェックボックスで、そのイベント内のすべての画像を選択する
   * ページ上のすべての画像を選択する
5. クリックします **Project に追加** 送信するには。アップロード状況は進行状況バーに表示されます。
6. アップロードが完了したら、成功モーダル内のリンクをクリックして、対象の Project を新しいタブで開きます。

## 補足

* 対象の Project タイプに一致するアノテーションのみがインポートされます。その他の予測は無視されます。
* 画像にはアノテーション済みタグが付与され、対象の Project 内の新しいバッチに追加されます。
* 右側のサイドバーには、各画像がすでにどの Project に属しているかが表示されるため、重複を避けられます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/deploy/vision-events/add-images-for-training.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
