For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add Tags to Images

Improve your dataset organization with image tags.

Roboflow provides an image tagging feature. This feature allows you to assign tags to images during upload. You can use these tags for batch assignment for labeling, enabling greater precision when assigning images for labeling. Furthermore, you can use image tags as a parameter in the Roboflow dataset search associated with your dataset.

Assigning a Tag During Upload

You can assign tags during data upload both in the web interface and using the REST API and Python SDK. The image below shows how to specify tags to associate with images uploaded using the web interface:

Opening the Tag menu prior to image Upload
Opening the Tag menu prior to image Upload

CLI

You can add and remove tags on existing images using the roboflow image metadata command:

You can also pass tags during upload with roboflow image upload:

Apply Tags in the Images Tab

To apply tags in the Image tab, click on the images to which you want to apply tags, click the "Images Selected" button in the top right corner of the page, and then click "Apply tags". This will allow you to add an arbitrary number of tags to the selected images.

Applying Tags to selected images

Rename or Delete Tags Across a Project

To rename or delete tags across all images in a project, open the "Tags" tab in the project "Settings" page.

  1. Select the tags you want to modify using the checkbox column.

  2. Click "Rename" or "Delete" in the toolbar.

  3. For renames, enter the new name for each tag, click "Review Changes", then "Confirm Changes".

  4. For deletes, review the list and confirm.

Filter Images by Tag

You can filter images using tags in the Assign page on the Roboflow dashboard:

Filtering by Existing dataset Tags from within the Assign tool
Filtering by Existing dataset Tags from within the Assign tool

Use Tags to Curate Data in Versions

The Filter by Tag preprocessing step allows you to create Versions of your dataset that include or exclude specific data. Use this preprocessing step to train or export only a curated slice of your data.

Use the "Filter by Tag" preprocessing step to require or block certain tags from entering a dataset version.

Last updated

Was this helpful?