Dataset - Tagging system
Already available in the Datalake as detailed here, the DatasetVersion also embeds its own dedicated tagging system.
1. Introducing AssetTag by Picsellia
AssetTag by PicselliaA tag is an object you can name and attach to one or more Picsellia objects, mainly to structure and easily retrieve them among others. As there are tagging systems related to different objects on Picsellia (Datalake, DatasetVersion, ...), any tag related to a DatasetVersion is called an AssetTag.
Any Asset can have as many AssetTag attached to it as you need.
This additional level of abstraction lets you build your own Asset structure inside your DatasetVersion, so you can retrieve and browse Asset by searching for the ones having one or several AssetTag attached.
It is important to note that each DatasetVersion has its own independent tagging system: an AssetTag created in one DatasetVersion is not shared with its other DatasetVersion, nor with the DataTag of the underlying Datalake.
AnAssetTagis not aLabelor anAnnotationIt's only a tool to help you organize your
Assetin Picsellia.
You are free to use AssetTag however you want, to organize your DatasetVersion the way that suits you. For example, a common use of AssetTag is to materialize a split of the DatasetVersion (e.g. train/test/val), independently of the Version Type and Labelmap covered here.
AssetTagare powerfulYou can use the Query Language to retrieve or filter your
AssetusingAssetTag. For Computer Vision teams, this is what makes a train/test/val split (or any otherAssetTag-based segmentation) directly actionable: querying on anAssetTagreliably returns the same subset ofAssetevery time, which aTrainingor anEvaluationcan then rely on.
2. Creating, Editing, and Deleting AssetTag
AssetTagFor creating, modifying, or removing an AssetTag, you can access the Settings of your DatasetVersion and go to the Asset Tags page.
To create a new AssetTag, simply click on + Add new asset tag. This adds a new entry to the AssetTag list, where you can provide a name and description for the new AssetTag.

Access AssetTag page and create a new one

AssetTag creation
You can also change the name and description of an existing AssetTag, or delete it using the trash icon after selecting it.

Deletion or edit of an AssetTag
3. Attach AssetTag to your Asset
AssetTag to your AssetTagging your Asset is quite easy: from the Assets overview, select the Asset to be tagged and click on Tag > Attach.

Attach AssetTag to selected Asset
Then choose the AssetTag to attach to the selected Asset from the list of existing AssetTag, and click on Attach.

Select AssetTag to be attached
You can also create a new AssetTag that will be attached directly to the selected Asset, from that same attachment modal.

Create AssetTag in the attachment modal
4. Visualize AssetTag on your Asset
AssetTag on your AssetNow that you know how to create and attach AssetTag to structure and organize your DatasetVersion, let's see how to leverage them to easily access the Asset you need.
You can visualize the AssetTag attached to each Asset from the Table view (in its own asset tags column) or the Details view (in a Tags field).

AssetTag in Table view

AssetTag in Details view
TheDataTagof the underlyingDataare also visibleFrom the Details view, you can also see the
DataTagattached to theDatalinked to the displayedAsset, in a separate Data Tags field.AssetTagandDataTagare independent: attaching or detaching one never affects the other.
By using the search bar, you can also filter to only the Asset with one or several given AssetTag attached.

QueryLanguage with AssetTag
More details about the Query Language usage available here
5. Detach AssetTag
AssetTagIf you need to detach one or several AssetTag from a batch of Asset in your DatasetVersion, select the Asset the AssetTag need to be detached from and click on Tag > Detach.

Detach AssetTag menu access
A modal opens, listing all AssetTag attached to any of the selected Asset. Click on the AssetTag you want to detach from the selected Asset, then click on the Detach button.

Detach AssetTag
Updated 5 days ago