Datalake - Dataset creation
From the Datalake, you will at some point need to create a DatasetVersion containing Data that have been previously uploaded to Datalake.
1. Select the Data
DataTo create a Dataset on Picsellia, you first need to select from the Datalake the Data that will compose your Dataset. To do so, you can rely on the ordering, filtering, and selecting features on the Datalake detailed previously.
This is where every exploration tool covered so far comes together: the Query Language (searching on Tag, fixed Metadata, or any other property), Charts, and Embeddings exploration are all different ways to navigate and pinpoint the relevant Data inside a large Datalake, so you can select exactly what belongs in your ideal Dataset.
Once Data are selected in the Datalake, a Dataset dropdown button appears next to Process, Tag, and More:

Data selection for DatasetVersion creation
2. Dataset creation
Dataset creationPicsellia proposes a Dataset Versioning system, which is detailed here, but basically, it means that each Dataset can have several versions (called DatasetVersion).
The Dataset dropdown proposes three options:
-
"Create New Dataset": Creates a new
Datasetand its firstDatasetVersion(named initial by default) with the selectedData. A modal opens where you provide theDataset's name and an optional description. -
"Create New Dataset Version": Creates a new
DatasetVersionof an existingDatasetwith the selectedData. A modal opens to pick theDatasetfrom a grid of your existing ones, then name the newDatasetVersionand optionally describe it. -
"Add To Existing Dataset Version": Appends the selected
Datato an existingDatasetVersion. A modal opens to select theDatasetandDatasetVersiontheDatawill be added to.
Available options for Dataset
Link betweenDatain theDatalakeandAssetinDatasetVersionA
Datasetallows you to create labels and annotateData: the sameDatacan be part of severalDatasetat once, each with its own, independent annotations. An image/video in aDatalakeis called aData, and an image/video in aDatasetVersionis called anAsset; there is a one-to-many relationship betweenDataandAsset.
You can now jump to the Dataset tab of Picsellia to visualize the freshly created DatasetVersion.
Updated 5 days ago