# 이미지에 태그 추가

Roboflow는 이미지 태깅 기능을 제공합니다. 이 기능을 사용하면 업로드 중에 이미지에 태그를 할당할 수 있습니다. 이 태그는 라벨링을 위한 일괄 할당에 사용할 수 있어, 이미지를 라벨링할 때 더 높은 정밀도를 제공합니다. 또한 이미지 태그를 데이터셋과 연결된 Roboflow 데이터셋 검색의 매개변수로 사용할 수 있습니다.

### 업로드 중 태그 할당하기

웹 인터페이스와 [REST API 및 Python SDK](https://docs.roboflow.com/api-reference/images/upload-api)를 사용하여 데이터 업로드 중에 태그를 할당할 수 있습니다. 아래 이미지는 웹 인터페이스를 통해 업로드한 이미지에 연결할 태그를 지정하는 방법을 보여줍니다:

<figure><img src="/files/e27a06c79a29f9744daac0c429b3de5cfda3eaf0" alt="Opening the Tag menu prior to image Upload"><figcaption><p>이미지 업로드 전에 Tag 메뉴 열기</p></figcaption></figure>

### Images Tab에서 태그 적용하기

Images Tab에서 태그를 적용하려면 태그를 적용하려는 이미지를 클릭한 다음, 페이지 오른쪽 상단의 "Images Selected" 버튼을 클릭하고 "Apply tags"를 클릭합니다. 그러면 선택한 이미지에 임의 개수의 태그를 추가할 수 있습니다.

<figure><img src="/files/dacabad13553ecfd8047b564471d274ceb5d9487" alt=""><figcaption><p>선택한 이미지에 태그 적용하기</p></figcaption></figure>

### Project 전체에서 태그 이름 빠르게 변경 또는 삭제하기

Project의 모든 이미지에 대해 태그 이름을 변경하거나 태그를 삭제하려면, 해당 프로젝트의 "Settings" 페이지에서 "Tags" 탭을 클릭합니다. 그런 다음 페이지 오른쪽 상단의 "Modify Tags" 버튼을 클릭하여 대량으로 변경할 수 있는 대화 상자를 엽니다.

<figure><img src="/files/dcb8208044d9f4d6348938a58053b0b538c96973" alt=""><figcaption><p>"Modify Tags"를 클릭하면 표시되는 태그 관리 대화 상자</p></figcaption></figure>

### 태그로 이미지 필터링하기

Roboflow 대시보드의 Assign 페이지에서 태그를 사용하여 이미지를 필터링할 수 있습니다:

<figure><img src="/files/fe992eac56122ca7dfbf919c15de0c8c658b147e" alt="Filtering by Existing dataset Tags from within the Assign tool"><figcaption><p>Assign 도구 내에서 기존 dataset Tags로 필터링하기</p></figcaption></figure>

### 버전에서 데이터를 선별하기 위해 Tags 사용하기

다음 [Filter by Tag](https://docs.roboflow.com/datasets/image-preprocessing#filter-by-tag) 전처리 단계에서는 특정 데이터를 포함하거나 제외하는 데이터셋 Version을 생성할 수 있습니다. 이 전처리 단계를 사용하여 선별된 데이터 일부만 학습하거나 내보내세요.

<figure><img src="/files/640efff5437e6f889b42a1e2fb631028e6aea1f1" alt=""><figcaption><p>"Filter by Tag" 전처리 단계를 사용하여 특정 태그가 dataset version에 들어오도록 허용하거나 차단하세요.</p></figcaption></figure>


---

# 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-ko/datasets/manage-datasets/add-tags-to-images.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.
