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:

Filter Images by Tag

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

You can also create versions on a subset of images by utilizing the Filter by Tag preprocessing step. This allows you to exclude (or require) images with specific tags from being used in training.

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.

Last updated