Dataset Version Management
We have already seen previously in the documentation how to create a Dataset Version from a selection of Data in the Datalake.
But for many different reasons, you might be willing to modify a DatasetVersion. In order to ensure traceability and avoid losing the history of your work, it is highly recommended to leverage the Picsellia Dataset versioning system, detailed here, by forking a new DatasetVersion from the to-be-modified one rather than editing it in place.
Picsellia embeds features that let you fork an entire DatasetVersion, copy a subset of its Asset to another DatasetVersion, lock it against further modification, or transfer it to another Dataset.
1. Fork a DatasetVersion
DatasetVersionFirst, access the DatasetVersion you want to fork.
Once in it, you can fork the entire DatasetVersion or only a subset of it: leverage the Asset selection features to select the Asset that need to be embedded in the new DatasetVersion.
Once the Asset are selected, click on Dataset > Create New Dataset Version.

Select Assets and create a new DatasetVersion
A modal opens to personalize the fork. You can give a name and description to the new DatasetVersion, and check any combination of the following options:
-
Copy labels: automatically configures the new
DatasetVersionwith the sameLabelmapas the initial one — including eachLabel'sLabelGroupmembership andAttributeconfiguration, not just their name. -
Copy labels and annotations: does the above, and also copies the
Annotation(includingAttributevalues) of the selectedAssetonto their copy in the newDatasetVersion. -
Copy tags: copies the
AssetTagof the selectedAssetand attaches them to their copy in the newDatasetVersion.
DatasetVersion fork modal
To finalize the fork, click on Create.
Once the fork is launched, its completion can be tracked from the Jobs panel.
2. Copy Asset to an existing DatasetVersion
Asset to an existing DatasetVersionIf you want to copy Asset from a DatasetVersion to another, already existing one of the same Dataset — rather than forking a brand new DatasetVersion — you can leverage the Copy to an existing dataset version button.
Select the Asset to copy, and click on Dataset > Copy to an existing dataset version.

Copy selected Asset to another DatasetVersion
A modal opens, letting you pick the target DatasetVersion among the other versions of the current Dataset (filterable by Shape type, or by name).

Configuration of copying Assets to another DatasetVersion
Unlike forking, this does not create a new DatasetVersion: the selected Asset are added to the target DatasetVersion, using its existing Labelmap. You can additionally check:
- Copy annotations: also copies the
Annotationof the selectedAssetonto their copy in the targetDatasetVersion. - Copy tags: also copies the
AssetTagof the selectedAssetand attaches them to their copy in the targetDatasetVersion.
Finally, click on Copy to perform the copy.
Copying into aDatasetVersionthat is not configured yetIf the target
DatasetVersionhas noVersion Typeset, it is configured with theVersion Typeof the source. If it has noLabelat all, theLabelof the source are copied over along with theAsset.
If you check Copy annotations and the target
DatasetVersionalready has its ownLabelmap, the copy will fail for anyAssetwhoseAnnotationuses aLabelthat doesn't exist in it. Make sure the target'sLabelmapalready contains everyLabelyou rely on before copying.
3. Lock a DatasetVersion
DatasetVersionRather than forking a new DatasetVersion to preserve the current one untouched, you can instead lock the DatasetVersion itself, directly from its Settings > General tab, in the Danger zone.

Lock a DatasetVersion
Clicking on Lock immediately (no confirmation step) makes the DatasetVersion read-only: its Asset, Annotation, Label, and general information can no longer be edited, added, or deleted, and a Locked badge is displayed next to its name across the platform (Assets overview, DatasetVersions overview…).

Locked badge
For Computer Vision teams, this is what turns the versioning system's reproducibility promise — a Training or Evaluation always points to a specific, immutable DatasetVersion — into an enforced guarantee rather than a convention relying on discipline: once a DatasetVersion has been used to produce a Model, locking it protects against anyone (including yourself) accidentally editing it afterward, so you can always trust that it still matches exactly what was used.
A locked DatasetVersion can be unlocked at any time from the same Danger zone by clicking on Unlock, restoring the ability to edit it.
A lockedDatasetVersioncan still be forkedLocking only prevents modifying the
DatasetVersionin place. You can still fork it or copy itsAssetelsewhere, as described above, to keep working from a fresh, editableDatasetVersion.
4. Transfer a DatasetVersion
DatasetVersionA DatasetVersion can be moved from its current Dataset to another one of the same Organization. This is useful, for instance, to reorganize DatasetVersion that were created under the wrong Dataset, or to consolidate DatasetVersion coming from different Dataset without having to fork or re-upload any Asset.
From the DatasetVersion Settings > General tab, in the Danger zone, click on Transfer.

Transfer DatasetVersion under another Dataset
A modal opens, letting you:
- Search and select the destination
Datasetamong the ones you have the rights to create aDatasetVersionon. - Choose the Worker settings to apply to the members of the current
Datasetwho don't have access to the destination one: either Remove users without access (they lose access to thisDatasetVersion), or Add users (they are added asWorkerof the destinationDataset, keeping their access).

Select the destination Dataset
Click on Transfer to finalize the move. The DatasetVersion then appears under its new Dataset, keeping all its Asset, Annotation, and Label.
Transferring aDatasetVersionchanges its parentDatasetAccess rights are managed at the
Datasetlevel, as detailed here. Once transferred, theDatasetVersionfollows the access rules of its newDataset.
Updated 10 days ago