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

# 학습용 이미지 추가

Vision Events에서 캡처된 이미지를 Roboflow project로 직접 이동할 수 있으므로 모델을 학습하거나 개선하는 데 사용할 수 있습니다. 이벤트에 연결된 모든 predictions는 대상 project type과 호환될 경우 annotations로 함께 전달됩니다.

## Vision Events Page에서 이미지 추가

1. Open **Vision Events** workspace에서 열고 Use Case를 선택하세요.
2. 클릭 **학습용 이미지 추가** 선택 모드로 들어가려면.
3. 드롭다운에서 대상 project를 선택하세요.
4. 이벤트를 둘러보고 포함할 이미지를 선택하세요. 다음을 할 수 있습니다:
   * 썸네일 스트립에서 개별 이미지를 선택
   * 이벤트별 체크박스로 이벤트의 모든 이미지를 선택
   * 페이지의 모든 이미지를 선택
5. 클릭 **Add to Project** 제출하려면. 진행률 표시줄이 업로드 상태를 보여줍니다.
6. 업로드가 완료되면 성공 모달의 링크를 클릭하여 대상 project를 새 탭에서 여세요.

## 참고

* 대상 project type과 일치하는 annotations만 가져옵니다. 다른 predictions는 무시됩니다.
* 이미지는 annotated로 태그되고 대상 project의 새 batch에 추가됩니다.
* 오른쪽 사이드바에는 각 이미지가 이미 속한 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-ko/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.
