Create a Dataset
Last updated
Last updated
Creating a Dataset is really simple, once on your "Datalake" page
To perform operations, your need to select assets on the table, the right checkbox select all the visible assets, the left one select all filtered assets.
You can search pictures on your lake with our Data Query Language, basically you can search pictures in your lake with :
Tags
Width
Height
Source
Filename
Annotations
Dataset
For example, let's seach for pictures that are tagged penfun
with a Picture width > 400 px and that have at least one annotation.
Once you have filtered your pictures, you can either select all filtered pictures or a subset.
You can now click on create dataset !
Then enter a Name and description for your Dataset, please note that description is optional :)
First make sure that you have Picsellia Python package installed
then you will need to initialize the Client with your API Token, available in you profile page.
you can now search for some assets on your lake with the datalake.fetch() method:
You can use Client.datalake.pictures.status() to vizualize the fetched assets
then you can create your dataset
You can find a complete reference to the SDK here.