Dataset Usage - Accessing labels

#1
by rajeshgangireddy - opened

Hi,
When I access the dataset elements, I see only the images.
For example, dataset[10] is a dictionary {'image': <PIL.TiffImagePlugin.TiffImageFile image mode=RGBA size=250x250 at 0x7F11C4874BB0>}.
There is only "image" data in the dictionary.

How do I access the annotations or labels for the images ?
Is there a separate annotation file ? A minimum working example on how to use the dataset would be great. Thanks.

Institut national de l'information géographique et forestière org

Hello,
Thank you for reaching out.
I would recommend to manipulate the dataset from the archive files available in the data folder in 'Files and versions'. Each archive name is the label of the data it contains.
The metadata files in the metadata folder also provide the label for each image/point cloud.
Let us know if you need more help with the dataset.
Thanks.

Sign up or log in to comment