Kaggle Datasets Import#

Jupyter Notebook

Kaggle is one of the largest machine learning communities that publishes datasets, models, and code. Moreover, Kaggle also hosts competitions.

Specifically, Datumaro focuses on Kaggle computer vision datasets, comprising more than 28,000 datasets across various domains such as medical, nature, road scenes, and people.

This notebook demonstrates how Datumaro imports Kaggle datasets from scratch, covering the entire process from data preparation to investigation and import.

Download a Kaggle dataset#

Thanks to the Kaggle CLI, we are able to show the list of Kaggle datasets according to the tag Image as below.

[2]:
!pip install kaggle
!kaggle datasets list --tags Image --sort-by votes
Requirement already satisfied: kaggle in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (1.5.16)
Requirement already satisfied: python-dateutil in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (2.8.2)
Requirement already satisfied: bleach in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (6.0.0)
Requirement already satisfied: certifi in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (2023.11.17)
Requirement already satisfied: tqdm in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (4.66.1)
Requirement already satisfied: python-slugify in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (8.0.1)
Requirement already satisfied: six>=1.10 in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (1.16.0)
Requirement already satisfied: requests in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (2.31.0)
Requirement already satisfied: urllib3 in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from kaggle) (2.1.0)
Requirement already satisfied: webencodings in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from bleach->kaggle) (0.5.1)
Requirement already satisfied: text-unidecode>=1.3 in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from python-slugify->kaggle) (1.3)
Requirement already satisfied: idna<4,>=2.5 in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from requests->kaggle) (3.6)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/wonjulee/anaconda3/envs/datum/lib/python3.8/site-packages (from requests->kaggle) (3.3.2)
Warning: Looks like you're using an outdated API Version, please consider updating (server 1.6.4 / client 1.5.16)
ref                                             title                                               size  lastUpdated          downloadCount  voteCount  usabilityRating
----------------------------------------------  -------------------------------------------------  -----  -------------------  -------------  ---------  ---------------
paultimothymooney/chest-xray-pneumonia          Chest X-Ray Images (Pneumonia)                       2GB  2018-03-24 19:41:59         267348       6141  0.75
moltean/fruits                                  Fruits-360                                           1GB  2021-09-12 19:19:48         135209       2833  0.875
zalando-research/fashionmnist                   Fashion MNIST                                       69MB  2017-12-07 00:54:20         177934       2646  0.85294116
muratkokludataset/date-fruit-datasets           Date Fruit Datasets                                408KB  2022-04-03 09:25:39          21425       2038  0.9375
alxmamaev/flowers-recognition                   Flowers Recognition                                225MB  2021-07-16 16:00:32          99262       1829  0.625
muratkokludataset/rice-image-dataset            Rice Image Dataset                                 219MB  2022-04-03 02:12:00          15254       1770  0.875
kmader/skin-cancer-mnist-ham10000               Skin Cancer MNIST: HAM10000                          5GB  2018-09-20 20:36:13         106934       1720  0.7058824
andrewmvd/face-mask-detection                   Face Mask Detection                                398MB  2020-05-22 07:18:42          74593       1701  0.875
muratkokludataset/pistachio-image-dataset       Pistachio Image Dataset                             27MB  2022-03-28 18:01:27           5018       1584  0.9375
jessicali9530/celeba-dataset                    CelebFaces Attributes (CelebA) Dataset               1GB  2018-06-01 20:08:48         119390       1525  0.7647059
muratkokludataset/pistachio-dataset             Pistachio Dataset                                    2MB  2022-04-03 08:38:21           2832       1486  0.9375
muratkokludataset/durum-wheat-dataset           Durum Wheat Dataset                                983MB  2022-04-03 00:02:29            710       1460  0.9375
puneet6060/intel-image-classification           Intel Image Classification                         346MB  2019-01-30 09:22:58          95676       1413  0.75
gpiosenka/100-bird-species                      BIRDS 525  SPECIES- IMAGE CLASSIFICATION             2GB  2023-04-20 13:49:44          56160       1157  0.9411765
meowmeowmeowmeowmeow/gtsrb-german-traffic-sign  GTSRB - German Traffic Sign Recognition Benchmark  612MB  2018-11-25 18:12:34          99852       1062  0.8235294
ikarus777/best-artworks-of-all-time             Best Artworks of All Time                            2GB  2019-03-02 09:21:51          31255        969  0.7058824
jessicali9530/stanford-dogs-dataset             Stanford Dogs Dataset                              750MB  2019-11-13 06:20:35          44168        966  0.75
paultimothymooney/breast-histopathology-images  Breast Histopathology Images                         3GB  2017-12-19 05:46:40          58527        962  0.75
crowww/a-large-scale-fish-dataset               A Large Scale Fish Dataset                           3GB  2021-04-28 17:03:01          21024        953  0.9375
tawsifurrahman/covid19-radiography-database     COVID-19 Radiography Database                      778MB  2022-03-19 13:38:42          77755        923  1.0

Also, we can directly download a dataset from the above ref field.

In this notebook, we choose alxmamaev/flowers-recognition dataset as below.

[2]:
!kaggle datasets download alxmamaev/flowers-recognition --unzip --path ./flowers-recognition
Downloading flowers-recognition.zip to ./flowers-recognition
 99%|███████████████████████████████████████▋| 223M/225M [00:11<00:00, 23.9MB/s]
100%|████████████████████████████████████████| 225M/225M [00:11<00:00, 20.5MB/s]

Since Kaggle doesn’t require any specific format for datasets, we should detect available formats from Datumaro detect method or explore a dataset directory structure by hand.

Case 1: Detect Data Format & Import Dataset with Format#

[8]:
import datumaro as dm

dataset_dir = "./flowers-recognition/flowers"
formats = dm.Dataset.detect(dataset_dir)
print(f"Detected data format is '{formats}'")

dataset = dm.Dataset.import_from(dataset_dir, formats)
print(dataset)
Detected data format is 'imagenet'
Dataset
        size=4317
        source_path=./flowers-recognition/flowers
        media_type=<class 'datumaro.components.media.Image'>
        annotated_items_count=4317
        annotations_count=4317
subsets
        default: # of items=4317, # of annotated items=4317, # of annotations=4317, annotation types=['label']
infos
        categories
        label: ['daisy', 'dandelion', 'rose', 'sunflower', 'tulip']

Case 2: Import Dataset with More Arguments for Kaggle Importers#

From Datumaro 2.0, we have introduced some Kaggle importers such as kaggle_voc, kaggle_yolo, kaggle_image_csv, kaggle_image_txt, and kaggle_image_mask.

Some of them are variants of the public format by loosening strict rules of the original format, while some of them require user assistance to feed rules for reading an annotation file.

For instances, kaggle_voc is a variant of Pasal-VOC format, which contain xml files for each images, but kaggle_voc doesn’t restrict to have a given directory structure.

Instead, kaggle_voc requires to have both image path and annotation path as below.

We select andrewmvd/face-mask-detection for example.

[18]:
!kaggle datasets download andrewmvd/face-mask-detection --unzip --path ./face-mask-detection
!tree ./face-mask-detection -L 1
Downloading face-mask-detection.zip to ./face-mask-detection
100%|███████████████████████████████████████▉| 397M/398M [00:20<00:00, 21.0MB/s]
100%|████████████████████████████████████████| 398M/398M [00:20<00:00, 19.9MB/s]
./face-mask-detection
├── annotations
└── images

2 directories, 0 files
[19]:
dataset_dir = "./face-mask-detection/images"
ann_path = "./face-mask-detection/annotations"

dataset = dm.Dataset.import_from(path=dataset_dir, format="kaggle_voc", ann_path=ann_path)
print(dataset)
Dataset
        size=853
        source_path=./face-mask-detection/images
        media_type=<class 'datumaro.components.media.Image'>
        annotated_items_count=853
        annotations_count=4072
subsets
        default: # of items=853, # of annotated items=853, # of annotations=4072, annotation types=['bbox']
infos
        categories
        label: ['with_mask', 'without_mask', 'mask_weared_incorrect']

On the other hands, we have found that there are some patterns between Kaggle datasets.

One of the patterns is existence of annotation file with csv or txt for image path, labels, bounding box coordinates, etc.

And hence, we provide two importers, e.g., kaggle_image_csv and kaggle_image_txt, for coping with these datasets.

We here examine the 7-th most voted dataset kmader/skin-cancer-mnist-ham10000, more than 106K times of downloaded and 1720 times voted.

[15]:
!kaggle datasets download kmader/skin-cancer-mnist-ham10000 --unzip --path ./skin-cancer-mnist-ham10000
!tree ./skin-cancer-mnist-ham10000 -L 1
Downloading skin-cancer-mnist-ham10000.zip to ./skin-cancer-mnist-ham10000
100%|██████████████████████████████████████| 5.20G/5.20G [04:21<00:00, 22.2MB/s]
100%|██████████████████████████████████████| 5.20G/5.20G [04:21<00:00, 21.3MB/s]
./skin-cancer-mnist-ham10000
├── ham10000_images_part_1
├── HAM10000_images_part_1
├── ham10000_images_part_2
├── HAM10000_images_part_2
├── HAM10000_metadata.csv
├── hmnist_28_28_L.csv
├── hmnist_28_28_RGB.csv
├── hmnist_8_8_L.csv
└── hmnist_8_8_RGB.csv

4 directories, 5 files
[17]:
!head -10 ./skin-cancer-mnist-ham10000/HAM10000_metadata.csv
lesion_id,image_id,dx,dx_type,age,sex,localization
HAM_0000118,ISIC_0027419,bkl,histo,80.0,male,scalp
HAM_0000118,ISIC_0025030,bkl,histo,80.0,male,scalp
HAM_0002730,ISIC_0026769,bkl,histo,80.0,male,scalp
HAM_0002730,ISIC_0025661,bkl,histo,80.0,male,scalp
HAM_0001466,ISIC_0031633,bkl,histo,75.0,male,ear
HAM_0001466,ISIC_0027850,bkl,histo,75.0,male,ear
HAM_0002761,ISIC_0029176,bkl,histo,60.0,male,face
HAM_0002761,ISIC_0029068,bkl,histo,60.0,male,face
HAM_0005132,ISIC_0025837,bkl,histo,70.0,female,back

From the above csv file, we are going to parse image_id for image path and dx for label information.

They will be fed into importer as columns.

[14]:
dataset_dir = "./skin-cancer-mnist-ham10000/ham10000_images_part_1"
ann_file = "./skin-cancer-mnist-ham10000/HAM10000_metadata.csv"
columns = {"media": "image_id", "label": "dx"}

dataset = dm.Dataset.import_from(
    path=dataset_dir, format="kaggle_image_csv", ann_file=ann_file, columns=columns
)
print(dataset)
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031633.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001466
1    ISIC_0031633
2             bkl
3           histo
4            75.0
5            male
6             ear
Name: 5, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029396.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004234
1    ISIC_0029396
2             bkl
3           histo
4            85.0
5          female
6           chest
Name: 12, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032417.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001949
1    ISIC_0032417
2             bkl
3           histo
4            70.0
5            male
6           trunk
Name: 15, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031326.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007207
1    ISIC_0031326
2             bkl
3           histo
4            65.0
5            male
6            back
Name: 16, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031029.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001601
1       ISIC_0031029
2                bkl
3              histo
4               75.0
5               male
6    upper extremity
Name: 18, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029836.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007571
1    ISIC_0029836
2             bkl
3           histo
4            70.0
5            male
6           chest
Name: 19, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032129.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007571
1    ISIC_0032129
2             bkl
3           histo
4            70.0
5            male
6           chest
Name: 20, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032343.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006071
1    ISIC_0032343
2             bkl
3           histo
4            70.0
5          female
6            face
Name: 21, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032128.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004884
1       ISIC_0032128
2                bkl
3              histo
4               75.0
5               male
6    upper extremity
Name: 24, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030698.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006574
1    ISIC_0030698
2             bkl
3           histo
4            40.0
5            male
6            back
Name: 28, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031753.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001480
1    ISIC_0031753
2             bkl
3           histo
4            70.0
5            male
6         abdomen
Name: 30, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031159.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005772
1    ISIC_0031159
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 32, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031017.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005772
1    ISIC_0031017
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 33, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029559.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000351
1    ISIC_0029559
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 37, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030661.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003847
1       ISIC_0030661
2                bkl
3              histo
4               85.0
5               male
6    upper extremity
Name: 38, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031650.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003847
1       ISIC_0031650
2                bkl
3              histo
4               85.0
5               male
6    upper extremity
Name: 41, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029687.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007409
1       ISIC_0029687
2                bkl
3              histo
4               50.0
5               male
6    upper extremity
Name: 45, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032013.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002299
1    ISIC_0032013
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 48, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031691.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007010
1    ISIC_0031691
2             bkl
3           histo
4            40.0
5            male
6           trunk
Name: 49, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030105.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003670
1    ISIC_0030105
2             bkl
3           histo
4            80.0
5          female
6         unknown
Name: 51, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030377.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001983
1    ISIC_0030377
2             bkl
3           histo
4            70.0
5            male
6            back
Name: 56, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031468.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003021
1    ISIC_0031468
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 61, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030926.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003021
1    ISIC_0030926
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 62, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031008.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000959
1    ISIC_0031008
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 64, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031495.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004569
1       ISIC_0031495
2                bkl
3              histo
4               40.0
5               male
6    upper extremity
Name: 66, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031485.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004641
1    ISIC_0031485
2             bkl
3           histo
4            60.0
5            male
6         abdomen
Name: 69, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029413.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005801
1    ISIC_0029413
2             bkl
3           histo
4            70.0
5          female
6         abdomen
Name: 70, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029576.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005801
1    ISIC_0029576
2             bkl
3           histo
4            70.0
5          female
6         abdomen
Name: 71, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031967.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004341
1    ISIC_0031967
2             bkl
3           histo
4            70.0
5          female
6           scalp
Name: 72, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031584.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004341
1    ISIC_0031584
2             bkl
3           histo
4            70.0
5          female
6           scalp
Name: 73, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029912.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001469
1    ISIC_0029912
2             bkl
3           histo
4            60.0
5          female
6           trunk
Name: 77, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033539.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001728
1    ISIC_0033539
2             bkl
3           histo
4            60.0
5            male
6            back
Name: 78, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032283.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003021
1    ISIC_0032283
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 79, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030005.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003021
1    ISIC_0030005
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 80, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030189.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000959
1    ISIC_0030189
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 81, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030768.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002127
1    ISIC_0030768
2             bkl
3           histo
4            40.0
5            male
6            face
Name: 85, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029837.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002127
1    ISIC_0029837
2             bkl
3           histo
4            40.0
5            male
6            face
Name: 86, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031624.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002092
1       ISIC_0031624
2                bkl
3              histo
4               35.0
5             female
6    lower extremity
Name: 87, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030607.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005075
1       ISIC_0030607
2                bkl
3              histo
4               80.0
5               male
6    upper extremity
Name: 89, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029308.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002921
1    ISIC_0029308
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 91, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029425.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003410
1    ISIC_0029425
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 93, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030565.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004852
1    ISIC_0030565
2             bkl
3           histo
4            65.0
5            male
6            face
Name: 95, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032463.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003326
1       ISIC_0032463
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 103, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032306.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001853
1    ISIC_0032306
2             bkl
3           histo
4            55.0
5            male
6            face
Name: 105, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032304.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006558
1    ISIC_0032304
2             bkl
3           histo
4            65.0
5          female
6         genital
Name: 106, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031639.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006558
1    ISIC_0031639
2             bkl
3           histo
4            65.0
5          female
6         genital
Name: 107, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031212.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001665
1       ISIC_0031212
2                bkl
3              histo
4               50.0
5               male
6    lower extremity
Name: 109, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032382.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001417
1    ISIC_0032382
2             bkl
3           histo
4            55.0
5            male
6            face
Name: 110, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029674.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000114
1    ISIC_0029674
2             bkl
3           histo
4            65.0
5            male
6            face
Name: 112, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029613.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003458
1    ISIC_0029613
2             bkl
3           histo
4            85.0
5          female
6           chest
Name: 115, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029418.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004673
1    ISIC_0029418
2             bkl
3           histo
4            50.0
5            male
6            back
Name: 116, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034318.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000344
1    ISIC_0034318
2             bkl
3           histo
4            55.0
5            male
6           trunk
Name: 122, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032972.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000344
1    ISIC_0032972
2             bkl
3           histo
4            55.0
5            male
6           trunk
Name: 123, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032534.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004332
1    ISIC_0032534
2             bkl
3           histo
4            55.0
5            male
6           trunk
Name: 124, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033785.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004332
1    ISIC_0033785
2             bkl
3           histo
4            55.0
5            male
6           trunk
Name: 125, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033184.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004332
1    ISIC_0033184
2             bkl
3           histo
4            55.0
5            male
6           trunk
Name: 126, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032929.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003321
1    ISIC_0032929
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 127, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032963.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003321
1    ISIC_0032963
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 128, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032949.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006085
1    ISIC_0032949
2             bkl
3           histo
4            85.0
5          female
6            face
Name: 129, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033322.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006085
1    ISIC_0033322
2             bkl
3           histo
4            85.0
5          female
6            face
Name: 130, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033127.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006085
1    ISIC_0033127
2             bkl
3           histo
4            85.0
5          female
6            face
Name: 131, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033041.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002040
1       ISIC_0033041
2                bkl
3              histo
4               50.0
5             female
6    lower extremity
Name: 132, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033900.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002040
1       ISIC_0033900
2                bkl
3              histo
4               50.0
5             female
6    lower extremity
Name: 133, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033361.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002040
1       ISIC_0033361
2                bkl
3              histo
4               50.0
5             female
6    lower extremity
Name: 134, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032732.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005299
1       ISIC_0032732
2                bkl
3              histo
4               55.0
5             female
6    lower extremity
Name: 135, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032778.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005299
1       ISIC_0032778
2                bkl
3              histo
4               55.0
5             female
6    lower extremity
Name: 136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033466.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005299
1       ISIC_0033466
2                bkl
3              histo
4               55.0
5             female
6    lower extremity
Name: 137, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030276.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004075
1    ISIC_0030276
2             bkl
3           histo
4            60.0
5            male
6            face
Name: 138, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033583.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000112
1    ISIC_0033583
2             bkl
3           histo
4            55.0
5          female
6            face
Name: 139, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033465.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000112
1    ISIC_0033465
2             bkl
3           histo
4            55.0
5          female
6            face
Name: 140, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029683.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002774
1    ISIC_0029683
2             bkl
3           histo
4            65.0
5            male
6         unknown
Name: 141, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033482.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006663
1       ISIC_0033482
2                bkl
3              histo
4               85.0
5             female
6    lower extremity
Name: 142, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033201.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006663
1       ISIC_0033201
2                bkl
3              histo
4               85.0
5             female
6    lower extremity
Name: 143, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032514.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003001
1    ISIC_0032514
2             bkl
3           histo
4            75.0
5            male
6            face
Name: 144, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033691.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006654
1    ISIC_0033691
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 145, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033910.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006654
1    ISIC_0033910
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 146, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032556.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006654
1    ISIC_0032556
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 147, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033646.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003743
1       ISIC_0033646
2                bkl
3              histo
4               50.0
5               male
6    upper extremity
Name: 148, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033592.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003743
1       ISIC_0033592
2                bkl
3              histo
4               50.0
5               male
6    upper extremity
Name: 149, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033899.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003743
1       ISIC_0033899
2                bkl
3              histo
4               50.0
5               male
6    upper extremity
Name: 150, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032842.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007101
1       ISIC_0032842
2                bkl
3              histo
4               60.0
5               male
6    lower extremity
Name: 151, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032618.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007101
1       ISIC_0032618
2                bkl
3              histo
4               60.0
5               male
6    lower extremity
Name: 152, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032513.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007101
1       ISIC_0032513
2                bkl
3              histo
4               60.0
5               male
6    lower extremity
Name: 153, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033716.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006938
1    ISIC_0033716
2             bkl
3           histo
4            45.0
5            male
6            face
Name: 154, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034011.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006938
1    ISIC_0034011
2             bkl
3           histo
4            45.0
5            male
6            face
Name: 155, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033613.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006938
1    ISIC_0033613
2             bkl
3           histo
4            45.0
5            male
6            face
Name: 156, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032877.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003770
1    ISIC_0032877
2             bkl
3           histo
4            80.0
5            male
6            face
Name: 157, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034175.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003770
1    ISIC_0034175
2             bkl
3           histo
4            80.0
5            male
6            face
Name: 158, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033523.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003770
1    ISIC_0033523
2             bkl
3           histo
4            80.0
5            male
6            face
Name: 159, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029929.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003768
1       ISIC_0029929
2                bkl
3              histo
4               80.0
5               male
6    upper extremity
Name: 160, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032978.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000779
1    ISIC_0032978
2             bkl
3           histo
4            70.0
5            male
6           chest
Name: 161, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033973.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005386
1    ISIC_0033973
2             bkl
3           histo
4            45.0
5            male
6            back
Name: 162, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033761.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005386
1    ISIC_0033761
2             bkl
3           histo
4            45.0
5            male
6            back
Name: 163, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033505.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005386
1    ISIC_0033505
2             bkl
3           histo
4            45.0
5            male
6            back
Name: 164, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033280.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001385
1    ISIC_0033280
2             bkl
3           histo
4            50.0
5          female
6            neck
Name: 165, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033212.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001385
1    ISIC_0033212
2             bkl
3           histo
4            50.0
5          female
6            neck
Name: 166, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033770.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001385
1    ISIC_0033770
2             bkl
3           histo
4            50.0
5          female
6            neck
Name: 167, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032829.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003845
1    ISIC_0032829
2             bkl
3           histo
4            40.0
5          female
6           trunk
Name: 168, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033601.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003845
1    ISIC_0033601
2             bkl
3           histo
4            40.0
5          female
6           trunk
Name: 169, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033284.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003978
1    ISIC_0033284
2             bkl
3           histo
4            80.0
5            male
6           trunk
Name: 170, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033908.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003978
1    ISIC_0033908
2             bkl
3           histo
4            80.0
5            male
6           trunk
Name: 171, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033400.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005258
1       ISIC_0033400
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 172, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033677.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005258
1       ISIC_0033677
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 173, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033262.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005258
1       ISIC_0033262
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 174, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033437.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000802
1       ISIC_0033437
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 175, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032688.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006801
1       ISIC_0032688
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 176, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033195.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000802
1       ISIC_0033195
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 177, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032553.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000802
1       ISIC_0032553
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 178, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033252.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006801
1       ISIC_0033252
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 179, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032570.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006801
1       ISIC_0032570
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 180, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033736.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007625
1       ISIC_0033736
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 181, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033378.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007625
1       ISIC_0033378
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 182, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033379.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002008
1    ISIC_0033379
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 183, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033438.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002008
1    ISIC_0033438
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 184, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032983.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002008
1    ISIC_0032983
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 185, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034024.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002008
1    ISIC_0034024
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 186, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033778.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004975
1    ISIC_0033778
2             bkl
3           histo
4            85.0
5            male
6           chest
Name: 187, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032863.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004975
1    ISIC_0032863
2             bkl
3           histo
4            85.0
5            male
6           chest
Name: 188, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034168.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004975
1    ISIC_0034168
2             bkl
3           histo
4            85.0
5            male
6           chest
Name: 189, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033582.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004442
1    ISIC_0033582
2             bkl
3           histo
4            85.0
5            male
6           trunk
Name: 190, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033576.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004442
1    ISIC_0033576
2             bkl
3           histo
4            85.0
5            male
6           trunk
Name: 191, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033410.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007384
1    ISIC_0033410
2             bkl
3           histo
4            65.0
5          female
6            face
Name: 192, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032725.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007384
1    ISIC_0032725
2             bkl
3           histo
4            65.0
5          female
6            face
Name: 193, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033952.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000516
1    ISIC_0033952
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 194, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033264.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004255
1    ISIC_0033264
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 195, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033606.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002327
1    ISIC_0033606
2             bkl
3           histo
4            60.0
5          female
6            neck
Name: 196, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034103.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002327
1    ISIC_0034103
2             bkl
3           histo
4            60.0
5          female
6            neck
Name: 197, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032883.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002327
1    ISIC_0032883
2             bkl
3           histo
4            60.0
5          female
6            neck
Name: 198, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032665.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002928
1    ISIC_0032665
2             bkl
3           histo
4            80.0
5            male
6           trunk
Name: 199, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033130.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002928
1    ISIC_0033130
2             bkl
3           histo
4            80.0
5            male
6           trunk
Name: 200, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033321.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001354
1       ISIC_0033321
2                bkl
3              histo
4               65.0
5               male
6    lower extremity
Name: 201, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034189.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000805
1    ISIC_0034189
2             bkl
3           histo
4            80.0
5            male
6            face
Name: 202, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033306.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000805
1    ISIC_0033306
2             bkl
3           histo
4            80.0
5            male
6            face
Name: 203, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032757.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000527
1    ISIC_0032757
2             bkl
3           histo
4            45.0
5          female
6            face
Name: 204, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032508.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000527
1    ISIC_0032508
2             bkl
3           histo
4            45.0
5          female
6            face
Name: 205, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034201.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000527
1    ISIC_0034201
2             bkl
3           histo
4            45.0
5          female
6            face
Name: 206, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032776.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001954
1    ISIC_0032776
2             bkl
3           histo
4            55.0
5            male
6           trunk
Name: 207, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033828.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001954
1    ISIC_0033828
2             bkl
3           histo
4            55.0
5            male
6           trunk
Name: 208, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033235.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001858
1    ISIC_0033235
2             bkl
3           histo
4            85.0
5            male
6           scalp
Name: 209, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034070.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000087
1       ISIC_0034070
2                bkl
3              histo
4               45.0
5               male
6    upper extremity
Name: 211, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033709.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000087
1       ISIC_0033709
2                bkl
3              histo
4               45.0
5               male
6    upper extremity
Name: 212, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032826.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000581
1    ISIC_0032826
2             bkl
3           histo
4            40.0
5          female
6           chest
Name: 213, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034115.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000581
1    ISIC_0034115
2             bkl
3           histo
4            40.0
5          female
6           chest
Name: 214, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033776.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002894
1    ISIC_0033776
2             bkl
3           histo
4            40.0
5          female
6         abdomen
Name: 215, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033056.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002894
1    ISIC_0033056
2             bkl
3           histo
4            40.0
5          female
6         abdomen
Name: 216, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033853.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004458
1    ISIC_0033853
2             bkl
3           histo
4            80.0
5            male
6            back
Name: 219, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033453.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004458
1    ISIC_0033453
2             bkl
3           histo
4            80.0
5            male
6            back
Name: 220, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034126.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004458
1    ISIC_0034126
2             bkl
3           histo
4            80.0
5            male
6            back
Name: 221, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033744.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003050
1    ISIC_0033744
2             bkl
3           histo
4            70.0
5            male
6            face
Name: 222, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033659.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003050
1    ISIC_0033659
2             bkl
3           histo
4            70.0
5            male
6            face
Name: 223, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032567.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003927
1       ISIC_0032567
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 224, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033088.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003927
1       ISIC_0033088
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 225, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032756.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003927
1       ISIC_0032756
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 226, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032654.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000790
1    ISIC_0032654
2             bkl
3           histo
4            75.0
5            male
6            face
Name: 227, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032576.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000790
1    ISIC_0032576
2             bkl
3           histo
4            75.0
5            male
6            face
Name: 228, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033587.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004091
1    ISIC_0033587
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 229, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032675.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004091
1    ISIC_0032675
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 230, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032997.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003162
1    ISIC_0032997
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 231, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033529.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003162
1    ISIC_0033529
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 232, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033581.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001855
1    ISIC_0033581
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 233, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033913.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001855
1    ISIC_0033913
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 234, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034235.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005131
1    ISIC_0034235
2             bkl
3           histo
4            80.0
5            male
6           scalp
Name: 235, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034007.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005131
1    ISIC_0034007
2             bkl
3           histo
4            80.0
5            male
6           scalp
Name: 236, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034303.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002372
1    ISIC_0034303
2             bkl
3           histo
4            65.0
5            male
6            neck
Name: 237, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034031.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002372
1    ISIC_0034031
2             bkl
3           histo
4            65.0
5            male
6            neck
Name: 238, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033124.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002372
1    ISIC_0033124
2             bkl
3           histo
4            65.0
5            male
6            neck
Name: 239, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033449.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003659
1       ISIC_0033449
2                bkl
3              histo
4               85.0
5               male
6    upper extremity
Name: 240, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033676.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003659
1       ISIC_0033676
2                bkl
3              histo
4               85.0
5               male
6    upper extremity
Name: 241, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032898.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007341
1       ISIC_0032898
2                bkl
3              histo
4               50.0
5             female
6    lower extremity
Name: 242, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033488.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007341
1       ISIC_0033488
2                bkl
3              histo
4               50.0
5             female
6    lower extremity
Name: 243, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033758.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007341
1       ISIC_0033758
2                bkl
3              histo
4               50.0
5             female
6    lower extremity
Name: 244, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033397.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001384
1    ISIC_0033397
2             bkl
3           histo
4            70.0
5            male
6            back
Name: 246, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033414.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001384
1    ISIC_0033414
2             bkl
3           histo
4            70.0
5            male
6            back
Name: 247, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034113.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001384
1    ISIC_0034113
2             bkl
3           histo
4            70.0
5            male
6            back
Name: 248, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033507.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006281
1       ISIC_0033507
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 249, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033791.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006281
1       ISIC_0033791
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 250, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034259.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004555
1       ISIC_0034259
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 251, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033446.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004555
1       ISIC_0033446
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 252, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033200.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004555
1       ISIC_0033200
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 253, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029472.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004029
1       ISIC_0029472
2                bkl
3              histo
4               65.0
5               male
6    upper extremity
Name: 254, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029682.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004029
1       ISIC_0029682
2                bkl
3              histo
4               65.0
5               male
6    upper extremity
Name: 255, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033642.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006018
1    ISIC_0033642
2             bkl
3           histo
4            75.0
5            male
6           trunk
Name: 256, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033486.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006018
1    ISIC_0033486
2             bkl
3           histo
4            75.0
5            male
6           trunk
Name: 257, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034003.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007402
1       ISIC_0034003
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 258, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033079.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007402
1       ISIC_0033079
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033629.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001309
1       ISIC_0033629
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 260, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034037.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001309
1       ISIC_0034037
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 261, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032876.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001309
1       ISIC_0032876
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 262, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033635.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001837
1    ISIC_0033635
2             bkl
3           histo
4            80.0
5            male
6           trunk
Name: 263, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033868.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001837
1    ISIC_0033868
2             bkl
3           histo
4            80.0
5            male
6           trunk
Name: 264, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034125.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004406
1    ISIC_0034125
2             bkl
3           histo
4            80.0
5            male
6            back
Name: 265, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033060.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004406
1    ISIC_0033060
2             bkl
3           histo
4            80.0
5            male
6            back
Name: 266, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032099.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002455
1    ISIC_0032099
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 268, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032215.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002050
1    ISIC_0032215
2             bkl
3           histo
4            40.0
5            male
6           scalp
Name: 269, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030124.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004807
1    ISIC_0030124
2             bkl
3           histo
4            65.0
5            male
6            back
Name: 270, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029600.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001927
1    ISIC_0029600
2             bkl
3           histo
4            85.0
5          female
6         abdomen
Name: 272, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031376.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005862
1    ISIC_0031376
2             bkl
3           histo
4            65.0
5          female
6            face
Name: 273, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031876.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002810
1    ISIC_0031876
2             bkl
3           histo
4            70.0
5          female
6           chest
Name: 275, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031620.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007431
1    ISIC_0031620
2             bkl
3           histo
4            50.0
5            male
6            face
Name: 276, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030542.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002810
1    ISIC_0030542
2             bkl
3           histo
4            70.0
5          female
6           chest
Name: 277, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029548.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000113
1    ISIC_0029548
2             bkl
3           histo
4            75.0
5          female
6            hand
Name: 278, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030705.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004141
1    ISIC_0030705
2             bkl
3           histo
4            50.0
5          female
6            back
Name: 283, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030272.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006697
1    ISIC_0030272
2             bkl
3           histo
4            50.0
5          female
6           trunk
Name: 284, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031345.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002691
1    ISIC_0031345
2             bkl
3           histo
4            80.0
5          female
6            hand
Name: 286, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032063.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006630
1    ISIC_0032063
2             bkl
3           histo
4            50.0
5            male
6           trunk
Name: 287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032325.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002184
1    ISIC_0032325
2             bkl
3           histo
4            70.0
5            male
6           scalp
Name: 288, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031989.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007100
1    ISIC_0031989
2             bkl
3           histo
4            50.0
5            male
6            face
Name: 296, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029394.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004566
1       ISIC_0029394
2                bkl
3              histo
4               55.0
5             female
6    lower extremity
Name: 297, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032280.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002839
1       ISIC_0032280
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 311, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032335.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005498
1    ISIC_0032335
2             bkl
3           histo
4            80.0
5            male
6            back
Name: 314, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030118.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003613
1    ISIC_0030118
2             bkl
3           histo
4            80.0
5          female
6            back
Name: 324, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030721.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006769
1    ISIC_0030721
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 327, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031556.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006122
1    ISIC_0031556
2             bkl
3           histo
4            60.0
5            male
6           scalp
Name: 328, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032168.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006143
1       ISIC_0032168
2                bkl
3              histo
4               60.0
5             female
6    upper extremity
Name: 330, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031130.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006350
1    ISIC_0031130
2             bkl
3           histo
4            50.0
5          female
6           chest
Name: 331, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031321.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007621
1    ISIC_0031321
2             bkl
3           histo
4            70.0
5            male
6            back
Name: 339, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032486.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002121
1       ISIC_0032486
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 342, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029340.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005157
1    ISIC_0029340
2             bkl
3           histo
4            40.0
5            male
6           chest
Name: 343, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030731.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005865
1    ISIC_0030731
2             bkl
3           histo
4            70.0
5            male
6           chest
Name: 346, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031542.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003014
1       ISIC_0031542
2                bkl
3              histo
4               45.0
5               male
6    upper extremity
Name: 348, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031812.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002335
1       ISIC_0031812
2                bkl
3              histo
4               85.0
5               male
6    upper extremity
Name: 354, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030465.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002335
1       ISIC_0030465
2                bkl
3              histo
4               85.0
5               male
6    upper extremity
Name: 355, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030706.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003089
1    ISIC_0030706
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 358, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029522.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002199
1       ISIC_0029522
2                bkl
3              histo
4               75.0
5               male
6    lower extremity
Name: 359, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031424.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004928
1    ISIC_0031424
2             bkl
3           histo
4            65.0
5            male
6            neck
Name: 360, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029770.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004928
1    ISIC_0029770
2             bkl
3           histo
4            65.0
5            male
6            neck
Name: 361, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030227.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004917
1       ISIC_0030227
2                bkl
3              histo
4               65.0
5               male
6    lower extremity
Name: 363, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030095.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000050
1       ISIC_0030095
2                bkl
3              histo
4               60.0
5               male
6    upper extremity
Name: 366, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031394.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000050
1       ISIC_0031394
2                bkl
3              histo
4               60.0
5               male
6    upper extremity
Name: 367, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031060.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005674
1    ISIC_0031060
2             bkl
3           histo
4            70.0
5          female
6            back
Name: 368, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031593.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002169
1       ISIC_0031593
2                bkl
3              histo
4               65.0
5               male
6    upper extremity
Name: 373, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032348.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006294
1    ISIC_0032348
2             bkl
3           histo
4            75.0
5          female
6           chest
Name: 376, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032200.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002169
1       ISIC_0032200
2                bkl
3              histo
4               65.0
5               male
6    upper extremity
Name: 381, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030744.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000847
1       ISIC_0030744
2                bkl
3              histo
4               85.0
5             female
6    lower extremity
Name: 384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032156.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007521
1       ISIC_0032156
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 392, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030783.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006513
1       ISIC_0030783
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 393, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029358.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004945
1    ISIC_0029358
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 400, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031766.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004945
1    ISIC_0031766
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 401, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030258.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004945
1    ISIC_0030258
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 402, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030203.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001896
1    ISIC_0030203
2             bkl
3           histo
4            50.0
5            male
6            back
Name: 403, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032051.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001947
1    ISIC_0032051
2             bkl
3           histo
4            50.0
5            male
6           chest
Name: 408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032481.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002769
1    ISIC_0032481
2             bkl
3           histo
4            80.0
5            male
6            back
Name: 410, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030459.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003140
1       ISIC_0030459
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 411, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029776.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003140
1       ISIC_0029776
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 412, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029519.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005546
1    ISIC_0029519
2             bkl
3           histo
4            60.0
5            male
6            back
Name: 415, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030522.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001325
1    ISIC_0030522
2             bkl
3           histo
4            70.0
5            male
6           scalp
Name: 417, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031686.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007261
1    ISIC_0031686
2             bkl
3           histo
4            65.0
5            male
6            face
Name: 422, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030208.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003152
1    ISIC_0030208
2             bkl
3           histo
4            40.0
5          female
6            face
Name: 423, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032006.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003452
1    ISIC_0032006
2             bkl
3           histo
4            75.0
5            male
6           chest
Name: 424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030723.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000782
1    ISIC_0030723
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 426, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032373.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001493
1    ISIC_0032373
2             bkl
3           histo
4            70.0
5          female
6           chest
Name: 427, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029568.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002301
1    ISIC_0029568
2             bkl
3           histo
4            50.0
5            male
6           scalp
Name: 429, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030561.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004377
1    ISIC_0030561
2             bkl
3           histo
4            40.0
5          female
6            foot
Name: 432, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031591.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004249
1    ISIC_0031591
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 434, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030007.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004105
1    ISIC_0030007
2             bkl
3           histo
4            85.0
5          female
6            hand
Name: 445, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030812.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005558
1    ISIC_0030812
2             bkl
3           histo
4            85.0
5            male
6            face
Name: 447, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029802.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005558
1    ISIC_0029802
2             bkl
3           histo
4            85.0
5            male
6            face
Name: 448, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031770.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006128
1       ISIC_0031770
2                bkl
3              histo
4               55.0
5             female
6    lower extremity
Name: 450, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029557.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006170
1    ISIC_0029557
2             bkl
3           histo
4            70.0
5          female
6            face
Name: 451, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032123.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006170
1    ISIC_0032123
2             bkl
3           histo
4            70.0
5          female
6            face
Name: 453, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029789.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001562
1    ISIC_0029789
2             bkl
3           histo
4            80.0
5            male
6            face
Name: 458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030026.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004400
1    ISIC_0030026
2             bkl
3           histo
4            75.0
5          female
6            face
Name: 459, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031851.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004883
1    ISIC_0031851
2             bkl
3           histo
4            55.0
5            male
6            back
Name: 460, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030436.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004883
1    ISIC_0030436
2             bkl
3           histo
4            55.0
5            male
6            back
Name: 461, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031819.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005527
1    ISIC_0031819
2             bkl
3           histo
4            50.0
5            male
6         unknown
Name: 462, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029420.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007573
1    ISIC_0029420
2             bkl
3           histo
4            35.0
5            male
6            back
Name: 469, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032230.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000744
1    ISIC_0032230
2             bkl
3           histo
4            70.0
5            male
6            face
Name: 470, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029525.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000744
1    ISIC_0029525
2             bkl
3           histo
4            70.0
5            male
6            face
Name: 471, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029474.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000744
1    ISIC_0029474
2             bkl
3           histo
4            70.0
5            male
6            face
Name: 472, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032045.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001057
1    ISIC_0032045
2             bkl
3           histo
4            75.0
5          female
6            back
Name: 474, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031016.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001603
1    ISIC_0031016
2             bkl
3           histo
4            70.0
5            male
6            back
Name: 478, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030346.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005146
1    ISIC_0030346
2             bkl
3           histo
4            60.0
5            male
6            face
Name: 483, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029991.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003899
1    ISIC_0029991
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029603.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003476
1       ISIC_0029603
2                bkl
3              histo
4               70.0
5               male
6    lower extremity
Name: 488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031449.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001536
1    ISIC_0031449
2             bkl
3           histo
4            45.0
5          female
6            face
Name: 490, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030649.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005420
1    ISIC_0030649
2             bkl
3           histo
4            55.0
5            male
6            back
Name: 494, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032043.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005420
1    ISIC_0032043
2             bkl
3           histo
4            55.0
5            male
6            back
Name: 496, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030806.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005672
1    ISIC_0030806
2             bkl
3           histo
4            50.0
5          female
6            face
Name: 497, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029791.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005708
1       ISIC_0029791
2                bkl
3              histo
4               70.0
5             female
6    upper extremity
Name: 499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031168.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001245
1    ISIC_0031168
2             bkl
3           histo
4            60.0
5            male
6           chest
Name: 501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030822.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005869
1    ISIC_0030822
2             bkl
3           histo
4            75.0
5          female
6           chest
Name: 506, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030636.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001226
1    ISIC_0030636
2             bkl
3           histo
4            70.0
5          female
6            back
Name: 508, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029897.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001809
1    ISIC_0029897
2             bkl
3           histo
4            80.0
5          female
6         unknown
Name: 512, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029596.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007018
1    ISIC_0029596
2             bkl
3           histo
4            75.0
5            male
6           chest
Name: 515, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029580.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001958
1    ISIC_0029580
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 518, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031078.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003943
1       ISIC_0031078
2                bkl
3              histo
4               80.0
5             female
6    lower extremity
Name: 521, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031464.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003943
1       ISIC_0031464
2                bkl
3              histo
4               80.0
5             female
6    lower extremity
Name: 522, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032116.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003275
1    ISIC_0032116
2             bkl
3           histo
4            75.0
5          female
6           chest
Name: 524, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030329.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003279
1       ISIC_0030329
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 526, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029311.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002592
1       ISIC_0029311
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 527, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030396.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004570
1    ISIC_0030396
2             bkl
3           histo
4            50.0
5          female
6           chest
Name: 529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031702.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006827
1    ISIC_0031702
2             bkl
3           histo
4            70.0
5            male
6            face
Name: 531, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031061.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004010
1    ISIC_0031061
2             bkl
3           histo
4            60.0
5            male
6            back
Name: 537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029878.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000299
1       ISIC_0029878
2                bkl
3              histo
4               55.0
5               male
6    upper extremity
Name: 543, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031289.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002722
1    ISIC_0031289
2             bkl
3           histo
4            55.0
5            male
6            back
Name: 545, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030172.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002722
1    ISIC_0030172
2             bkl
3           histo
4            55.0
5            male
6            back
Name: 546, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031580.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005335
1       ISIC_0031580
2                bkl
3              histo
4               40.0
5               male
6    upper extremity
Name: 548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030758.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000519
1    ISIC_0030758
2             bkl
3           histo
4            70.0
5            male
6            neck
Name: 552, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030365.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004801
1    ISIC_0030365
2             bkl
3           histo
4            50.0
5            male
6            back
Name: 554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030188.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006240
1       ISIC_0030188
2                bkl
3              histo
4               80.0
5               male
6    upper extremity
Name: 561, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029810.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001944
1    ISIC_0029810
2             bkl
3           histo
4            55.0
5          female
6             ear
Name: 567, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029678.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000383
1    ISIC_0029678
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 572, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031937.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000833
1    ISIC_0031937
2             bkl
3           histo
4            40.0
5            male
6            face
Name: 573, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030683.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001024
1    ISIC_0030683
2             bkl
3           histo
4            45.0
5            male
6            face
Name: 576, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029585.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006327
1    ISIC_0029585
2             bkl
3           histo
4            85.0
5          female
6            face
Name: 578, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031050.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006868
1       ISIC_0031050
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030876.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005199
1    ISIC_0030876
2             bkl
3           histo
4            55.0
5            male
6            face
Name: 585, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029841.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003605
1    ISIC_0029841
2             bkl
3           histo
4            55.0
5            male
6            face
Name: 591, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030319.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003508
1       ISIC_0030319
2                bkl
3              histo
4               85.0
5             female
6    upper extremity
Name: 592, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030965.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006475
1    ISIC_0030965
2             bkl
3           histo
4            75.0
5          female
6           chest
Name: 593, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029617.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005082
1       ISIC_0029617
2                bkl
3              histo
4               65.0
5             female
6    lower extremity
Name: 595, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031783.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002357
1    ISIC_0031783
2             bkl
3           histo
4            70.0
5            male
6            neck
Name: 596, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030137.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002357
1    ISIC_0030137
2             bkl
3           histo
4            70.0
5            male
6            neck
Name: 597, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031808.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005275
1    ISIC_0031808
2             bkl
3           histo
4            65.0
5            male
6            face
Name: 601, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030458.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004494
1    ISIC_0030458
2             bkl
3           histo
4            60.0
5          female
6            neck
Name: 605, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031522.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005865
1    ISIC_0031522
2             bkl
3           histo
4            70.0
5            male
6           chest
Name: 607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031352.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004379
1    ISIC_0031352
2             bkl
3           histo
4            55.0
5            male
6            face
Name: 608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031150.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001094
1       ISIC_0031150
2                bkl
3              histo
4               70.0
5             female
6    upper extremity
Name: 612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032024.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002303
1       ISIC_0032024
2                bkl
3              histo
4               65.0
5             female
6    upper extremity
Name: 614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032235.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002268
1       ISIC_0032235
2                bkl
3              histo
4               70.0
5             female
6    upper extremity
Name: 615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031961.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006173
1    ISIC_0031961
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 618, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030533.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003664
1    ISIC_0030533
2             bkl
3           histo
4            75.0
5          female
6         abdomen
Name: 619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032456.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003015
1    ISIC_0032456
2             bkl
3           histo
4            55.0
5            male
6            back
Name: 620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031716.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002686
1       ISIC_0031716
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 626, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031138.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004908
1    ISIC_0031138
2             bkl
3           histo
4            45.0
5          female
6            hand
Name: 632, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031903.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003281
1       ISIC_0031903
2                bkl
3              histo
4               70.0
5               male
6    upper extremity
Name: 635, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029384.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001486
1    ISIC_0029384
2             bkl
3           histo
4            40.0
5            male
6            face
Name: 636, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031630.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003682
1    ISIC_0031630
2             bkl
3           histo
4            55.0
5          female
6            face
Name: 637, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030318.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004423
1       ISIC_0030318
2                bkl
3              histo
4               65.0
5             female
6    upper extremity
Name: 640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031459.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004494
1    ISIC_0031459
2             bkl
3           histo
4            60.0
5          female
6            neck
Name: 642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032445.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006173
1    ISIC_0032445
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 644, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030849.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006181
1       ISIC_0030849
2                bkl
3              histo
4               65.0
5               male
6    upper extremity
Name: 647, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030801.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006201
1    ISIC_0030801
2             bkl
3           histo
4            55.0
5            male
6            face
Name: 649, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032358.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006267
1    ISIC_0032358
2             bkl
3           histo
4            50.0
5          female
6            back
Name: 650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031200.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006267
1    ISIC_0031200
2             bkl
3           histo
4            50.0
5          female
6            back
Name: 651, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031707.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000383
1    ISIC_0031707
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031537.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003877
1    ISIC_0031537
2             bkl
3           histo
4            60.0
5          female
6            back
Name: 656, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030231.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003938
1       ISIC_0030231
2                bkl
3              histo
4               55.0
5             female
6    upper extremity
Name: 657, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030081.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004327
1    ISIC_0030081
2             bkl
3           histo
4            80.0
5            male
6           chest
Name: 658, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031334.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006310
1    ISIC_0031334
2             bkl
3           histo
4            80.0
5            male
6            face
Name: 659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030988.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006723
1       ISIC_0030988
2                bkl
3              histo
4               45.0
5               male
6    lower extremity
Name: 664, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031951.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001292
1    ISIC_0031951
2             bkl
3           histo
4            60.0
5            male
6            back
Name: 673, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030310.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006993
1    ISIC_0030310
2             bkl
3           histo
4            65.0
5          female
6            neck
Name: 674, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030608.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007029
1    ISIC_0030608
2             bkl
3           histo
4            45.0
5            male
6            back
Name: 675, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029588.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001721
1    ISIC_0029588
2             bkl
3           histo
4            40.0
5            male
6            face
Name: 679, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031181.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001721
1    ISIC_0031181
2             bkl
3           histo
4            40.0
5            male
6            face
Name: 680, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031287.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003205
1       ISIC_0031287
2                bkl
3              histo
4               75.0
5             female
6    lower extremity
Name: 683, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032365.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003206
1       ISIC_0032365
2                bkl
3              histo
4               60.0
5             female
6    lower extremity
Name: 684, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030935.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000237
1       ISIC_0030935
2                bkl
3              histo
4               80.0
5               male
6    lower extremity
Name: 688, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032040.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000237
1       ISIC_0032040
2                bkl
3              histo
4               80.0
5               male
6    lower extremity
Name: 690, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030372.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000881
1       ISIC_0030372
2                bkl
3              histo
4               80.0
5               male
6    lower extremity
Name: 694, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029849.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003605
1    ISIC_0029849
2             bkl
3           histo
4            55.0
5            male
6            face
Name: 698, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030976.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001722
1    ISIC_0030976
2             bkl
3           histo
4            60.0
5            male
6            back
Name: 702, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032303.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000893
1       ISIC_0032303
2                bkl
3              histo
4               70.0
5               male
6    lower extremity
Name: 710, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032103.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000893
1       ISIC_0032103
2                bkl
3              histo
4               70.0
5               male
6    lower extremity
Name: 711, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029406.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001608
1    ISIC_0029406
2             bkl
3           histo
4            65.0
5            male
6            face
Name: 714, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031980.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001608
1    ISIC_0031980
2             bkl
3           histo
4            65.0
5            male
6            face
Name: 715, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029764.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004696
1    ISIC_0029764
2             bkl
3           histo
4            65.0
5            male
6            back
Name: 723, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030240.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003392
1    ISIC_0030240
2             bkl
3           histo
4            70.0
5            male
6           scalp
Name: 725, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029329.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002844
1    ISIC_0029329
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 733, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031519.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000149
1       ISIC_0031519
2                bkl
3              histo
4               70.0
5             female
6    lower extremity
Name: 735, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031261.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004383
1    ISIC_0031261
2             bkl
3           histo
4            75.0
5            male
6            face
Name: 737, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029612.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004396
1       ISIC_0029612
2                bkl
3              histo
4               65.0
5               male
6    upper extremity
Name: 739, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029443.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004396
1       ISIC_0029443
2                bkl
3              histo
4               65.0
5               male
6    upper extremity
Name: 742, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030700.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004422
1       ISIC_0030700
2                bkl
3              histo
4               70.0
5             female
6    upper extremity
Name: 746, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031496.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001733
1       ISIC_0031496
2                bkl
3              histo
4               70.0
5               male
6    lower extremity
Name: 747, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031465.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000821
1    ISIC_0031465
2             bkl
3           histo
4            75.0
5            male
6            back
Name: 751, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031831.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004448
1    ISIC_0031831
2             bkl
3           histo
4            70.0
5            male
6            face
Name: 752, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030241.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001294
1    ISIC_0030241
2             bkl
3           histo
4            60.0
5          female
6            face
Name: 757, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030605.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001820
1    ISIC_0030605
2             bkl
3           histo
4            85.0
5            male
6            back
Name: 759, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031000.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002193
1       ISIC_0031000
2                bkl
3              histo
4               85.0
5               male
6    upper extremity
Name: 760, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030130.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001743
1    ISIC_0030130
2             bkl
3           histo
4            85.0
5            male
6            hand
Name: 763, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031037.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002303
1       ISIC_0031037
2                bkl
3              histo
4               65.0
5             female
6    upper extremity
Name: 765, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029627.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004531
1       ISIC_0029627
2                bkl
3              histo
4               75.0
5             female
6    lower extremity
Name: 767, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031825.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004453
1    ISIC_0031825
2             bkl
3        confocal
4            65.0
5          female
6            face
Name: 768, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030677.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004453
1    ISIC_0030677
2             bkl
3        confocal
4            65.0
5          female
6            face
Name: 769, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029927.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000999
1    ISIC_0029927
2             bkl
3        confocal
4            70.0
5          female
6            face
Name: 771, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030383.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003996
1    ISIC_0030383
2             bkl
3        confocal
4            80.0
5          female
6            face
Name: 775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032395.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005967
1    ISIC_0032395
2             bkl
3        confocal
4            65.0
5          female
6            face
Name: 783, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032031.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005967
1    ISIC_0032031
2             bkl
3        confocal
4            65.0
5          female
6            face
Name: 784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031888.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003398
1    ISIC_0031888
2             bkl
3        confocal
4            85.0
5          female
6            face
Name: 785, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031872.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000083
1    ISIC_0031872
2             bkl
3        confocal
4            60.0
5          female
6            face
Name: 787, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031349.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002042
1    ISIC_0031349
2             bkl
3        confocal
4            75.0
5          female
6            face
Name: 790, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030835.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003574
1    ISIC_0030835
2             bkl
3        confocal
4            50.0
5            male
6            face
Name: 793, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031218.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007315
1    ISIC_0031218
2             bkl
3        confocal
4            75.0
5            male
6            face
Name: 799, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029505.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003789
1    ISIC_0029505
2             bkl
3        confocal
4            55.0
5          female
6            face
Name: 807, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030394.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000835
1    ISIC_0030394
2             bkl
3        confocal
4            55.0
5          female
6            face
Name: 809, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031677.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002683
1    ISIC_0031677
2             bkl
3        confocal
4            75.0
5            male
6            face
Name: 812, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031277.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003789
1    ISIC_0031277
2             bkl
3        confocal
4            55.0
5          female
6            face
Name: 818, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031853.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003789
1    ISIC_0031853
2             bkl
3        confocal
4            55.0
5          female
6            face
Name: 820, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031329.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000835
1    ISIC_0031329
2             bkl
3        confocal
4            55.0
5          female
6            face
Name: 821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031528.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007590
1    ISIC_0031528
2             bkl
3        confocal
4            40.0
5            male
6         unknown
Name: 822, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030369.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003514
1    ISIC_0030369
2             bkl
3        confocal
4            70.0
5            male
6            face
Name: 824, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031600.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004912
1    ISIC_0031600
2             bkl
3        confocal
4            70.0
5            male
6            face
Name: 826, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032159.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004632
1    ISIC_0032159
2             bkl
3        confocal
4            70.0
5            male
6            face
Name: 827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029527.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003030
1    ISIC_0029527
2             bkl
3       consensus
4            75.0
5          female
6            face
Name: 834, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032111.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006064
1    ISIC_0032111
2             bkl
3       consensus
4            75.0
5            male
6            back
Name: 835, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031132.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006064
1    ISIC_0031132
2             bkl
3       consensus
4            75.0
5            male
6            back
Name: 836, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031987.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001781
1    ISIC_0031987
2             bkl
3       consensus
4            30.0
5          female
6            back
Name: 837, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029823.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001781
1    ISIC_0029823
2             bkl
3       consensus
4            30.0
5          female
6            back
Name: 840, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029455.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005404
1    ISIC_0029455
2             bkl
3       consensus
4            70.0
5            male
6            face
Name: 846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030123.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006652
1    ISIC_0030123
2             bkl
3       consensus
4            65.0
5          female
6           chest
Name: 848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031945.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006652
1    ISIC_0031945
2             bkl
3       consensus
4            65.0
5          female
6           chest
Name: 849, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029931.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005324
1       ISIC_0029931
2                bkl
3          consensus
4               60.0
5               male
6    lower extremity
Name: 850, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029872.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004004
1    ISIC_0029872
2             bkl
3       consensus
4            65.0
5          female
6           chest
Name: 852, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029947.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007043
1    ISIC_0029947
2             bkl
3       consensus
4            75.0
5            male
6            face
Name: 854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030998.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001053
1    ISIC_0030998
2             bkl
3       consensus
4            55.0
5          female
6           chest
Name: 861, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029320.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006186
1       ISIC_0029320
2                bkl
3          consensus
4                0.0
5               male
6    lower extremity
Name: 866, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029427.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006186
1       ISIC_0029427
2                bkl
3          consensus
4                0.0
5               male
6    lower extremity
Name: 867, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029464.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003789
1    ISIC_0029464
2             bkl
3        confocal
4            55.0
5          female
6            face
Name: 868, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029924.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003010
1    ISIC_0029924
2             bkl
3       consensus
4            55.0
5          female
6            face
Name: 872, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031893.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003881
1    ISIC_0031893
2             bkl
3       consensus
4            70.0
5          female
6            face
Name: 876, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032498.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001011
1    ISIC_0032498
2             bkl
3       consensus
4            55.0
5            male
6            face
Name: 878, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029778.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007381
1    ISIC_0029778
2             bkl
3       consensus
4            85.0
5          female
6            face
Name: 882, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029555.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007090
1       ISIC_0029555
2                bkl
3          consensus
4               75.0
5             female
6    upper extremity
Name: 884, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029518.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002096
1    ISIC_0029518
2             bkl
3       consensus
4            50.0
5            male
6            face
Name: 891, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030173.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001982
1    ISIC_0030173
2             bkl
3       consensus
4            45.0
5            male
6           chest
Name: 899, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032170.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004543
1    ISIC_0032170
2             bkl
3       consensus
4             0.0
5          female
6            back
Name: 903, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033460.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005847
1    ISIC_0033460
2             bkl
3       consensus
4            85.0
5            male
6            face
Name: 908, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033722.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006438
1    ISIC_0033722
2             bkl
3       consensus
4            50.0
5          female
6           chest
Name: 909, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034315.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000754
1    ISIC_0034315
2             bkl
3       consensus
4            50.0
5            male
6            back
Name: 910, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032967.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000754
1    ISIC_0032967
2             bkl
3       consensus
4            50.0
5            male
6            back
Name: 911, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033199.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006673
1    ISIC_0033199
2             bkl
3       consensus
4            60.0
5          female
6            face
Name: 912, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032719.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006673
1    ISIC_0032719
2             bkl
3       consensus
4            60.0
5          female
6            face
Name: 913, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030630.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003787
1    ISIC_0030630
2             bkl
3       consensus
4            70.0
5            male
6           chest
Name: 914, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033305.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003218
1    ISIC_0033305
2             bkl
3       consensus
4            75.0
5            male
6            back
Name: 915, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032179.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005903
1       ISIC_0032179
2                bkl
3          consensus
4               65.0
5               male
6    upper extremity
Name: 916, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031428.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006277
1    ISIC_0031428
2             bkl
3       consensus
4            55.0
5            male
6           scalp
Name: 917, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032315.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005463
1    ISIC_0032315
2             bkl
3       consensus
4            45.0
5            male
6            back
Name: 918, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032681.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000208
1    ISIC_0032681
2             bkl
3       consensus
4            70.0
5            male
6           scalp
Name: 920, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033509.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000208
1    ISIC_0033509
2             bkl
3       consensus
4            70.0
5            male
6           scalp
Name: 921, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032694.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000208
1    ISIC_0032694
2             bkl
3       consensus
4            70.0
5            male
6           scalp
Name: 922, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034197.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005442
1    ISIC_0034197
2             bkl
3       consensus
4            70.0
5            male
6           scalp
Name: 923, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034057.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005442
1    ISIC_0034057
2             bkl
3       consensus
4            70.0
5            male
6           scalp
Name: 924, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033260.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004142
1    ISIC_0033260
2             bkl
3       consensus
4            80.0
5            male
6           trunk
Name: 925, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032643.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004142
1    ISIC_0032643
2             bkl
3       consensus
4            80.0
5            male
6           trunk
Name: 926, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033732.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004142
1    ISIC_0033732
2             bkl
3       consensus
4            80.0
5            male
6           trunk
Name: 927, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032827.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006003
1       ISIC_0032827
2                bkl
3          consensus
4               85.0
5             female
6    lower extremity
Name: 928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033022.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006003
1       ISIC_0033022
2                bkl
3          consensus
4               85.0
5             female
6    lower extremity
Name: 929, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032835.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004788
1    ISIC_0032835
2             bkl
3       consensus
4            85.0
5            male
6           trunk
Name: 930, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033480.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004788
1    ISIC_0033480
2             bkl
3       consensus
4            85.0
5            male
6           trunk
Name: 931, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034165.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004113
1       ISIC_0034165
2                bkl
3          consensus
4               55.0
5             female
6    lower extremity
Name: 932, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033185.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004113
1       ISIC_0033185
2                bkl
3          consensus
4               55.0
5             female
6    lower extremity
Name: 933, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033783.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004258
1    ISIC_0033783
2             bkl
3       consensus
4            85.0
5            male
6           chest
Name: 934, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033693.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004258
1    ISIC_0033693
2             bkl
3       consensus
4            85.0
5            male
6           chest
Name: 935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032804.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006026
1    ISIC_0032804
2             bkl
3       consensus
4            85.0
5            male
6            back
Name: 936, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033924.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006026
1    ISIC_0033924
2             bkl
3       consensus
4            85.0
5            male
6            back
Name: 937, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033531.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006026
1    ISIC_0033531
2             bkl
3       consensus
4            85.0
5            male
6            back
Name: 938, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032636.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001772
1    ISIC_0032636
2             bkl
3       consensus
4            85.0
5            male
6            back
Name: 939, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033270.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001772
1    ISIC_0033270
2             bkl
3       consensus
4            85.0
5            male
6            back
Name: 940, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033246.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005749
1    ISIC_0033246
2             bkl
3       consensus
4            85.0
5            male
6            back
Name: 941, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032843.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005749
1    ISIC_0032843
2             bkl
3       consensus
4            85.0
5            male
6            back
Name: 942, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033528.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000080
1       ISIC_0033528
2                bkl
3          consensus
4               70.0
5               male
6    lower extremity
Name: 943, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033865.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000080
1       ISIC_0033865
2                bkl
3          consensus
4               70.0
5               male
6    lower extremity
Name: 944, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034296.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006528
1    ISIC_0034296
2             bkl
3       consensus
4            70.0
5          female
6            back
Name: 945, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032763.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006528
1    ISIC_0032763
2             bkl
3       consensus
4            70.0
5          female
6            back
Name: 946, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034291.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006528
1    ISIC_0034291
2             bkl
3       consensus
4            70.0
5          female
6            back
Name: 947, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034167.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003728
1    ISIC_0034167
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 948, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033949.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003728
1    ISIC_0033949
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 949, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032773.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000571
1    ISIC_0032773
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 950, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033156.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000571
1    ISIC_0033156
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 951, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033701.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004245
1    ISIC_0033701
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 952, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033854.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004246
1    ISIC_0033854
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 953, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033884.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004245
1    ISIC_0033884
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 954, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034142.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000309
1    ISIC_0034142
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 955, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033784.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000332
1       ISIC_0033784
2                bkl
3          consensus
4               80.0
5             female
6    upper extremity
Name: 956, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033307.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000332
1       ISIC_0033307
2                bkl
3          consensus
4               80.0
5             female
6    upper extremity
Name: 957, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033987.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006148
1    ISIC_0033987
2             bkl
3       consensus
4            80.0
5          female
6            back
Name: 958, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033553.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005898
1    ISIC_0033553
2             bkl
3       consensus
4            80.0
5          female
6            back
Name: 959, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033401.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005898
1    ISIC_0033401
2             bkl
3       consensus
4            80.0
5          female
6            back
Name: 960, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033169.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002792
1    ISIC_0033169
2             bkl
3       consensus
4            80.0
5          female
6            back
Name: 961, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033855.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006157
1    ISIC_0033855
2             bkl
3       consensus
4            80.0
5          female
6            back
Name: 962, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033660.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007427
1    ISIC_0033660
2             bkl
3       consensus
4            60.0
5          female
6            back
Name: 963, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034221.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007427
1    ISIC_0034221
2             bkl
3       consensus
4            60.0
5          female
6            back
Name: 964, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033945.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007427
1    ISIC_0033945
2             bkl
3       consensus
4            60.0
5          female
6            back
Name: 965, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033491.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007427
1    ISIC_0033491
2             bkl
3       consensus
4            60.0
5          female
6            back
Name: 966, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034280.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007427
1    ISIC_0034280
2             bkl
3       consensus
4            60.0
5          female
6            back
Name: 967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034151.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006238
1    ISIC_0034151
2             bkl
3       consensus
4            60.0
5            male
6         unknown
Name: 968, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033391.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001186
1    ISIC_0033391
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 969, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033750.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002660
1    ISIC_0033750
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 970, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033685.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000372
1    ISIC_0033685
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033631.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000948
1    ISIC_0033631
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 972, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033490.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000983
1    ISIC_0033490
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 973, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034283.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007281
1    ISIC_0034283
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 974, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032740.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001561
1    ISIC_0032740
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 975, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034186.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000825
1    ISIC_0034186
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 976, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031601.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001487
1    ISIC_0031601
2             bkl
3       consensus
4            60.0
5            male
6            neck
Name: 977, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034252.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006074
1    ISIC_0034252
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 978, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033829.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006074
1    ISIC_0033829
2             bkl
3       consensus
4             NaN
5         unknown
6         unknown
Name: 979, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030323.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004232
1    ISIC_0030323
2             bkl
3       consensus
4            55.0
5            male
6         abdomen
Name: 982, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032113.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003393
1    ISIC_0032113
2             bkl
3       consensus
4            45.0
5          female
6            face
Name: 983, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032330.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000090
1    ISIC_0032330
2             bkl
3       consensus
4            65.0
5          female
6           trunk
Name: 984, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032271.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002371
1    ISIC_0032271
2             bkl
3       consensus
4            50.0
5            male
6           chest
Name: 986, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031897.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000382
1    ISIC_0031897
2             bkl
3       consensus
4            55.0
5            male
6         abdomen
Name: 988, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031253.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000613
1    ISIC_0031253
2             bkl
3       consensus
4            60.0
5            male
6            hand
Name: 990, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031619.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005626
1    ISIC_0031619
2             bkl
3       consensus
4            65.0
5            male
6            face
Name: 994, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031396.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004466
1    ISIC_0031396
2             bkl
3       consensus
4            45.0
5            male
6         abdomen
Name: 995, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031196.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000734
1    ISIC_0031196
2             bkl
3       consensus
4            45.0
5            male
6         abdomen
Name: 996, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032249.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005834
1       ISIC_0032249
2                bkl
3          consensus
4               45.0
5               male
6    lower extremity
Name: 997, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029801.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000716
1    ISIC_0029801
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1003, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032124.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002536
1    ISIC_0032124
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1004, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029793.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007151
1    ISIC_0029793
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1005, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031133.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007395
1    ISIC_0031133
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1006, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030959.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003011
1    ISIC_0030959
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1007, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031511.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006601
1    ISIC_0031511
2             bkl
3       consensus
4            80.0
5            male
6         abdomen
Name: 1012, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030316.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000441
1    ISIC_0030316
2             bkl
3       consensus
4            80.0
5            male
6            face
Name: 1016, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029345.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003260
1    ISIC_0029345
2             bkl
3       consensus
4            80.0
5            male
6            back
Name: 1018, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031226.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002209
1    ISIC_0031226
2             bkl
3       consensus
4            70.0
5            male
6           trunk
Name: 1026, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032460.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006876
1    ISIC_0032460
2             bkl
3       consensus
4            70.0
5            male
6            back
Name: 1027, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030067.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001589
1    ISIC_0030067
2             bkl
3       consensus
4            70.0
5            male
6            face
Name: 1029, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031436.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006243
1       ISIC_0031436
2                bkl
3          consensus
4               75.0
5               male
6    upper extremity
Name: 1030, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030088.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000659
1    ISIC_0030088
2             bkl
3       consensus
4            75.0
5            male
6           trunk
Name: 1032, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031088.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001430
1    ISIC_0031088
2             bkl
3       consensus
4            45.0
5          female
6         abdomen
Name: 1038, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030160.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002043
1       ISIC_0030160
2                bkl
3          consensus
4               80.0
5               male
6    lower extremity
Name: 1042, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029731.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000643
1    ISIC_0029731
2             bkl
3       consensus
4            75.0
5            male
6            face
Name: 1045, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031558.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001402
1       ISIC_0031558
2                bkl
3          consensus
4               50.0
5             female
6    upper extremity
Name: 1047, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031577.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005338
1       ISIC_0031577
2                bkl
3          consensus
4               45.0
5             female
6    upper extremity
Name: 1049, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031024.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002677
1    ISIC_0031024
2             bkl
3       consensus
4            50.0
5            male
6         abdomen
Name: 1053, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030056.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003982
1    ISIC_0030056
2             bkl
3       consensus
4            50.0
5            male
6           trunk
Name: 1054, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030207.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001399
1    ISIC_0030207
2             bkl
3       consensus
4            75.0
5          female
6           trunk
Name: 1058, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031223.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002456
1    ISIC_0031223
2             bkl
3       consensus
4            75.0
5          female
6            back
Name: 1061, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030226.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000069
1    ISIC_0030226
2             bkl
3       consensus
4            35.0
5            male
6           trunk
Name: 1062, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031125.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004713
1    ISIC_0031125
2             bkl
3       consensus
4            60.0
5          female
6           trunk
Name: 1064, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029676.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002503
1    ISIC_0029676
2             bkl
3       consensus
4            75.0
5            male
6            back
Name: 1069, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032359.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002419
1    ISIC_0032359
2             bkl
3       consensus
4            75.0
5          female
6           trunk
Name: 1070, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029741.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005096
1    ISIC_0029741
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031362.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000105
1    ISIC_0031362
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1081, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029880.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002366
1    ISIC_0029880
2             bkl
3       consensus
4            70.0
5          female
6            back
Name: 1087, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030488.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005262
1    ISIC_0030488
2             bkl
3       consensus
4            70.0
5          female
6           trunk
Name: 1089, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031761.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000296
1    ISIC_0031761
2             bkl
3       consensus
4            35.0
5          female
6           trunk
Name: 1090, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030583.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000465
1    ISIC_0030583
2             bkl
3       consensus
4            35.0
5          female
6           trunk
Name: 1091, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030789.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001223
1    ISIC_0030789
2             bkl
3       consensus
4            75.0
5            male
6           trunk
Name: 1095, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031309.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004103
1       ISIC_0031309
2                 df
3              histo
4               55.0
5               male
6    lower extremity
Name: 1099, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030021.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001164
1       ISIC_0030021
2                 df
3              histo
4               50.0
5             female
6    upper extremity
Name: 1100, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032468.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005684
1       ISIC_0032468
2                 df
3              histo
4               75.0
5             female
6    lower extremity
Name: 1103, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029760.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004330
1       ISIC_0029760
2                 df
3              histo
4               70.0
5               male
6    lower extremity
Name: 1104, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030555.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004330
1       ISIC_0030555
2                 df
3              histo
4               70.0
5               male
6    lower extremity
Name: 1105, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030244.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007526
1       ISIC_0030244
2                 df
3              histo
4               50.0
5               male
6    lower extremity
Name: 1106, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031827.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007526
1       ISIC_0031827
2                 df
3              histo
4               50.0
5               male
6    lower extremity
Name: 1107, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031002.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007051
1       ISIC_0031002
2                 df
3              histo
4               65.0
5               male
6    upper extremity
Name: 1108, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032410.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005518
1       ISIC_0032410
2                 df
3              histo
4               30.0
5               male
6    lower extremity
Name: 1110, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030579.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002546
1       ISIC_0030579
2                 df
3              histo
4               55.0
5             female
6    upper extremity
Name: 1111, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034169.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001785
1       ISIC_0034169
2                 df
3              histo
4               50.0
5               male
6    upper extremity
Name: 1112, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032941.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001785
1       ISIC_0032941
2                 df
3              histo
4               50.0
5               male
6    upper extremity
Name: 1113, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032642.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002909
1       ISIC_0032642
2                 df
3              histo
4               50.0
5               male
6    lower extremity
Name: 1114, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033790.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002909
1       ISIC_0033790
2                 df
3              histo
4               50.0
5               male
6    lower extremity
Name: 1115, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033675.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002909
1       ISIC_0033675
2                 df
3              histo
4               50.0
5               male
6    lower extremity
Name: 1116, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030442.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004756
1       ISIC_0030442
2                 df
3              histo
4               55.0
5               male
6    lower extremity
Name: 1118, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032247.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007225
1       ISIC_0032247
2                 df
3              histo
4               75.0
5               male
6    lower extremity
Name: 1119, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031429.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007225
1       ISIC_0031429
2                 df
3              histo
4               75.0
5               male
6    lower extremity
Name: 1120, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030321.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003555
1       ISIC_0030321
2                 df
3              histo
4               30.0
5               male
6    upper extremity
Name: 1121, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029967.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004960
1       ISIC_0029967
2                 df
3              histo
4               65.0
5             female
6    lower extremity
Name: 1128, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032138.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005492
1       ISIC_0032138
2                 df
3              histo
4               35.0
5             female
6    lower extremity
Name: 1130, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029783.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002706
1       ISIC_0029783
2                 df
3              histo
4               40.0
5               male
6    lower extremity
Name: 1133, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029578.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002895
1       ISIC_0029578
2                 df
3              histo
4               60.0
5               male
6    lower extremity
Name: 1134, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030011.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004371
1       ISIC_0030011
2                 df
3              histo
4               45.0
5             female
6    upper extremity
Name: 1135, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030427.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004371
1       ISIC_0030427
2                 df
3              histo
4               45.0
5             female
6    upper extremity
Name: 1136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029891.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007227
1       ISIC_0029891
2                 df
3              histo
4               75.0
5               male
6    lower extremity
Name: 1139, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030757.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003290
1       ISIC_0030757
2                 df
3              histo
4               80.0
5               male
6    upper extremity
Name: 1140, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031358.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003290
1       ISIC_0031358
2                 df
3              histo
4               80.0
5               male
6    upper extremity
Name: 1141, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031735.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003290
1       ISIC_0031735
2                 df
3              histo
4               80.0
5               male
6    upper extremity
Name: 1142, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032114.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003110
1       ISIC_0032114
2                 df
3              histo
4               65.0
5               male
6    lower extremity
Name: 1144, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031344.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005861
1       ISIC_0031344
2                 df
3              histo
4               65.0
5             female
6    lower extremity
Name: 1146, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029962.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007410
1    ISIC_0029962
2              df
3           histo
4            65.0
5            male
6            foot
Name: 1149, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031457.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007410
1    ISIC_0031457
2              df
3           histo
4            65.0
5            male
6            foot
Name: 1150, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029824.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005362
1       ISIC_0029824
2                 df
3          consensus
4               50.0
5               male
6    lower extremity
Name: 1151, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031372.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007418
1       ISIC_0031372
2                 df
3          consensus
4               50.0
5               male
6    lower extremity
Name: 1153, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031443.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000827
1       ISIC_0031443
2                 df
3          consensus
4               60.0
5               male
6    upper extremity
Name: 1157, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030015.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006542
1       ISIC_0030015
2                 df
3          consensus
4               65.0
5               male
6    upper extremity
Name: 1159, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031123.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003487
1       ISIC_0031123
2                 df
3          consensus
4               40.0
5               male
6    lower extremity
Name: 1164, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032613.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005584
1       ISIC_0032613
2                 df
3          consensus
4               25.0
5             female
6    lower extremity
Name: 1166, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033256.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005584
1       ISIC_0033256
2                 df
3          consensus
4               25.0
5             female
6    lower extremity
Name: 1167, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034135.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006371
1       ISIC_0034135
2                 df
3          consensus
4               35.0
5             female
6    lower extremity
Name: 1168, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033626.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006371
1       ISIC_0033626
2                 df
3          consensus
4               35.0
5             female
6    lower extremity
Name: 1169, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033780.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006371
1       ISIC_0033780
2                 df
3          consensus
4               35.0
5             female
6    lower extremity
Name: 1170, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033891.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007396
1       ISIC_0033891
2                 df
3          consensus
4               35.0
5             female
6    lower extremity
Name: 1171, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033554.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007396
1       ISIC_0033554
2                 df
3          consensus
4               35.0
5             female
6    lower extremity
Name: 1172, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033810.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007396
1       ISIC_0033810
2                 df
3          consensus
4               35.0
5             female
6    lower extremity
Name: 1173, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033695.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000349
1       ISIC_0033695
2                 df
3          consensus
4               45.0
5             female
6    lower extremity
Name: 1174, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033005.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000349
1       ISIC_0033005
2                 df
3          consensus
4               45.0
5             female
6    lower extremity
Name: 1175, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033422.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003597
1       ISIC_0033422
2                 df
3          consensus
4               45.0
5               male
6    lower extremity
Name: 1176, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033808.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003081
1    ISIC_0033808
2              df
3       consensus
4            45.0
5            male
6         abdomen
Name: 1178, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033847.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003081
1    ISIC_0033847
2              df
3       consensus
4            45.0
5            male
6         abdomen
Name: 1179, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033860.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003081
1    ISIC_0033860
2              df
3       consensus
4            45.0
5            male
6         abdomen
Name: 1180, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030830.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006794
1    ISIC_0030830
2              df
3       consensus
4            50.0
5          female
6         genital
Name: 1182, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031271.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004090
1       ISIC_0031271
2                 df
3          consensus
4               45.0
5             female
6    lower extremity
Name: 1191, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030665.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005359
1       ISIC_0030665
2                 df
3          consensus
4               55.0
5             female
6    lower extremity
Name: 1194, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031257.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003023
1       ISIC_0031257
2                 df
3          consensus
4               55.0
5             female
6    upper extremity
Name: 1196, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029973.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002045
1       ISIC_0029973
2                 df
3          consensus
4               60.0
5               male
6    lower extremity
Name: 1199, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031799.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003348
1       ISIC_0031799
2                 df
3          consensus
4               70.0
5               male
6    lower extremity
Name: 1201, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030870.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006707
1       ISIC_0030870
2                 df
3          consensus
4               45.0
5             female
6    lower extremity
Name: 1208, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030623.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000871
1    ISIC_0030623
2             mel
3           histo
4            40.0
5          female
6           chest
Name: 1213, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031023.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005678
1    ISIC_0031023
2             mel
3           histo
4            60.0
5            male
6           chest
Name: 1215, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031177.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005191
1    ISIC_0031177
2             mel
3           histo
4            40.0
5          female
6            back
Name: 1217, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030417.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004476
1    ISIC_0030417
2             mel
3           histo
4            70.0
5            male
6            face
Name: 1221, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032396.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000876
1    ISIC_0032396
2             mel
3           histo
4            55.0
5            male
6         abdomen
Name: 1223, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030443.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006722
1       ISIC_0030443
2                mel
3              histo
4               85.0
5             female
6    lower extremity
Name: 1224, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031499.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006722
1       ISIC_0031499
2                mel
3              histo
4               85.0
5             female
6    lower extremity
Name: 1225, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032248.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002119
1    ISIC_0032248
2             mel
3           histo
4            75.0
5            male
6            neck
Name: 1229, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029512.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004784
1    ISIC_0029512
2             mel
3           histo
4            55.0
5          female
6            foot
Name: 1232, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030486.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001150
1    ISIC_0030486
2             mel
3           histo
4            80.0
5            male
6             ear
Name: 1234, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029575.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001747
1    ISIC_0029575
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1237, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030119.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005557
1       ISIC_0030119
2                mel
3              histo
4               75.0
5             female
6    lower extremity
Name: 1241, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030129.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003558
1    ISIC_0030129
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1244, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032214.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007454
1    ISIC_0032214
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1245, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030281.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003315
1    ISIC_0030281
2             mel
3           histo
4            50.0
5          female
6           trunk
Name: 1250, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031118.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006900
1       ISIC_0031118
2                mel
3              histo
4               75.0
5               male
6    upper extremity
Name: 1252, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030080.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006900
1       ISIC_0030080
2                mel
3              histo
4               75.0
5               male
6    upper extremity
Name: 1253, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031953.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000060
1    ISIC_0031953
2             mel
3           histo
4            55.0
5            male
6         abdomen
Name: 1254, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031406.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000060
1    ISIC_0031406
2             mel
3           histo
4            55.0
5            male
6         abdomen
Name: 1255, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032079.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005555
1    ISIC_0032079
2             mel
3           histo
4            60.0
5          female
6           chest
Name: 1260, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031642.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004607
1    ISIC_0031642
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1262, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031711.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002011
1       ISIC_0031711
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1267, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032331.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004813
1    ISIC_0032331
2             mel
3           histo
4            80.0
5            male
6         abdomen
Name: 1274, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032400.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006803
1    ISIC_0032400
2             mel
3           histo
4            60.0
5          female
6         abdomen
Name: 1275, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033186.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000095
1       ISIC_0033186
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 1278, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030060.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004126
1    ISIC_0030060
2             mel
3           histo
4            80.0
5          female
6            back
Name: 1279, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030211.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004126
1    ISIC_0030211
2             mel
3           histo
4            80.0
5          female
6            back
Name: 1280, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030171.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006253
1    ISIC_0030171
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1283, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029538.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002534
1       ISIC_0029538
2                mel
3              histo
4               80.0
5               male
6    lower extremity
Name: 1286, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032313.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000099
1    ISIC_0032313
2             mel
3           histo
4            70.0
5            male
6         unknown
Name: 1287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029913.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007171
1       ISIC_0029913
2                mel
3              histo
4               30.0
5             female
6    lower extremity
Name: 1289, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032265.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002714
1    ISIC_0032265
2             mel
3           histo
4            50.0
5            male
6         abdomen
Name: 1292, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032308.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003802
1    ISIC_0032308
2             mel
3           histo
4            75.0
5            male
6            face
Name: 1293, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030134.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001203
1    ISIC_0030134
2             mel
3           histo
4            30.0
5          female
6         abdomen
Name: 1295, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030445.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003031
1    ISIC_0030445
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1296, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030798.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001913
1       ISIC_0030798
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1297, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032019.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003194
1    ISIC_0032019
2             mel
3           histo
4            50.0
5            male
6           trunk
Name: 1300, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031557.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006521
1       ISIC_0031557
2                mel
3              histo
4               80.0
5               male
6    lower extremity
Name: 1302, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030898.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001847
1    ISIC_0030898
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1304, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032244.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000152
1    ISIC_0032244
2             mel
3           histo
4            75.0
5          female
6            face
Name: 1305, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032098.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006739
1    ISIC_0032098
2             mel
3           histo
4            35.0
5          female
6             ear
Name: 1307, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029651.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004643
1    ISIC_0029651
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1309, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032044.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004643
1    ISIC_0032044
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1310, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030759.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001353
1    ISIC_0030759
2             mel
3           histo
4            55.0
5          female
6            face
Name: 1311, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032450.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006908
1    ISIC_0032450
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1315, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032046.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005697
1    ISIC_0032046
2             mel
3           histo
4            75.0
5            male
6           trunk
Name: 1317, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029630.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006692
1    ISIC_0029630
2             mel
3           histo
4            80.0
5            male
6           scalp
Name: 1319, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031369.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000531
1    ISIC_0031369
2             mel
3           histo
4            85.0
5            male
6            face
Name: 1322, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029547.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007165
1    ISIC_0029547
2             mel
3           histo
4            80.0
5            male
6         unknown
Name: 1323, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031941.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007538
1    ISIC_0031941
2             mel
3           histo
4            55.0
5            male
6           trunk
Name: 1327, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030818.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002838
1       ISIC_0030818
2                mel
3              histo
4               65.0
5             female
6    lower extremity
Name: 1329, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030106.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001531
1    ISIC_0030106
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1335, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031779.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001284
1    ISIC_0031779
2             mel
3           histo
4            75.0
5          female
6             ear
Name: 1338, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031745.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001671
1       ISIC_0031745
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1340, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031586.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001671
1       ISIC_0031586
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1341, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031972.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002182
1    ISIC_0031972
2             mel
3           histo
4            65.0
5          female
6            face
Name: 1342, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030539.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002182
1    ISIC_0030539
2             mel
3           histo
4            65.0
5          female
6            face
Name: 1343, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031977.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006828
1    ISIC_0031977
2             mel
3           histo
4            85.0
5            male
6            back
Name: 1344, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031517.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001202
1       ISIC_0031517
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 1349, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029370.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006433
1       ISIC_0029370
2                mel
3              histo
4               85.0
5             female
6    upper extremity
Name: 1352, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031958.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006433
1       ISIC_0031958
2                mel
3              histo
4               85.0
5             female
6    upper extremity
Name: 1353, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030521.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006522
1       ISIC_0030521
2                mel
3              histo
4               30.0
5             female
6    lower extremity
Name: 1355, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030089.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007620
1    ISIC_0030089
2             mel
3           histo
4            55.0
5          female
6            back
Name: 1358, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031598.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005381
1       ISIC_0031598
2                mel
3              histo
4               45.0
5             female
6    lower extremity
Name: 1363, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029473.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001796
1    ISIC_0029473
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 1365, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030014.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005742
1    ISIC_0030014
2             mel
3           histo
4            50.0
5            male
6             ear
Name: 1367, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029571.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006152
1       ISIC_0029571
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1369, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032220.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003521
1    ISIC_0032220
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1374, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030165.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005911
1    ISIC_0030165
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1376, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031189.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006214
1       ISIC_0031189
2                mel
3              histo
4               60.0
5               male
6    upper extremity
Name: 1378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032190.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006214
1       ISIC_0032190
2                mel
3              histo
4               60.0
5               male
6    upper extremity
Name: 1379, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029558.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003683
1       ISIC_0029558
2                mel
3              histo
4               75.0
5               male
6    upper extremity
Name: 1383, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031890.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007420
1    ISIC_0031890
2             mel
3           histo
4            85.0
5            male
6            face
Name: 1384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031545.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007229
1    ISIC_0031545
2             mel
3           histo
4            75.0
5          female
6            back
Name: 1385, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033312.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007117
1    ISIC_0033312
2             mel
3           histo
4            35.0
5            male
6            back
Name: 1400, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029884.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006635
1    ISIC_0029884
2             mel
3           histo
4            70.0
5            male
6            face
Name: 1402, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030223.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005642
1    ISIC_0030223
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1407, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032182.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006651
1    ISIC_0032182
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030760.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005624
1       ISIC_0030760
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1411, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034006.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000709
1       ISIC_0034006
2                mel
3              histo
4               45.0
5             female
6    lower extremity
Name: 1413, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029660.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001703
1       ISIC_0029660
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 1416, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029343.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003330
1    ISIC_0029343
2             mel
3           histo
4            75.0
5            male
6         abdomen
Name: 1421, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030552.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002897
1    ISIC_0030552
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1422, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029726.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004102
1    ISIC_0029726
2             mel
3           histo
4            75.0
5            male
6            face
Name: 1423, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029513.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000645
1    ISIC_0029513
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030824.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000330
1    ISIC_0030824
2             mel
3           histo
4            60.0
5            male
6           chest
Name: 1428, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031310.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003497
1       ISIC_0031310
2                mel
3              histo
4               50.0
5             female
6    lower extremity
Name: 1431, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032408.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002115
1       ISIC_0032408
2                mel
3              histo
4               60.0
5             female
6    upper extremity
Name: 1432, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030440.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002509
1       ISIC_0030440
2                mel
3              histo
4               50.0
5             female
6    upper extremity
Name: 1433, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031013.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005752
1    ISIC_0031013
2             mel
3           histo
4            65.0
5          female
6            face
Name: 1440, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032441.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005328
1    ISIC_0032441
2             mel
3           histo
4            75.0
5            male
6         abdomen
Name: 1442, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030324.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005095
1    ISIC_0030324
2             mel
3           histo
4            85.0
5            male
6            face
Name: 1443, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029434.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002391
1       ISIC_0029434
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1447, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033496.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001734
1       ISIC_0033496
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1453, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032927.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001734
1       ISIC_0032927
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1454, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030681.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004397
1    ISIC_0030681
2             mel
3           histo
4            55.0
5          female
6            neck
Name: 1458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029562.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005719
1       ISIC_0029562
2                mel
3              histo
4               40.0
5             female
6    upper extremity
Name: 1462, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029453.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005719
1       ISIC_0029453
2                mel
3              histo
4               40.0
5             female
6    upper extremity
Name: 1463, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034071.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006435
1    ISIC_0034071
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1464, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033573.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006435
1    ISIC_0033573
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1465, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030828.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001456
1       ISIC_0030828
2                mel
3              histo
4               75.0
5               male
6    lower extremity
Name: 1470, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032847.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002004
1    ISIC_0032847
2             mel
3           histo
4            45.0
5            male
6         abdomen
Name: 1471, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033654.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002004
1    ISIC_0033654
2             mel
3           histo
4            45.0
5            male
6         abdomen
Name: 1472, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030575.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002032
1    ISIC_0030575
2             mel
3           histo
4            25.0
5            male
6            back
Name: 1473, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033931.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005490
1       ISIC_0033931
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1474, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033268.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007163
1       ISIC_0033268
2                mel
3              histo
4               50.0
5             female
6    lower extremity
Name: 1475, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032750.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007163
1       ISIC_0032750
2                mel
3              histo
4               50.0
5             female
6    lower extremity
Name: 1476, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032888.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002939
1       ISIC_0032888
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 1477, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033968.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002939
1       ISIC_0033968
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 1478, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033333.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006445
1       ISIC_0033333
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 1479, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033717.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006445
1       ISIC_0033717
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 1480, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034120.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006445
1       ISIC_0034120
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 1481, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032532.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004405
1    ISIC_0032532
2             mel
3           histo
4            80.0
5            male
6            back
Name: 1482, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033500.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004405
1    ISIC_0033500
2             mel
3           histo
4            80.0
5            male
6            back
Name: 1483, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033834.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001412
1    ISIC_0033834
2             mel
3           histo
4            75.0
5          female
6            back
Name: 1484, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033678.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001412
1    ISIC_0033678
2             mel
3           histo
4            75.0
5          female
6            back
Name: 1485, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034046.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000179
1    ISIC_0034046
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032550.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000179
1    ISIC_0032550
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1487, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033700.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000179
1    ISIC_0033700
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032604.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003083
1    ISIC_0032604
2             mel
3           histo
4            75.0
5            male
6           chest
Name: 1490, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033428.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003083
1    ISIC_0033428
2             mel
3           histo
4            75.0
5            male
6           chest
Name: 1491, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033975.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003983
1    ISIC_0033975
2             mel
3           histo
4            85.0
5            male
6         abdomen
Name: 1493, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033278.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003983
1    ISIC_0033278
2             mel
3           histo
4            85.0
5            male
6         abdomen
Name: 1494, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033679.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003983
1    ISIC_0033679
2             mel
3           histo
4            85.0
5            male
6         abdomen
Name: 1495, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034141.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000483
1       ISIC_0034141
2                mel
3              histo
4               70.0
5               male
6    lower extremity
Name: 1496, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033643.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000483
1       ISIC_0033643
2                mel
3              histo
4               70.0
5               male
6    lower extremity
Name: 1497, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032629.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000483
1       ISIC_0032629
2                mel
3              histo
4               70.0
5               male
6    lower extremity
Name: 1498, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033152.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001135
1    ISIC_0033152
2             mel
3           histo
4            65.0
5          female
6            back
Name: 1499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033636.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005500
1    ISIC_0033636
2             mel
3           histo
4            75.0
5            male
6           trunk
Name: 1500, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029909.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001266
1    ISIC_0029909
2             mel
3           histo
4            75.0
5          female
6             ear
Name: 1501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033432.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005893
1    ISIC_0033432
2             mel
3           histo
4            55.0
5            male
6           trunk
Name: 1502, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032833.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005893
1    ISIC_0032833
2             mel
3           histo
4            55.0
5            male
6           trunk
Name: 1503, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034236.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005893
1    ISIC_0034236
2             mel
3           histo
4            55.0
5            male
6           trunk
Name: 1504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033027.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001174
1    ISIC_0033027
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1505, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034118.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002824
1       ISIC_0034118
2                mel
3              histo
4               25.0
5             female
6    lower extremity
Name: 1506, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033476.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002824
1       ISIC_0033476
2                mel
3              histo
4               25.0
5             female
6    lower extremity
Name: 1507, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033047.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002824
1       ISIC_0033047
2                mel
3              histo
4               25.0
5             female
6    lower extremity
Name: 1508, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032017.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007368
1    ISIC_0032017
2             mel
3           histo
4            70.0
5            male
6            face
Name: 1510, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033946.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007343
1    ISIC_0033946
2             mel
3           histo
4            70.0
5            male
6           chest
Name: 1511, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033369.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007343
1    ISIC_0033369
2             mel
3           histo
4            70.0
5            male
6           chest
Name: 1512, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032447.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007343
1    ISIC_0032447
2             mel
3           histo
4            70.0
5            male
6           chest
Name: 1513, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033655.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007343
1    ISIC_0033655
2             mel
3           histo
4            70.0
5            male
6           chest
Name: 1514, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033831.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007343
1    ISIC_0033831
2             mel
3           histo
4            70.0
5            male
6           chest
Name: 1515, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032583.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000006
1    ISIC_0032583
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1516, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034162.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000006
1    ISIC_0034162
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1517, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032187.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000006
1    ISIC_0032187
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1518, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032976.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006330
1    ISIC_0032976
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1519, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033274.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006330
1    ISIC_0033274
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1520, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033034.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007032
1    ISIC_0033034
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1522, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034294.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007032
1    ISIC_0034294
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1523, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034202.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007032
1    ISIC_0034202
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1524, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033416.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003386
1    ISIC_0033416
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 1525, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032662.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003386
1    ISIC_0032662
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 1526, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033452.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003386
1    ISIC_0033452
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 1527, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033074.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005368
1    ISIC_0033074
2             mel
3           histo
4            45.0
5            male
6           chest
Name: 1528, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034087.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005368
1    ISIC_0034087
2             mel
3           histo
4            45.0
5            male
6           chest
Name: 1529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032722.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005368
1    ISIC_0032722
2             mel
3           histo
4            45.0
5            male
6           chest
Name: 1530, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033204.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006886
1    ISIC_0033204
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1531, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033953.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006886
1    ISIC_0033953
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1532, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032823.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006886
1    ISIC_0032823
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1533, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032733.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000321
1    ISIC_0032733
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1534, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033183.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000321
1    ISIC_0033183
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1535, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032564.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000321
1    ISIC_0032564
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1536, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034140.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005636
1    ISIC_0034140
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034256.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005636
1    ISIC_0034256
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032984.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005636
1    ISIC_0032984
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1539, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033362.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007234
1    ISIC_0033362
2             mel
3           histo
4            85.0
5          female
6            back
Name: 1540, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033947.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005545
1    ISIC_0033947
2             mel
3           histo
4            40.0
5          female
6            face
Name: 1541, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033881.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005545
1    ISIC_0033881
2             mel
3           histo
4            40.0
5          female
6            face
Name: 1542, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029363.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005400
1    ISIC_0029363
2             mel
3           histo
4            80.0
5            male
6            back
Name: 1543, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033820.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002086
1    ISIC_0033820
2             mel
3           histo
4            70.0
5            male
6            face
Name: 1544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033814.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002086
1    ISIC_0033814
2             mel
3           histo
4            70.0
5            male
6            face
Name: 1545, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032875.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003625
1    ISIC_0032875
2             mel
3           histo
4            75.0
5            male
6         abdomen
Name: 1546, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033802.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003625
1    ISIC_0033802
2             mel
3           histo
4            75.0
5            male
6         abdomen
Name: 1547, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033429.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003625
1    ISIC_0033429
2             mel
3           histo
4            75.0
5            male
6         abdomen
Name: 1548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032685.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005608
1    ISIC_0032685
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1549, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032903.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005608
1    ISIC_0032903
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1550, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033323.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005608
1    ISIC_0033323
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1551, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032637.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002956
1    ISIC_0032637
2             mel
3           histo
4            35.0
5          female
6         abdomen
Name: 1552, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032993.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002956
1    ISIC_0032993
2             mel
3           histo
4            35.0
5          female
6         abdomen
Name: 1553, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033804.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000611
1    ISIC_0033804
2             mel
3           histo
4            30.0
5          female
6            back
Name: 1554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033801.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000611
1    ISIC_0033801
2             mel
3           histo
4            30.0
5          female
6            back
Name: 1555, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033216.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000611
1    ISIC_0033216
2             mel
3           histo
4            30.0
5          female
6            back
Name: 1556, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033154.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005336
1    ISIC_0033154
2             mel
3           histo
4            30.0
5            male
6           trunk
Name: 1557, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033192.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005336
1    ISIC_0033192
2             mel
3           histo
4            30.0
5            male
6           trunk
Name: 1558, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034222.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002235
1    ISIC_0034222
2             mel
3           histo
4            30.0
5            male
6            back
Name: 1560, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032569.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002235
1    ISIC_0032569
2             mel
3           histo
4            30.0
5            male
6            back
Name: 1561, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034064.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002235
1    ISIC_0034064
2             mel
3           histo
4            30.0
5            male
6            back
Name: 1562, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033902.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000048
1       ISIC_0033902
2                mel
3              histo
4               75.0
5               male
6    lower extremity
Name: 1563, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032774.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000048
1       ISIC_0032774
2                mel
3              histo
4               75.0
5               male
6    lower extremity
Name: 1564, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032840.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003679
1       ISIC_0032840
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 1565, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034313.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003679
1       ISIC_0034313
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 1566, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033570.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003679
1       ISIC_0033570
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 1567, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032602.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004811
1    ISIC_0032602
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1568, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032724.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004811
1    ISIC_0032724
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1569, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033129.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004811
1    ISIC_0033129
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1570, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033180.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005010
1       ISIC_0033180
2                mel
3              histo
4               30.0
5             female
6    upper extremity
Name: 1571, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033962.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005010
1       ISIC_0033962
2                mel
3              histo
4               30.0
5             female
6    upper extremity
Name: 1572, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033603.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005010
1       ISIC_0033603
2                mel
3              histo
4               30.0
5             female
6    upper extremity
Name: 1573, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033325.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005777
1    ISIC_0033325
2             mel
3           histo
4            60.0
5            male
6           chest
Name: 1574, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034208.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005777
1    ISIC_0034208
2             mel
3           histo
4            60.0
5            male
6           chest
Name: 1575, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033068.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002671
1       ISIC_0033068
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1576, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034218.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002671
1       ISIC_0034218
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1577, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034263.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002671
1       ISIC_0034263
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1578, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034262.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000097
1    ISIC_0034262
2             mel
3           histo
4            65.0
5            male
6            foot
Name: 1579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033103.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000097
1    ISIC_0033103
2             mel
3           histo
4            65.0
5            male
6            foot
Name: 1580, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034106.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000097
1    ISIC_0034106
2             mel
3           histo
4            65.0
5            male
6            foot
Name: 1581, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033725.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001928
1    ISIC_0033725
2             mel
3           histo
4            55.0
5            male
6           chest
Name: 1582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032537.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001928
1    ISIC_0032537
2             mel
3           histo
4            55.0
5            male
6           chest
Name: 1583, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033287.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001928
1    ISIC_0033287
2             mel
3           histo
4            55.0
5            male
6           chest
Name: 1584, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033286.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005758
1    ISIC_0033286
2             mel
3           histo
4            85.0
5            male
6           chest
Name: 1585, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032586.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005758
1    ISIC_0032586
2             mel
3           histo
4            85.0
5            male
6           chest
Name: 1586, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029632.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005535
1    ISIC_0029632
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1587, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033485.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003556
1       ISIC_0033485
2                mel
3              histo
4               60.0
5               male
6    lower extremity
Name: 1588, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033175.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003556
1       ISIC_0033175
2                mel
3              histo
4               60.0
5               male
6    lower extremity
Name: 1589, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033886.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003556
1       ISIC_0033886
2                mel
3              histo
4               60.0
5               male
6    lower extremity
Name: 1590, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032892.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003354
1    ISIC_0032892
2             mel
3           histo
4            85.0
5          female
6            back
Name: 1591, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033942.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000322
1    ISIC_0033942
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1592, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033473.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000322
1    ISIC_0033473
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1593, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030564.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005613
1    ISIC_0030564
2             mel
3           histo
4            45.0
5            male
6            face
Name: 1594, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033337.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005581
1    ISIC_0033337
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1595, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033594.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005581
1    ISIC_0033594
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1596, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033275.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003280
1    ISIC_0033275
2             mel
3           histo
4            60.0
5          female
6           chest
Name: 1599, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033938.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003280
1    ISIC_0033938
2             mel
3           histo
4            60.0
5          female
6           chest
Name: 1600, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032841.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003280
1    ISIC_0032841
2             mel
3           histo
4            60.0
5          female
6           chest
Name: 1601, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033819.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000388
1    ISIC_0033819
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1602, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032544.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000388
1    ISIC_0032544
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1603, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032844.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000388
1    ISIC_0032844
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1604, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032921.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004927
1    ISIC_0032921
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 1605, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034117.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004927
1    ISIC_0034117
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 1606, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033415.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004927
1    ISIC_0033415
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 1607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033240.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005303
1    ISIC_0033240
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032782.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005303
1    ISIC_0032782
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1609, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032522.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005303
1    ISIC_0032522
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1610, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033595.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005280
1       ISIC_0033595
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1611, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034059.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005280
1       ISIC_0034059
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033063.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005280
1       ISIC_0033063
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1613, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033174.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006321
1    ISIC_0033174
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033239.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006321
1    ISIC_0033239
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033985.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006321
1    ISIC_0033985
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1616, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032726.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007180
1    ISIC_0032726
2             mel
3           histo
4            65.0
5            male
6            face
Name: 1617, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033272.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007180
1    ISIC_0033272
2             mel
3           histo
4            65.0
5            male
6            face
Name: 1618, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032718.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003202
1    ISIC_0032718
2             mel
3           histo
4            65.0
5            male
6           chest
Name: 1619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032736.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003202
1    ISIC_0032736
2             mel
3           histo
4            65.0
5            male
6           chest
Name: 1620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033317.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000662
1    ISIC_0033317
2             mel
3           histo
4            80.0
5            male
6            face
Name: 1621, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034269.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000662
1    ISIC_0034269
2             mel
3           histo
4            80.0
5            male
6            face
Name: 1622, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033956.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000662
1    ISIC_0033956
2             mel
3           histo
4            80.0
5            male
6            face
Name: 1623, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033241.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006545
1    ISIC_0033241
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1624, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032598.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006545
1    ISIC_0032598
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1625, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034289.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006545
1    ISIC_0034289
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1626, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033980.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003602
1       ISIC_0033980
2                mel
3              histo
4               30.0
5             female
6    upper extremity
Name: 1627, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032533.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003602
1       ISIC_0032533
2                mel
3              histo
4               30.0
5             female
6    upper extremity
Name: 1628, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033986.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003602
1       ISIC_0033986
2                mel
3              histo
4               30.0
5             female
6    upper extremity
Name: 1629, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033004.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003602
1       ISIC_0033004
2                mel
3              histo
4               30.0
5             female
6    upper extremity
Name: 1630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032072.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004593
1    ISIC_0032072
2             mel
3           histo
4            65.0
5          female
6            back
Name: 1632, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033578.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004571
1    ISIC_0033578
2             mel
3           histo
4            65.0
5            male
6            face
Name: 1633, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034100.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004571
1    ISIC_0034100
2             mel
3           histo
4            65.0
5            male
6            face
Name: 1634, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032940.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005628
1    ISIC_0032940
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1635, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032511.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003620
1    ISIC_0032511
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1636, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033687.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007117
1    ISIC_0033687
2             mel
3           histo
4            35.0
5            male
6            back
Name: 1637, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034085.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007117
1    ISIC_0034085
2             mel
3           histo
4            35.0
5            male
6            back
Name: 1638, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033299.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000107
1    ISIC_0033299
2             mel
3           histo
4            85.0
5            male
6           trunk
Name: 1639, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033479.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004321
1    ISIC_0033479
2             mel
3           histo
4            40.0
5          female
6            back
Name: 1640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033522.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004321
1    ISIC_0033522
2             mel
3           histo
4            40.0
5          female
6            back
Name: 1641, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033911.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005711
1    ISIC_0033911
2             mel
3           histo
4            35.0
5            male
6            back
Name: 1642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033779.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005711
1    ISIC_0033779
2             mel
3           histo
4            35.0
5            male
6            back
Name: 1643, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032638.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005711
1    ISIC_0032638
2             mel
3           histo
4            35.0
5            male
6            back
Name: 1644, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032603.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000064
1       ISIC_0032603
2                mel
3              histo
4               30.0
5             female
6    lower extremity
Name: 1645, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033871.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000064
1       ISIC_0033871
2                mel
3              histo
4               30.0
5             female
6    lower extremity
Name: 1646, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032955.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000064
1       ISIC_0032955
2                mel
3              histo
4               30.0
5             female
6    lower extremity
Name: 1647, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032812.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005748
1    ISIC_0032812
2             mel
3           histo
4            50.0
5            male
6           trunk
Name: 1648, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033619.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005748
1    ISIC_0033619
2             mel
3           histo
4            50.0
5            male
6           trunk
Name: 1649, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034065.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005748
1    ISIC_0034065
2             mel
3           histo
4            50.0
5            male
6           trunk
Name: 1650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034132.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003466
1       ISIC_0034132
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 1651, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033038.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003466
1       ISIC_0033038
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 1652, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033630.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004984
1    ISIC_0033630
2             mel
3           histo
4            80.0
5            male
6            face
Name: 1653, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032879.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004984
1    ISIC_0032879
2             mel
3           histo
4            80.0
5            male
6            face
Name: 1654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034012.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006011
1    ISIC_0034012
2             mel
3           histo
4            85.0
5            male
6            back
Name: 1655, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034150.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006011
1    ISIC_0034150
2             mel
3           histo
4            85.0
5            male
6            back
Name: 1656, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033209.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001465
1    ISIC_0033209
2             mel
3           histo
4            65.0
5            male
6             ear
Name: 1658, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034074.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001465
1    ISIC_0034074
2             mel
3           histo
4            65.0
5            male
6             ear
Name: 1659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032699.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001465
1    ISIC_0032699
2             mel
3           histo
4            65.0
5            male
6             ear
Name: 1660, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033848.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000002
1       ISIC_0033848
2                mel
3              histo
4               65.0
5             female
6    lower extremity
Name: 1661, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032622.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000002
1       ISIC_0032622
2                mel
3              histo
4               65.0
5             female
6    lower extremity
Name: 1662, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034246.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000002
1       ISIC_0034246
2                mel
3              histo
4               65.0
5             female
6    lower extremity
Name: 1663, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032915.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001524
1       ISIC_0032915
2                mel
3              histo
4               75.0
5               male
6    lower extremity
Name: 1664, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033883.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004949
1    ISIC_0033883
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1666, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034145.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004949
1    ISIC_0034145
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1667, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032981.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004949
1    ISIC_0032981
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1668, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033470.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003421
1       ISIC_0033470
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1669, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034094.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003421
1       ISIC_0034094
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1670, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033560.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003421
1       ISIC_0033560
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1671, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034061.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000553
1       ISIC_0034061
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1672, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032716.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000553
1       ISIC_0032716
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1673, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034159.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000553
1       ISIC_0034159
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1674, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033477.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007021
1       ISIC_0033477
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1676, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034092.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007021
1       ISIC_0034092
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1677, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033863.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007086
1    ISIC_0033863
2             mel
3           histo
4            65.0
5          female
6            back
Name: 1678, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034180.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007086
1    ISIC_0034180
2             mel
3           histo
4            65.0
5          female
6            back
Name: 1679, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033267.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007086
1    ISIC_0033267
2             mel
3           histo
4            65.0
5          female
6            back
Name: 1680, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034005.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006763
1    ISIC_0034005
2             mel
3           histo
4            75.0
5            male
6            foot
Name: 1681, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033872.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006101
1    ISIC_0033872
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1682, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032617.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006101
1    ISIC_0032617
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1683, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032965.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005483
1       ISIC_0032965
2                mel
3              histo
4               45.0
5             female
6    upper extremity
Name: 1684, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034242.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005483
1       ISIC_0034242
2                mel
3              histo
4               45.0
5             female
6    upper extremity
Name: 1685, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033117.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005483
1       ISIC_0033117
2                mel
3              histo
4               45.0
5             female
6    upper extremity
Name: 1686, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034104.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002993
1       ISIC_0034104
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1687, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032547.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002993
1       ISIC_0032547
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1688, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033644.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002993
1       ISIC_0033644
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1689, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033806.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004881
1    ISIC_0033806
2             mel
3           histo
4            85.0
5            male
6         abdomen
Name: 1690, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032913.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004881
1    ISIC_0032913
2             mel
3           histo
4            85.0
5            male
6         abdomen
Name: 1691, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033651.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004998
1       ISIC_0033651
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 1692, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033304.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004998
1       ISIC_0033304
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 1693, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032806.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005970
1    ISIC_0032806
2             mel
3           histo
4            65.0
5            male
6           chest
Name: 1694, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033624.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007574
1    ISIC_0033624
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1695, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033238.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007574
1    ISIC_0033238
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1696, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034089.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007574
1    ISIC_0034089
2             mel
3           histo
4            70.0
5            male
6           scalp
Name: 1697, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034048.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000042
1       ISIC_0034048
2                mel
3              histo
4               45.0
5             female
6    upper extremity
Name: 1698, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033905.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000042
1       ISIC_0033905
2                mel
3              histo
4               45.0
5             female
6    upper extremity
Name: 1699, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033981.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000042
1       ISIC_0033981
2                mel
3              histo
4               45.0
5             female
6    upper extremity
Name: 1700, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033336.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003506
1       ISIC_0033336
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1701, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033405.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003506
1       ISIC_0033405
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1702, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034188.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003506
1       ISIC_0034188
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1703, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033269.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006189
1    ISIC_0033269
2             mel
3           histo
4            55.0
5          female
6            back
Name: 1704, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033569.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006566
1    ISIC_0033569
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1705, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032535.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006566
1    ISIC_0032535
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1706, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033042.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002149
1    ISIC_0033042
2             mel
3           histo
4            60.0
5          female
6            face
Name: 1707, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032081.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005078
1       ISIC_0032081
2                mel
3              histo
4               85.0
5               male
6    upper extremity
Name: 1708, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034034.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005141
1    ISIC_0034034
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1709, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033217.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005141
1    ISIC_0033217
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1710, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033728.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005256
1    ISIC_0033728
2             mel
3           histo
4            80.0
5            male
6            back
Name: 1711, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033901.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002342
1    ISIC_0033901
2             mel
3           histo
4            40.0
5            male
6            back
Name: 1712, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032917.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002342
1    ISIC_0032917
2             mel
3           histo
4            40.0
5            male
6            back
Name: 1713, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032925.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002342
1    ISIC_0032925
2             mel
3           histo
4            40.0
5            male
6            back
Name: 1714, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032797.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001863
1       ISIC_0032797
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1715, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032596.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001863
1       ISIC_0032596
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1716, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032856.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001863
1       ISIC_0032856
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1717, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033193.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001863
1       ISIC_0033193
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1718, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033125.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001863
1       ISIC_0033125
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1719, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032810.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001863
1       ISIC_0032810
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1720, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033324.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004304
1       ISIC_0033324
2                mel
3              histo
4               85.0
5               male
6    upper extremity
Name: 1721, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034316.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004304
1       ISIC_0034316
2                mel
3              histo
4               85.0
5               male
6    upper extremity
Name: 1722, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033710.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004304
1       ISIC_0033710
2                mel
3              histo
4               85.0
5               male
6    upper extremity
Name: 1723, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033469.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006437
1    ISIC_0033469
2             mel
3           histo
4            65.0
5          female
6             ear
Name: 1724, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033663.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004240
1    ISIC_0033663
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1725, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034284.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004240
1    ISIC_0034284
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1726, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031709.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000282
1    ISIC_0031709
2             mel
3           histo
4            65.0
5            male
6            neck
Name: 1727, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032517.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004240
1    ISIC_0032517
2             mel
3           histo
4            50.0
5            male
6            back
Name: 1728, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032684.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003566
1    ISIC_0032684
2             mel
3           histo
4            50.0
5            male
6         abdomen
Name: 1729, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034052.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003566
1    ISIC_0034052
2             mel
3           histo
4            50.0
5            male
6         abdomen
Name: 1730, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033171.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003566
1    ISIC_0033171
2             mel
3           histo
4            50.0
5            male
6         abdomen
Name: 1731, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034022.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002732
1    ISIC_0034022
2             mel
3           histo
4            65.0
5            male
6           chest
Name: 1732, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033017.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002732
1    ISIC_0033017
2             mel
3           histo
4            65.0
5            male
6           chest
Name: 1733, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033874.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002732
1    ISIC_0033874
2             mel
3           histo
4            65.0
5            male
6           chest
Name: 1734, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033754.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004687
1    ISIC_0033754
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1735, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032938.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004687
1    ISIC_0032938
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1736, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032610.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006802
1       ISIC_0032610
2                mel
3              histo
4               40.0
5               male
6    upper extremity
Name: 1738, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032958.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006824
1       ISIC_0032958
2                mel
3              histo
4               70.0
5               male
6    lower extremity
Name: 1739, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033538.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006824
1       ISIC_0033538
2                mel
3              histo
4               70.0
5               male
6    lower extremity
Name: 1740, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032836.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003073
1    ISIC_0032836
2             mel
3           histo
4            50.0
5            male
6         abdomen
Name: 1741, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033444.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003073
1    ISIC_0033444
2             mel
3           histo
4            50.0
5            male
6         abdomen
Name: 1742, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034183.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003073
1    ISIC_0034183
2             mel
3           histo
4            50.0
5            male
6         abdomen
Name: 1743, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033426.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001143
1    ISIC_0033426
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1744, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033546.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000055
1    ISIC_0033546
2             mel
3           histo
4            40.0
5          female
6            back
Name: 1745, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032869.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003495
1    ISIC_0032869
2             mel
3           histo
4            85.0
5            male
6            back
Name: 1746, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033524.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003495
1    ISIC_0033524
2             mel
3           histo
4            85.0
5            male
6            back
Name: 1747, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034101.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004853
1       ISIC_0034101
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1748, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030333.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004853
1       ISIC_0030333
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1749, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032695.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004853
1       ISIC_0032695
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1750, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033310.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000119
1    ISIC_0033310
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1751, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034253.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006097
1    ISIC_0034253
2             mel
3           histo
4            60.0
5            male
6           chest
Name: 1753, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033120.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007558
1       ISIC_0033120
2                mel
3              histo
4               45.0
5               male
6    upper extremity
Name: 1754, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033081.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007583
1       ISIC_0033081
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1755, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034211.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007558
1       ISIC_0034211
2                mel
3              histo
4               45.0
5               male
6    upper extremity
Name: 1756, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033545.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007558
1       ISIC_0033545
2                mel
3              histo
4               45.0
5               male
6    upper extremity
Name: 1758, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033141.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005274
1       ISIC_0033141
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1760, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033261.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005274
1       ISIC_0033261
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1761, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032766.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005274
1       ISIC_0032766
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 1762, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030031.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007102
1    ISIC_0030031
2             mel
3           histo
4            55.0
5            male
6            neck
Name: 1763, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032531.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005409
1    ISIC_0032531
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1765, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032970.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005409
1    ISIC_0032970
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1766, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030391.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000337
1    ISIC_0030391
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1768, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032845.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006376
1       ISIC_0032845
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 1769, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034036.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003843
1    ISIC_0034036
2             mel
3           histo
4            35.0
5            male
6         abdomen
Name: 1770, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030238.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000375
1    ISIC_0030238
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1771, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032968.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001272
1       ISIC_0032968
2                mel
3              histo
4               85.0
5               male
6    upper extremity
Name: 1772, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032462.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001274
1       ISIC_0032462
2                mel
3              histo
4               70.0
5               male
6    upper extremity
Name: 1774, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033704.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001280
1    ISIC_0033704
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034239.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004578
1       ISIC_0034239
2                mel
3              histo
4               85.0
5               male
6    lower extremity
Name: 1776, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034287.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004578
1       ISIC_0034287
2                mel
3              histo
4               85.0
5               male
6    lower extremity
Name: 1777, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031479.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000274
1       ISIC_0031479
2                mel
3              histo
4               75.0
5             female
6    lower extremity
Name: 1778, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033166.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005249
1       ISIC_0033166
2                mel
3              histo
4               40.0
5             female
6    lower extremity
Name: 1779, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033320.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005249
1       ISIC_0033320
2                mel
3              histo
4               40.0
5             female
6    lower extremity
Name: 1780, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032526.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005249
1       ISIC_0032526
2                mel
3              histo
4               40.0
5             female
6    lower extremity
Name: 1781, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033813.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000423
1       ISIC_0033813
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 1782, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032624.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004129
1       ISIC_0032624
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 1783, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033977.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004129
1       ISIC_0033977
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 1784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034002.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004129
1       ISIC_0034002
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 1785, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033387.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001105
1       ISIC_0033387
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1786, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032552.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001105
1       ISIC_0032552
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1788, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033279.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006802
1       ISIC_0033279
2                mel
3              histo
4               40.0
5               male
6    upper extremity
Name: 1789, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032887.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006802
1       ISIC_0032887
2                mel
3              histo
4               40.0
5               male
6    upper extremity
Name: 1790, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034205.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007583
1       ISIC_0034205
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1791, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033612.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007583
1       ISIC_0033612
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1792, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034049.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007589
1    ISIC_0034049
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1793, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033300.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003700
1       ISIC_0033300
2                mel
3              histo
4               40.0
5             female
6    lower extremity
Name: 1794, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033616.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003700
1       ISIC_0033616
2                mel
3              histo
4               40.0
5             female
6    lower extremity
Name: 1795, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029606.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003700
1       ISIC_0029606
2                mel
3              histo
4               40.0
5             female
6    lower extremity
Name: 1796, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033099.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003700
1       ISIC_0033099
2                mel
3              histo
4               40.0
5             female
6    lower extremity
Name: 1797, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032723.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005992
1    ISIC_0032723
2             mel
3           histo
4            25.0
5          female
6            back
Name: 1798, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032751.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005992
1    ISIC_0032751
2             mel
3           histo
4            25.0
5          female
6            back
Name: 1799, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032597.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005992
1    ISIC_0032597
2             mel
3           histo
4            25.0
5          female
6            back
Name: 1800, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032982.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002841
1    ISIC_0032982
2             mel
3           histo
4            20.0
5            male
6            back
Name: 1801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033196.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002841
1    ISIC_0033196
2             mel
3           histo
4            20.0
5            male
6            back
Name: 1802, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032653.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002841
1    ISIC_0032653
2             mel
3           histo
4            20.0
5            male
6            back
Name: 1803, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032730.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004284
1    ISIC_0032730
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1804, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032709.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004284
1    ISIC_0032709
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1805, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033206.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004284
1    ISIC_0033206
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1806, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033518.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002952
1       ISIC_0033518
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1807, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033843.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002952
1       ISIC_0033843
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1808, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033344.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006540
1    ISIC_0033344
2             mel
3           histo
4            70.0
5          female
6            face
Name: 1809, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032988.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006540
1    ISIC_0032988
2             mel
3           histo
4            70.0
5          female
6            face
Name: 1810, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033812.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004859
1    ISIC_0033812
2             mel
3           histo
4            70.0
5          female
6            neck
Name: 1811, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033653.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004859
1    ISIC_0033653
2             mel
3           histo
4            70.0
5          female
6            neck
Name: 1812, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032698.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001686
1    ISIC_0032698
2             mel
3           histo
4            65.0
5            male
6            face
Name: 1813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033611.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000799
1       ISIC_0033611
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1814, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033586.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000799
1       ISIC_0033586
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1815, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033226.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000799
1       ISIC_0033226
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1816, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033198.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004754
1    ISIC_0033198
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1817, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032790.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004754
1    ISIC_0032790
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1818, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033245.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004754
1    ISIC_0033245
2             mel
3           histo
4            65.0
5            male
6            back
Name: 1819, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033029.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004302
1    ISIC_0033029
2             mel
3           histo
4            60.0
5            male
6         abdomen
Name: 1820, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030883.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004326
1    ISIC_0030883
2             mel
3           histo
4            75.0
5          female
6            back
Name: 1821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033670.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003225
1    ISIC_0033670
2             mel
3           histo
4            65.0
5            male
6            neck
Name: 1823, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029740.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003225
1    ISIC_0029740
2             mel
3           histo
4            65.0
5            male
6            neck
Name: 1824, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033593.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003225
1    ISIC_0033593
2             mel
3           histo
4            65.0
5            male
6            neck
Name: 1825, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032509.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003335
1    ISIC_0032509
2             mel
3           histo
4            70.0
5          female
6            foot
Name: 1826, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034068.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003335
1    ISIC_0034068
2             mel
3           histo
4            70.0
5          female
6            foot
Name: 1827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033392.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003174
1    ISIC_0033392
2             mel
3           histo
4            85.0
5            male
6           trunk
Name: 1828, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032873.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003174
1    ISIC_0032873
2             mel
3           histo
4            85.0
5            male
6           trunk
Name: 1829, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034107.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005809
1    ISIC_0034107
2             mel
3           histo
4            40.0
5          female
6           chest
Name: 1830, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033368.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005809
1    ISIC_0033368
2             mel
3           histo
4            40.0
5          female
6           chest
Name: 1831, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032630.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003759
1    ISIC_0032630
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1832, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033399.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003759
1    ISIC_0033399
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1833, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032656.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006923
1    ISIC_0032656
2             mel
3           histo
4            80.0
5            male
6            foot
Name: 1834, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032592.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006923
1    ISIC_0032592
2             mel
3           histo
4            80.0
5            male
6            foot
Name: 1835, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033024.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006184
1    ISIC_0033024
2             mel
3           histo
4            75.0
5            male
6            foot
Name: 1836, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034134.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006184
1    ISIC_0034134
2             mel
3           histo
4            75.0
5            male
6            foot
Name: 1837, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033878.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003351
1    ISIC_0033878
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1838, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032687.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001344
1    ISIC_0032687
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1839, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033055.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001344
1    ISIC_0033055
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1840, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033559.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006426
1       ISIC_0033559
2                mel
3              histo
4               80.0
5             female
6    upper extremity
Name: 1841, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032922.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006426
1       ISIC_0032922
2                mel
3              histo
4               80.0
5             female
6    upper extremity
Name: 1842, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032672.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006517
1       ISIC_0032672
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1843, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034076.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006517
1       ISIC_0034076
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 1844, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033520.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006462
1    ISIC_0033520
2             mel
3           histo
4            55.0
5            male
6            neck
Name: 1845, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034028.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006462
1    ISIC_0034028
2             mel
3           histo
4            55.0
5            male
6            neck
Name: 1846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033487.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005673
1    ISIC_0033487
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1847, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033607.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005627
1    ISIC_0033607
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033568.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005627
1    ISIC_0033568
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1849, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034051.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004056
1       ISIC_0034051
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1850, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033377.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004056
1       ISIC_0033377
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 1851, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033957.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002617
1       ISIC_0033957
2                mel
3              histo
4               60.0
5               male
6    upper extremity
Name: 1852, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034172.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002617
1       ISIC_0034172
2                mel
3              histo
4               60.0
5               male
6    upper extremity
Name: 1853, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033393.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002617
1       ISIC_0033393
2                mel
3              histo
4               60.0
5               male
6    upper extremity
Name: 1854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033534.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005953
1       ISIC_0033534
2                mel
3              histo
4               35.0
5             female
6    upper extremity
Name: 1855, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032626.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005953
1       ISIC_0032626
2                mel
3              histo
4               35.0
5             female
6    upper extremity
Name: 1856, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034062.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004914
1    ISIC_0034062
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1857, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034170.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004914
1    ISIC_0034170
2             mel
3           histo
4            80.0
5          female
6            face
Name: 1858, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033061.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001506
1       ISIC_0033061
2                mel
3              histo
4               25.0
5             female
6    lower extremity
Name: 1859, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033967.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001506
1       ISIC_0033967
2                mel
3              histo
4               25.0
5             female
6    lower extremity
Name: 1860, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033051.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001506
1       ISIC_0033051
2                mel
3              histo
4               25.0
5             female
6    lower extremity
Name: 1861, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033050.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003439
1    ISIC_0033050
2             mel
3           histo
4            75.0
5          female
6            back
Name: 1862, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033526.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003439
1    ISIC_0033526
2             mel
3           histo
4            75.0
5          female
6            back
Name: 1863, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032862.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000176
1       ISIC_0032862
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1864, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033073.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000176
1       ISIC_0033073
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1865, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033696.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000176
1       ISIC_0033696
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 1866, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033995.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005673
1    ISIC_0033995
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1868, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033668.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000706
1    ISIC_0033668
2             mel
3           histo
4            50.0
5            male
6            face
Name: 1870, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032690.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000706
1    ISIC_0032690
2             mel
3           histo
4            50.0
5            male
6            face
Name: 1871, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032918.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000706
1    ISIC_0032918
2             mel
3           histo
4            50.0
5            male
6            face
Name: 1872, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034000.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001793
1    ISIC_0034000
2             mel
3           histo
4            75.0
5            male
6            back
Name: 1874, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032807.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002488
1    ISIC_0032807
2             mel
3           histo
4            50.0
5            male
6            face
Name: 1875, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032645.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002488
1    ISIC_0032645
2             mel
3           histo
4            50.0
5            male
6            face
Name: 1876, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033498.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002051
1    ISIC_0033498
2             mel
3           histo
4            50.0
5          female
6            foot
Name: 1877, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031784.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002051
1    ISIC_0031784
2             mel
3           histo
4            50.0
5          female
6            foot
Name: 1878, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034275.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000392
1    ISIC_0034275
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1879, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033440.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000392
1    ISIC_0033440
2             mel
3           histo
4            70.0
5            male
6           trunk
Name: 1880, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033807.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001974
1       ISIC_0033807
2                mel
3              histo
4               65.0
5             female
6    lower extremity
Name: 1881, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033533.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001974
1       ISIC_0033533
2                mel
3              histo
4               65.0
5             female
6    lower extremity
Name: 1882, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034173.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005021
1    ISIC_0034173
2             mel
3           histo
4            75.0
5            male
6            face
Name: 1883, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033454.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005021
1    ISIC_0033454
2             mel
3           histo
4            75.0
5            male
6            face
Name: 1884, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033893.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001280
1    ISIC_0033893
2             mel
3           histo
4            60.0
5            male
6            back
Name: 1885, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032960.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000169
1    ISIC_0032960
2             mel
3           histo
4             NaN
5            male
6            face
Name: 1887, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033708.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000169
1    ISIC_0033708
2             mel
3           histo
4             NaN
5            male
6            face
Name: 1888, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034317.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006376
1       ISIC_0034317
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 1889, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031741.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006400
1    ISIC_0031741
2             mel
3           histo
4            45.0
5          female
6            back
Name: 1890, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033662.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006376
1       ISIC_0033662
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 1891, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033037.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004109
1    ISIC_0033037
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1892, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033773.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004109
1    ISIC_0033773
2             mel
3           histo
4            70.0
5            male
6            back
Name: 1893, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033752.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000079
1    ISIC_0033752
2             mel
3           histo
4            50.0
5          female
6            face
Name: 1894, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033424.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000079
1    ISIC_0033424
2             mel
3           histo
4            50.0
5          female
6            face
Name: 1895, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034216.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003843
1    ISIC_0034216
2             mel
3           histo
4            35.0
5            male
6         abdomen
Name: 1896, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032152.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003869
1       ISIC_0032152
2                mel
3              histo
4               50.0
5               male
6    lower extremity
Name: 1897, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033730.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001647
1    ISIC_0033730
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1898, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032975.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001647
1    ISIC_0032975
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1899, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034243.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002723
1       ISIC_0034243
2                mel
3              histo
4               45.0
5             female
6    lower extremity
Name: 1900, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034050.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002723
1       ISIC_0034050
2                mel
3              histo
4               45.0
5             female
6    lower extremity
Name: 1901, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033114.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000709
1       ISIC_0033114
2                mel
3              histo
4               45.0
5             female
6    lower extremity
Name: 1902, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032559.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000709
1       ISIC_0032559
2                mel
3              histo
4               45.0
5             female
6    lower extremity
Name: 1903, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030150.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005124
1    ISIC_0030150
2             mel
3           histo
4            80.0
5          female
6            neck
Name: 1904, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033394.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004844
1    ISIC_0033394
2             mel
3           histo
4            50.0
5            male
6           trunk
Name: 1905, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034233.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004844
1    ISIC_0034233
2             mel
3           histo
4            50.0
5            male
6           trunk
Name: 1906, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033122.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004620
1    ISIC_0033122
2             mel
3           histo
4            55.0
5            male
6           trunk
Name: 1907, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033713.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004620
1    ISIC_0033713
2             mel
3           histo
4            55.0
5            male
6           trunk
Name: 1908, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033638.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005040
1       ISIC_0033638
2                mel
3              histo
4               40.0
5             female
6    upper extremity
Name: 1910, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033805.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005040
1       ISIC_0033805
2                mel
3              histo
4               40.0
5             female
6    upper extremity
Name: 1911, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033302.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005040
1       ISIC_0033302
2                mel
3              histo
4               40.0
5             female
6    upper extremity
Name: 1912, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033925.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000206
1       ISIC_0033925
2                mel
3              histo
4               65.0
5             female
6    upper extremity
Name: 1913, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033431.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000206
1       ISIC_0033431
2                mel
3              histo
4               65.0
5             female
6    upper extremity
Name: 1914, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033089.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000880
1    ISIC_0033089
2             mel
3           histo
4            60.0
5            male
6            face
Name: 1915, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033562.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000880
1    ISIC_0033562
2             mel
3           histo
4            60.0
5            male
6            face
Name: 1916, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031233.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000375
1    ISIC_0031233
2             mel
3           histo
4            45.0
5            male
6            back
Name: 1917, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033885.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005737
1       ISIC_0033885
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 1918, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032987.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001155
1    ISIC_0032987
2             mel
3           histo
4            70.0
5            male
6            face
Name: 1920, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032872.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001570
1    ISIC_0032872
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1921, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033178.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001570
1    ISIC_0033178
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1922, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033023.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004011
1       ISIC_0033023
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1923, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031186.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000988
1    ISIC_0031186
2             mel
3           histo
4            70.0
5            male
6            face
Name: 1924, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033258.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004011
1       ISIC_0033258
2                mel
3              histo
4               80.0
5               male
6    upper extremity
Name: 1925, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032870.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007245
1       ISIC_0032870
2                mel
3              histo
4               85.0
5               male
6    upper extremity
Name: 1926, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033999.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002377
1    ISIC_0033999
2             mel
3           histo
4            85.0
5          female
6            foot
Name: 1927, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033856.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002377
1    ISIC_0033856
2             mel
3           histo
4            85.0
5          female
6            foot
Name: 1928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029502.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003617
1       ISIC_0029502
2                mel
3              histo
4               50.0
5             female
6    upper extremity
Name: 1932, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029933.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007305
1       ISIC_0029933
2                mel
3              histo
4               45.0
5             female
6    upper extremity
Name: 1934, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031208.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001299
1    ISIC_0031208
2             mel
3           histo
4            55.0
5          female
6            back
Name: 1935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032424.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001819
1    ISIC_0032424
2             mel
3           histo
4            70.0
5          female
6            back
Name: 1942, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031554.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000433
1    ISIC_0031554
2             mel
3           histo
4            55.0
5            male
6            back
Name: 1945, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032466.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005061
1       ISIC_0032466
2                mel
3              histo
4               60.0
5               male
6    lower extremity
Name: 1949, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029914.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006626
1       ISIC_0029914
2                mel
3              histo
4               60.0
5               male
6    lower extremity
Name: 1956, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032110.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002834
1    ISIC_0032110
2             mel
3           histo
4            75.0
5          female
6            back
Name: 1960, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031795.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002711
1       ISIC_0031795
2                mel
3              histo
4               65.0
5               male
6    lower extremity
Name: 1971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031408.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000201
1    ISIC_0031408
2             mel
3           histo
4            65.0
5            male
6           trunk
Name: 1972, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031034.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000888
1       ISIC_0031034
2                mel
3              histo
4               75.0
5               male
6    upper extremity
Name: 1977, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031666.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000775
1    ISIC_0031666
2             mel
3           histo
4            55.0
5            male
6           chest
Name: 1979, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029819.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007586
1       ISIC_0029819
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 1980, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032197.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003400
1    ISIC_0032197
2             mel
3           histo
4            50.0
5            male
6            face
Name: 1983, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032134.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002430
1       ISIC_0032134
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 1987, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030390.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000917
1    ISIC_0030390
2             mel
3           histo
4            55.0
5          female
6            back
Name: 1991, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030756.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003176
1    ISIC_0030756
2             mel
3           histo
4            85.0
5            male
6           chest
Name: 1992, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030187.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002622
1       ISIC_0030187
2                mel
3              histo
4               35.0
5               male
6    upper extremity
Name: 1995, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030970.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003497
1       ISIC_0030970
2                mel
3              histo
4               50.0
5             female
6    lower extremity
Name: 1996, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030754.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007502
1       ISIC_0030754
2                mel
3              histo
4               50.0
5             female
6    lower extremity
Name: 1997, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030034.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006207
1    ISIC_0030034
2             mel
3           histo
4            50.0
5          female
6            back
Name: 1998, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029397.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006538
1    ISIC_0029397
2             mel
3           histo
4             5.0
5            male
6            back
Name: 1999, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029316.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006978
1    ISIC_0029316
2             mel
3           histo
4            45.0
5          female
6            neck
Name: 2001, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030356.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005481
1       ISIC_0030356
2                mel
3              histo
4               45.0
5               male
6    lower extremity
Name: 2007, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030192.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006453
1    ISIC_0030192
2             mel
3           histo
4            70.0
5            male
6         abdomen
Name: 2012, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029859.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000492
1    ISIC_0029859
2             mel
3           histo
4            75.0
5            male
6         abdomen
Name: 2013, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031077.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005826
1    ISIC_0031077
2             mel
3           histo
4            65.0
5          female
6           trunk
Name: 2018, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031999.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003531
1    ISIC_0031999
2             mel
3           histo
4            40.0
5            male
6            face
Name: 2019, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030366.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002764
1    ISIC_0030366
2             mel
3           histo
4            60.0
5          female
6            back
Name: 2020, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032245.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004979
1    ISIC_0032245
2             mel
3           histo
4            85.0
5            male
6            back
Name: 2021, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031386.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000417
1    ISIC_0031386
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2024, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031565.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000442
1    ISIC_0031565
2             mel
3           histo
4            45.0
5            male
6            foot
Name: 2025, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030512.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006833
1       ISIC_0030512
2                mel
3              histo
4               50.0
5               male
6    upper extremity
Name: 2029, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031718.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000863
1    ISIC_0031718
2             mel
3           histo
4            70.0
5            male
6            back
Name: 2030, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029591.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005121
1       ISIC_0029591
2                mel
3              histo
4               65.0
5             female
6    upper extremity
Name: 2031, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030932.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000241
1       ISIC_0030932
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 2032, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032036.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004637
1       ISIC_0032036
2                mel
3              histo
4               65.0
5             female
6    lower extremity
Name: 2034, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031543.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007188
1       ISIC_0031543
2                mel
3              histo
4               60.0
5             female
6    upper extremity
Name: 2036, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030107.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004888
1    ISIC_0030107
2             mel
3           histo
4            20.0
5          female
6           scalp
Name: 2039, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029698.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005425
1       ISIC_0029698
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 2042, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029937.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000766
1    ISIC_0029937
2             mel
3           histo
4            40.0
5            male
6           chest
Name: 2043, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030360.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000220
1       ISIC_0030360
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 2049, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029843.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006257
1    ISIC_0029843
2             mel
3           histo
4            70.0
5            male
6            neck
Name: 2050, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029454.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007019
1    ISIC_0029454
2             mel
3           histo
4            80.0
5            male
6            back
Name: 2054, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030501.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000887
1    ISIC_0030501
2             mel
3           histo
4            50.0
5            male
6            back
Name: 2060, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030382.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005640
1    ISIC_0030382
2             mel
3           histo
4            60.0
5            male
6            neck
Name: 2063, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030689.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000952
1       ISIC_0030689
2                mel
3              histo
4               80.0
5             female
6    lower extremity
Name: 2071, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032420.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003055
1    ISIC_0032420
2             mel
3           histo
4            65.0
5          female
6            neck
Name: 2073, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029744.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003782
1    ISIC_0029744
2             mel
3           histo
4            35.0
5          female
6         abdomen
Name: 2078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032425.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001349
1       ISIC_0032425
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 2080, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030110.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001655
1       ISIC_0030110
2                mel
3              histo
4               50.0
5             female
6    upper extremity
Name: 2084, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031494.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007238
1       ISIC_0031494
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 2086, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029319.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005315
1    ISIC_0029319
2             mel
3           histo
4            85.0
5            male
6            back
Name: 2093, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032219.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005315
1    ISIC_0032219
2             mel
3           histo
4            85.0
5            male
6            back
Name: 2094, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029318.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002609
1    ISIC_0029318
2             mel
3           histo
4            60.0
5          female
6            back
Name: 2096, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032070.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002609
1    ISIC_0032070
2             mel
3           histo
4            60.0
5          female
6            back
Name: 2097, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029839.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002113
1    ISIC_0029839
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2100, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030747.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006380
1       ISIC_0030747
2                mel
3              histo
4               35.0
5             female
6    upper extremity
Name: 2101, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030784.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005078
1       ISIC_0030784
2                mel
3              histo
4               85.0
5               male
6    upper extremity
Name: 2106, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031146.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005006
1    ISIC_0031146
2             mel
3           histo
4            20.0
5          female
6           chest
Name: 2107, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031239.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000767
1    ISIC_0031239
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2112, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031529.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001657
1    ISIC_0031529
2             mel
3           histo
4            40.0
5          female
6         abdomen
Name: 2117, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030843.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001069
1       ISIC_0030843
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 2119, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029780.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001596
1    ISIC_0029780
2             mel
3           histo
4            50.0
5          female
6            face
Name: 2122, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030616.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005623
1       ISIC_0030616
2                mel
3              histo
4               80.0
5             female
6    upper extremity
Name: 2123, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032192.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007070
1       ISIC_0032192
2                mel
3              histo
4               80.0
5               male
6    lower extremity
Name: 2126, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032372.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000125
1       ISIC_0032372
2                mel
3              histo
4               60.0
5               male
6    lower extremity
Name: 2129, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031915.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000136
1    ISIC_0031915
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2132, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030047.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007242
1       ISIC_0030047
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 2136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030910.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001598
1    ISIC_0030910
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2137, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031670.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006130
1       ISIC_0031670
2                mel
3              histo
4               80.0
5             female
6    upper extremity
Name: 2143, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031339.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001744
1    ISIC_0031339
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2144, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032430.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006942
1    ISIC_0032430
2             mel
3           histo
4            55.0
5            male
6            face
Name: 2146, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029958.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004507
1    ISIC_0029958
2             mel
3           histo
4            65.0
5          female
6            face
Name: 2151, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032476.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001744
1    ISIC_0032476
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2152, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031170.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003428
1       ISIC_0031170
2                mel
3              histo
4               85.0
5             female
6    upper extremity
Name: 2153, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030423.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005121
1       ISIC_0030423
2                mel
3              histo
4               65.0
5             female
6    upper extremity
Name: 2154, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029353.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001744
1    ISIC_0029353
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2156, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032504.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001791
1       ISIC_0032504
2                mel
3              histo
4               50.0
5             female
6    upper extremity
Name: 2157, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029995.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001835
1    ISIC_0029995
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2160, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031908.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002772
1    ISIC_0031908
2             mel
3           histo
4            75.0
5            male
6            back
Name: 2161, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030653.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003957
1    ISIC_0030653
2             mel
3           histo
4            65.0
5          female
6            back
Name: 2163, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030950.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006160
1    ISIC_0030950
2             mel
3           histo
4            70.0
5          female
6            hand
Name: 2167, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029885.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000856
1    ISIC_0029885
2             mel
3           histo
4            35.0
5            male
6            back
Name: 2170, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031550.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002693
1    ISIC_0031550
2             mel
3           histo
4            80.0
5          female
6           chest
Name: 2175, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029642.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006964
1       ISIC_0029642
2                mel
3              histo
4               60.0
5             female
6    lower extremity
Name: 2178, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029893.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006699
1    ISIC_0029893
2             mel
3           histo
4            65.0
5            male
6            face
Name: 2179, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031417.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006380
1       ISIC_0031417
2                mel
3              histo
4               35.0
5             female
6    upper extremity
Name: 2180, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030695.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004164
1       ISIC_0030695
2                mel
3              histo
4               80.0
5               male
6    lower extremity
Name: 2184, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031203.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004164
1       ISIC_0031203
2                mel
3              histo
4               80.0
5               male
6    lower extremity
Name: 2186, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030183.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005532
1    ISIC_0030183
2             mel
3           histo
4            70.0
5            male
6           chest
Name: 2187, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031401.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000593
1    ISIC_0031401
2             mel
3           histo
4            50.0
5            male
6            back
Name: 2190, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030255.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002817
1       ISIC_0030255
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 2193, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029495.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002817
1       ISIC_0029495
2                mel
3              histo
4               70.0
5             female
6    upper extremity
Name: 2194, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032269.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003256
1    ISIC_0032269
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2195, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031350.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003435
1    ISIC_0031350
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2196, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029574.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005986
1    ISIC_0029574
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2199, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030246.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003149
1       ISIC_0030246
2                mel
3              histo
4               60.0
5               male
6    upper extremity
Name: 2202, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030032.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005724
1       ISIC_0030032
2                mel
3              histo
4               75.0
5               male
6    upper extremity
Name: 2206, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031561.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006744
1    ISIC_0031561
2             mel
3           histo
4            55.0
5            male
6            back
Name: 2214, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031410.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003782
1    ISIC_0031410
2             mel
3           histo
4            35.0
5          female
6         abdomen
Name: 2216, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029705.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004936
1    ISIC_0029705
2             mel
3           histo
4            80.0
5            male
6           chest
Name: 2219, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032207.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000513
1       ISIC_0032207
2                mel
3              histo
4               35.0
5             female
6    upper extremity
Name: 2220, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032149.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001964
1    ISIC_0032149
2             mel
3           histo
4            50.0
5            male
6            neck
Name: 2221, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032433.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005504
1    ISIC_0032433
2             mel
3           histo
4            55.0
5          female
6            foot
Name: 2223, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031931.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005692
1    ISIC_0031931
2             mel
3           histo
4            70.0
5          female
6            face
Name: 2225, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030083.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005746
1    ISIC_0030083
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2228, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030002.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005746
1    ISIC_0030002
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2229, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032204.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005789
1    ISIC_0032204
2             mel
3           histo
4            55.0
5            male
6           chest
Name: 2232, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032095.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005789
1    ISIC_0032095
2             mel
3           histo
4            55.0
5            male
6           chest
Name: 2233, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031821.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003957
1    ISIC_0031821
2             mel
3           histo
4            65.0
5          female
6            back
Name: 2235, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030795.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003601
1    ISIC_0030795
2             mel
3           histo
4            60.0
5            male
6            back
Name: 2236, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029480.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004898
1       ISIC_0029480
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 2244, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032232.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004878
1    ISIC_0032232
2             mel
3           histo
4            85.0
5            male
6            back
Name: 2245, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031005.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000517
1    ISIC_0031005
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2246, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030507.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000517
1    ISIC_0030507
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2248, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031498.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001953
1    ISIC_0031498
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2256, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032287.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006223
1    ISIC_0032287
2             mel
3           histo
4            80.0
5            male
6            foot
Name: 2260, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030901.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002131
1       ISIC_0030901
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 2262, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030995.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002131
1       ISIC_0030995
2                mel
3              histo
4               55.0
5               male
6    upper extremity
Name: 2263, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031368.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002576
1       ISIC_0031368
2                mel
3              histo
4               55.0
5               male
6    lower extremity
Name: 2264, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031900.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001113
1    ISIC_0031900
2             mel
3           histo
4            55.0
5            male
6            back
Name: 2265, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029570.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002130
1       ISIC_0029570
2                mel
3              histo
4               50.0
5             female
6    lower extremity
Name: 2268, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031389.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002591
1       ISIC_0031389
2                mel
3              histo
4               55.0
5             female
6    lower extremity
Name: 2274, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030925.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002613
1       ISIC_0030925
2                mel
3              histo
4               45.0
5               male
6    lower extremity
Name: 2275, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030122.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003171
1    ISIC_0030122
2             mel
3           histo
4            55.0
5            male
6            back
Name: 2276, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031778.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003509
1       ISIC_0031778
2                mel
3              histo
4               75.0
5               male
6    lower extremity
Name: 2278, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031377.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000022
1    ISIC_0031377
2             mel
3           histo
4            65.0
5            male
6            back
Name: 2279, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030604.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002613
1       ISIC_0030604
2                mel
3              histo
4               45.0
5               male
6    lower extremity
Name: 2281, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031025.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002911
1    ISIC_0031025
2             mel
3           histo
4            60.0
5          female
6            back
Name: 2283, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030951.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000590
1       ISIC_0030951
2                mel
3              histo
4               85.0
5             female
6    lower extremity
Name: 2284, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031957.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004081
1       ISIC_0031957
2                mel
3              histo
4               70.0
5             female
6    lower extremity
Name: 2285, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031303.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004547
1    ISIC_0031303
2             mel
3           histo
4            65.0
5            male
6            face
Name: 2286, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031087.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004596
1       ISIC_0031087
2                mel
3              histo
4               65.0
5               male
6    upper extremity
Name: 2288, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029652.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006832
1       ISIC_0029652
2                mel
3              histo
4               50.0
5               male
6    upper extremity
Name: 2294, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031295.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006832
1       ISIC_0031295
2                mel
3              histo
4               50.0
5               male
6    upper extremity
Name: 2295, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030929.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003530
1       ISIC_0030929
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 2305, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032389.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003102
1    ISIC_0032389
2             mel
3           histo
4            65.0
5            male
6            face
Name: 2311, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031746.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003534
1    ISIC_0031746
2             mel
3           histo
4            85.0
5            male
6           chest
Name: 2313, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030277.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004047
1       ISIC_0030277
2                mel
3              histo
4               55.0
5             female
6    upper extremity
Name: 2315, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031844.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000536
1       ISIC_0031844
2                mel
3              histo
4               45.0
5             female
6    lower extremity
Name: 2318, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031197.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006889
1       ISIC_0031197
2               vasc
3              histo
4               20.0
5               male
6    upper extremity
Name: 2321, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031270.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006889
1       ISIC_0031270
2               vasc
3              histo
4               20.0
5               male
6    upper extremity
Name: 2322, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029486.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001920
1    ISIC_0029486
2            vasc
3           histo
4            55.0
5            male
6            back
Name: 2323, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031901.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001920
1    ISIC_0031901
2            vasc
3           histo
4            55.0
5            male
6            back
Name: 2324, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032076.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005155
1       ISIC_0032076
2               vasc
3              histo
4               85.0
5               male
6    lower extremity
Name: 2325, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029404.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002692
1    ISIC_0029404
2            vasc
3           histo
4            10.0
5            male
6           trunk
Name: 2327, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030275.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002692
1    ISIC_0030275
2            vasc
3           histo
4            10.0
5            male
6           trunk
Name: 2328, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031217.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004765
1    ISIC_0031217
2            vasc
3           histo
4            15.0
5            male
6            face
Name: 2333, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029448.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002218
1    ISIC_0029448
2            vasc
3           histo
4             5.0
5            male
6            back
Name: 2336, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030956.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005713
1    ISIC_0030956
2            vasc
3           histo
4            60.0
5          female
6            neck
Name: 2338, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030770.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002538
1    ISIC_0030770
2            vasc
3           histo
4            65.0
5          female
6         abdomen
Name: 2341, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032240.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002538
1    ISIC_0032240
2            vasc
3           histo
4            65.0
5          female
6         abdomen
Name: 2342, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031759.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003925
1    ISIC_0031759
2            vasc
3           histo
4            80.0
5            male
6            back
Name: 2343, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029889.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006324
1    ISIC_0029889
2            vasc
3           histo
4            40.0
5          female
6           chest
Name: 2344, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030882.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004455
1    ISIC_0030882
2            vasc
3           histo
4            20.0
5            male
6           trunk
Name: 2346, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029514.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007614
1    ISIC_0029514
2            vasc
3           histo
4            55.0
5          female
6            face
Name: 2347, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032745.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000494
1       ISIC_0032745
2               vasc
3              histo
4               55.0
5               male
6    lower extremity
Name: 2351, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032557.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000494
1       ISIC_0032557
2               vasc
3              histo
4               55.0
5               male
6    lower extremity
Name: 2352, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033092.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000494
1       ISIC_0033092
2               vasc
3              histo
4               55.0
5               male
6    lower extremity
Name: 2353, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033450.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005878
1    ISIC_0033450
2            vasc
3           histo
4            15.0
5            male
6           chest
Name: 2356, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033254.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005878
1    ISIC_0033254
2            vasc
3           histo
4            15.0
5            male
6           chest
Name: 2357, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033158.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004776
1    ISIC_0033158
2            vasc
3           histo
4            45.0
5          female
6           chest
Name: 2358, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032867.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004776
1    ISIC_0032867
2            vasc
3           histo
4            45.0
5          female
6           chest
Name: 2359, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032545.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004776
1    ISIC_0032545
2            vasc
3           histo
4            45.0
5          female
6           chest
Name: 2360, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032692.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000940
1       ISIC_0032692
2               vasc
3              histo
4               35.0
5             female
6    lower extremity
Name: 2361, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033608.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000940
1       ISIC_0033608
2               vasc
3              histo
4               35.0
5             female
6    lower extremity
Name: 2362, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033969.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000940
1       ISIC_0033969
2               vasc
3              histo
4               35.0
5             female
6    lower extremity
Name: 2363, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033031.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003862
1       ISIC_0033031
2               vasc
3              histo
4               45.0
5               male
6    upper extremity
Name: 2364, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032775.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003862
1       ISIC_0032775
2               vasc
3              histo
4               45.0
5               male
6    upper extremity
Name: 2365, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033458.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003862
1       ISIC_0033458
2               vasc
3              histo
4               45.0
5               male
6    upper extremity
Name: 2366, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032614.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006946
1    ISIC_0032614
2            vasc
3           histo
4            55.0
5          female
6            back
Name: 2367, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033349.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006946
1    ISIC_0033349
2            vasc
3           histo
4            55.0
5          female
6            back
Name: 2368, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032919.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006946
1    ISIC_0032919
2            vasc
3           histo
4            55.0
5          female
6            back
Name: 2369, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032866.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006946
1    ISIC_0032866
2            vasc
3           histo
4            55.0
5          female
6            back
Name: 2370, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033135.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004791
1       ISIC_0033135
2               vasc
3              histo
4               80.0
5             female
6    lower extremity
Name: 2371, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032538.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004791
1       ISIC_0032538
2               vasc
3              histo
4               80.0
5             female
6    lower extremity
Name: 2372, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033591.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004791
1       ISIC_0033591
2               vasc
3              histo
4               80.0
5             female
6    lower extremity
Name: 2373, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031648.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005989
1    ISIC_0031648
2            vasc
3           histo
4            25.0
5          female
6            back
Name: 2374, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033565.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005989
1    ISIC_0033565
2            vasc
3           histo
4            25.0
5          female
6            back
Name: 2375, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033123.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005989
1    ISIC_0033123
2            vasc
3           histo
4            25.0
5          female
6            back
Name: 2376, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033230.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007097
1    ISIC_0033230
2            vasc
3           histo
4            60.0
5            male
6           trunk
Name: 2377, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033762.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007097
1    ISIC_0033762
2            vasc
3           histo
4            60.0
5            male
6           trunk
Name: 2378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034214.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007097
1    ISIC_0034214
2            vasc
3           histo
4            60.0
5            male
6           trunk
Name: 2379, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033749.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001852
1       ISIC_0033749
2               vasc
3              histo
4               80.0
5               male
6    lower extremity
Name: 2380, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034196.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001852
1       ISIC_0034196
2               vasc
3              histo
4               80.0
5               male
6    lower extremity
Name: 2381, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031090.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001719
1       ISIC_0031090
2               vasc
3              histo
4               55.0
5             female
6    upper extremity
Name: 2382, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032270.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005270
1       ISIC_0032270
2               vasc
3              histo
4               70.0
5             female
6    lower extremity
Name: 2383, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031950.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005158
1       ISIC_0031950
2               vasc
3              histo
4               40.0
5               male
6    lower extremity
Name: 2384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030722.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004820
1    ISIC_0030722
2            vasc
3       consensus
4            45.0
5          female
6         abdomen
Name: 2388, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030606.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002610
1    ISIC_0030606
2            vasc
3       consensus
4             0.0
5          female
6         abdomen
Name: 2390, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031346.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001566
1    ISIC_0031346
2            vasc
3       consensus
4            70.0
5          female
6            face
Name: 2392, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031719.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007020
1    ISIC_0031719
2            vasc
3       consensus
4            75.0
5          female
6            hand
Name: 2395, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030070.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007020
1    ISIC_0030070
2            vasc
3       consensus
4            75.0
5          female
6            hand
Name: 2396, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031093.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000502
1    ISIC_0031093
2            vasc
3       consensus
4            70.0
5            male
6            back
Name: 2397, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029608.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000502
1    ISIC_0029608
2            vasc
3       consensus
4            70.0
5            male
6            back
Name: 2398, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032715.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006852
1    ISIC_0032715
2            vasc
3       consensus
4            45.0
5          female
6         abdomen
Name: 2401, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033991.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006852
1    ISIC_0033991
2            vasc
3       consensus
4            45.0
5          female
6         abdomen
Name: 2402, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033817.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001249
1    ISIC_0033817
2            vasc
3       consensus
4            85.0
5            male
6            back
Name: 2403, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032839.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002498
1    ISIC_0032839
2            vasc
3       consensus
4            70.0
5            male
6            back
Name: 2404, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032932.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002498
1    ISIC_0032932
2            vasc
3       consensus
4            70.0
5            male
6            back
Name: 2405, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031996.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003480
1       ISIC_0031996
2               vasc
3          consensus
4               70.0
5             female
6    lower extremity
Name: 2406, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032890.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003480
1       ISIC_0032890
2               vasc
3          consensus
4               70.0
5             female
6    lower extremity
Name: 2407, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033844.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003480
1       ISIC_0033844
2               vasc
3          consensus
4               70.0
5             female
6    lower extremity
Name: 2408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029439.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002390
1    ISIC_0029439
2            vasc
3       consensus
4            50.0
5            male
6         abdomen
Name: 2410, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031201.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004549
1    ISIC_0031201
2            vasc
3       consensus
4            45.0
5            male
6           trunk
Name: 2411, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030283.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007372
1    ISIC_0030283
2            vasc
3       consensus
4            55.0
5            male
6           trunk
Name: 2412, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031706.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000934
1    ISIC_0031706
2            vasc
3       consensus
4            60.0
5            male
6           trunk
Name: 2413, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032409.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001238
1    ISIC_0032409
2            vasc
3       consensus
4            80.0
5            male
6         abdomen
Name: 2418, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029742.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002650
1    ISIC_0029742
2            vasc
3       consensus
4             5.0
5            male
6            back
Name: 2424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029877.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006193
1       ISIC_0029877
2               vasc
3          consensus
4               80.0
5               male
6    lower extremity
Name: 2430, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031215.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005885
1    ISIC_0031215
2            vasc
3       consensus
4            75.0
5            male
6           trunk
Name: 2432, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030104.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001122
1    ISIC_0030104
2            vasc
3       consensus
4            65.0
5          female
6           trunk
Name: 2435, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031103.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001372
1    ISIC_0031103
2            vasc
3       consensus
4            35.0
5          female
6           trunk
Name: 2441, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031065.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000109
1    ISIC_0031065
2            vasc
3       consensus
4            35.0
5          female
6           trunk
Name: 2442, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031955.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001091
1       ISIC_0031955
2               vasc
3          consensus
4               30.0
5             female
6    lower extremity
Name: 2446, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031276.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006447
1    ISIC_0031276
2            vasc
3       consensus
4            75.0
5            male
6         abdomen
Name: 2449, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032057.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004862
1    ISIC_0032057
2            vasc
3       consensus
4            55.0
5          female
6         abdomen
Name: 2457, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034093.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003220
1    ISIC_0034093
2             bcc
3           histo
4            80.0
5          female
6            face
Name: 2464, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031513.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007141
1    ISIC_0031513
2             bcc
3           histo
4            50.0
5            male
6           trunk
Name: 2466, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032384.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007009
1    ISIC_0032384
2             bcc
3           histo
4            50.0
5            male
6            back
Name: 2467, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029755.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005776
1    ISIC_0029755
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2479, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030574.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000195
1    ISIC_0030574
2             bcc
3           histo
4            50.0
5          female
6            back
Name: 2486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031585.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004219
1    ISIC_0031585
2             bcc
3           histo
4            45.0
5            male
6           chest
Name: 2487, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030446.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003805
1    ISIC_0030446
2             bcc
3           histo
4            80.0
5          female
6           scalp
Name: 2491, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031527.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003805
1    ISIC_0031527
2             bcc
3           histo
4            80.0
5          female
6           scalp
Name: 2492, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031166.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001610
1    ISIC_0031166
2             bcc
3           histo
4            75.0
5          female
6            back
Name: 2493, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030893.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002467
1    ISIC_0030893
2             bcc
3           histo
4            70.0
5            male
6            back
Name: 2495, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030261.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004871
1    ISIC_0030261
2             bcc
3           histo
4            70.0
5            male
6            back
Name: 2496, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032696.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000993
1    ISIC_0032696
2             bcc
3           histo
4            70.0
5            male
6            back
Name: 2498, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029466.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002021
1       ISIC_0029466
2                bcc
3              histo
4               65.0
5             female
6    upper extremity
Name: 2499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031400.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001331
1    ISIC_0031400
2             bcc
3           histo
4            75.0
5            male
6           chest
Name: 2504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029747.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006800
1    ISIC_0029747
2             bcc
3           histo
4            85.0
5          female
6            face
Name: 2505, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030778.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006800
1    ISIC_0030778
2             bcc
3           histo
4            85.0
5          female
6            face
Name: 2506, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031749.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002791
1    ISIC_0031749
2             bcc
3           histo
4            40.0
5          female
6           trunk
Name: 2507, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029847.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002791
1    ISIC_0029847
2             bcc
3           histo
4            40.0
5          female
6           trunk
Name: 2508, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031943.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000393
1    ISIC_0031943
2             bcc
3           histo
4            40.0
5          female
6         abdomen
Name: 2509, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030335.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004603
1    ISIC_0030335
2             bcc
3           histo
4            60.0
5            male
6           trunk
Name: 2511, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029647.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003094
1       ISIC_0029647
2                bcc
3              histo
4               75.0
5               male
6    upper extremity
Name: 2515, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029515.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007002
1    ISIC_0029515
2             bcc
3           histo
4            80.0
5            male
6            face
Name: 2518, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030271.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005469
1       ISIC_0030271
2                bcc
3              histo
4               75.0
5               male
6    lower extremity
Name: 2519, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031140.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003229
1    ISIC_0031140
2             bcc
3           histo
4            60.0
5            male
6           chest
Name: 2521, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032139.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003738
1    ISIC_0032139
2             bcc
3           histo
4            85.0
5          female
6            face
Name: 2522, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031243.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003738
1    ISIC_0031243
2             bcc
3           histo
4            85.0
5          female
6            face
Name: 2523, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030687.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000791
1    ISIC_0030687
2             bcc
3           histo
4            80.0
5            male
6           scalp
Name: 2527, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030766.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006351
1    ISIC_0030766
2             bcc
3           histo
4            70.0
5          female
6            face
Name: 2531, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030800.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005921
1       ISIC_0030800
2                bcc
3              histo
4               75.0
5               male
6    lower extremity
Name: 2534, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029341.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002346
1    ISIC_0029341
2             bcc
3           histo
4            70.0
5            male
6            face
Name: 2537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031762.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007428
1    ISIC_0031762
2             bcc
3           histo
4            75.0
5          female
6            face
Name: 2538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031442.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005982
1       ISIC_0031442
2                bcc
3              histo
4               70.0
5               male
6    lower extremity
Name: 2544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032415.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000463
1    ISIC_0032415
2             bcc
3           histo
4            70.0
5          female
6            face
Name: 2546, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030177.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000463
1    ISIC_0030177
2             bcc
3           histo
4            70.0
5          female
6            face
Name: 2547, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031284.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002717
1    ISIC_0031284
2             bcc
3           histo
4            75.0
5            male
6            face
Name: 2548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031789.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002717
1    ISIC_0031789
2             bcc
3           histo
4            75.0
5            male
6            face
Name: 2549, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032414.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001926
1       ISIC_0032414
2                bcc
3              histo
4               75.0
5             female
6    lower extremity
Name: 2551, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031824.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001326
1    ISIC_0031824
2             bcc
3           histo
4            60.0
5            male
6           scalp
Name: 2552, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030145.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001326
1    ISIC_0030145
2             bcc
3           histo
4            60.0
5            male
6           scalp
Name: 2553, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031640.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001239
1    ISIC_0031640
2             bcc
3           histo
4            65.0
5          female
6           scalp
Name: 2554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029899.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005530
1    ISIC_0029899
2             bcc
3           histo
4            50.0
5          female
6           chest
Name: 2556, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030659.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001618
1    ISIC_0030659
2             bcc
3           histo
4            60.0
5            male
6            back
Name: 2563, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031272.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006384
1    ISIC_0031272
2             bcc
3           histo
4            80.0
5            male
6            face
Name: 2569, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030010.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006548
1    ISIC_0030010
2             bcc
3           histo
4            65.0
5          female
6            neck
Name: 2575, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032482.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006387
1    ISIC_0032482
2             bcc
3           histo
4            70.0
5            male
6            face
Name: 2577, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029779.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000009
1    ISIC_0029779
2             bcc
3           histo
4            35.0
5            male
6            back
Name: 2580, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029669.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001616
1    ISIC_0029669
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2581, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031169.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001616
1    ISIC_0031169
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030349.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006572
1    ISIC_0030349
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2584, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034160.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006572
1    ISIC_0034160
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2586, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031489.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003328
1    ISIC_0031489
2             bcc
3           histo
4            55.0
5          female
6            back
Name: 2588, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032660.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002565
1    ISIC_0032660
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2591, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033504.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002565
1    ISIC_0033504
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2592, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030114.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005998
1    ISIC_0030114
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2595, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032959.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003427
1    ISIC_0032959
2             bcc
3           histo
4            50.0
5            male
6            face
Name: 2597, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034306.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002526
1    ISIC_0034306
2             bcc
3           histo
4            75.0
5            male
6           trunk
Name: 2598, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032799.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002526
1    ISIC_0032799
2             bcc
3           histo
4            75.0
5            male
6           trunk
Name: 2599, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033020.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001138
1       ISIC_0033020
2                bcc
3              histo
4               50.0
5               male
6    lower extremity
Name: 2600, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032768.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001138
1       ISIC_0032768
2                bcc
3              histo
4               50.0
5               male
6    lower extremity
Name: 2601, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033205.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001138
1       ISIC_0033205
2                bcc
3              histo
4               50.0
5               male
6    lower extremity
Name: 2602, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033271.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000823
1    ISIC_0033271
2             bcc
3           histo
4            75.0
5          female
6            face
Name: 2603, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033575.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000823
1    ISIC_0033575
2             bcc
3           histo
4            75.0
5          female
6            face
Name: 2604, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032894.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000823
1    ISIC_0032894
2             bcc
3           histo
4            75.0
5          female
6            face
Name: 2605, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033720.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005396
1    ISIC_0033720
2             bcc
3           histo
4            75.0
5            male
6         abdomen
Name: 2606, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034255.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005396
1    ISIC_0034255
2             bcc
3           histo
4            75.0
5            male
6         abdomen
Name: 2607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032834.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005396
1    ISIC_0032834
2             bcc
3           histo
4            75.0
5            male
6         abdomen
Name: 2608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034058.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000263
1    ISIC_0034058
2             bcc
3           histo
4            70.0
5            male
6            back
Name: 2610, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033001.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000263
1    ISIC_0033001
2             bcc
3           histo
4            70.0
5            male
6            back
Name: 2611, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033354.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003887
1    ISIC_0033354
2             bcc
3           histo
4            65.0
5            male
6            face
Name: 2612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032857.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003887
1    ISIC_0032857
2             bcc
3           histo
4            65.0
5            male
6            face
Name: 2613, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032906.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003887
1    ISIC_0032906
2             bcc
3           histo
4            65.0
5            male
6            face
Name: 2614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033579.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000394
1    ISIC_0033579
2             bcc
3           histo
4            25.0
5            male
6            back
Name: 2616, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034095.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000394
1    ISIC_0034095
2             bcc
3           histo
4            25.0
5            male
6            back
Name: 2617, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034143.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000394
1    ISIC_0034143
2             bcc
3           histo
4            25.0
5            male
6            back
Name: 2618, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032652.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004083
1    ISIC_0032652
2             bcc
3           histo
4            60.0
5          female
6            face
Name: 2619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033551.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004083
1    ISIC_0033551
2             bcc
3           histo
4            60.0
5          female
6            face
Name: 2620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033571.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004083
1    ISIC_0033571
2             bcc
3           histo
4            60.0
5          female
6            face
Name: 2621, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033666.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002664
1    ISIC_0033666
2             bcc
3           histo
4            60.0
5            male
6            face
Name: 2622, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033218.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002664
1    ISIC_0033218
2             bcc
3           histo
4            60.0
5            male
6            face
Name: 2623, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033054.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002664
1    ISIC_0033054
2             bcc
3           histo
4            60.0
5            male
6            face
Name: 2624, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033257.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003046
1    ISIC_0033257
2             bcc
3           histo
4            70.0
5            male
6            face
Name: 2625, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034276.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003046
1    ISIC_0034276
2             bcc
3           histo
4            70.0
5            male
6            face
Name: 2626, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034119.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003046
1    ISIC_0034119
2             bcc
3           histo
4            70.0
5            male
6            face
Name: 2627, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034047.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002559
1    ISIC_0034047
2             bcc
3           histo
4            70.0
5            male
6            face
Name: 2628, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034299.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007335
1       ISIC_0034299
2                bcc
3              histo
4               60.0
5               male
6    upper extremity
Name: 2629, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032808.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007335
1       ISIC_0032808
2                bcc
3              histo
4               60.0
5               male
6    upper extremity
Name: 2630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033483.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007471
1    ISIC_0033483
2             bcc
3           histo
4            45.0
5            male
6         abdomen
Name: 2631, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032536.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007471
1    ISIC_0032536
2             bcc
3           histo
4            45.0
5            male
6         abdomen
Name: 2632, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034161.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001243
1    ISIC_0034161
2             bcc
3           histo
4            30.0
5          female
6            back
Name: 2633, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033747.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001243
1    ISIC_0033747
2             bcc
3           histo
4            30.0
5          female
6            back
Name: 2634, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030314.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004536
1    ISIC_0030314
2             bcc
3           histo
4            40.0
5          female
6            back
Name: 2636, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033012.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000795
1    ISIC_0033012
2             bcc
3           histo
4            80.0
5          female
6            back
Name: 2637, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033468.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000795
1    ISIC_0033468
2             bcc
3           histo
4            80.0
5          female
6            back
Name: 2638, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033609.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002243
1    ISIC_0033609
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2639, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032777.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002243
1    ISIC_0032777
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033019.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002243
1    ISIC_0033019
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2641, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033203.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000879
1    ISIC_0033203
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033366.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000879
1    ISIC_0033366
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2643, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032816.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000879
1    ISIC_0032816
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2644, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034015.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003216
1    ISIC_0034015
2             bcc
3           histo
4            85.0
5          female
6            face
Name: 2648, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034223.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003216
1    ISIC_0034223
2             bcc
3           histo
4            85.0
5          female
6            face
Name: 2649, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032611.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003072
1    ISIC_0032611
2             bcc
3           histo
4            85.0
5            male
6            face
Name: 2650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033499.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003072
1    ISIC_0033499
2             bcc
3           histo
4            85.0
5            male
6            face
Name: 2651, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033372.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001749
1    ISIC_0033372
2             bcc
3           histo
4            70.0
5            male
6           chest
Name: 2652, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034066.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001749
1    ISIC_0034066
2             bcc
3           histo
4            70.0
5            male
6           chest
Name: 2653, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034123.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006586
1    ISIC_0034123
2             bcc
3           histo
4            80.0
5          female
6            face
Name: 2654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034026.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006586
1    ISIC_0034026
2             bcc
3           histo
4            80.0
5          female
6            face
Name: 2655, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032741.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005478
1    ISIC_0032741
2             bcc
3           histo
4            65.0
5            male
6            neck
Name: 2656, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033301.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005478
1    ISIC_0033301
2             bcc
3           histo
4            65.0
5            male
6            neck
Name: 2657, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034155.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003690
1    ISIC_0034155
2             bcc
3           histo
4            45.0
5          female
6         unknown
Name: 2658, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033146.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003690
1    ISIC_0033146
2             bcc
3           histo
4            45.0
5          female
6         unknown
Name: 2659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033248.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002397
1    ISIC_0033248
2             bcc
3           histo
4            85.0
5          female
6            neck
Name: 2661, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032850.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007248
1       ISIC_0032850
2                bcc
3              histo
4               70.0
5               male
6    lower extremity
Name: 2663, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030712.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007248
1       ISIC_0030712
2                bcc
3              histo
4               70.0
5               male
6    lower extremity
Name: 2664, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032727.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004848
1    ISIC_0032727
2             bcc
3           histo
4            80.0
5          female
6            face
Name: 2665, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032991.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004849
1    ISIC_0032991
2             bcc
3           histo
4            80.0
5          female
6            face
Name: 2666, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033979.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004848
1    ISIC_0033979
2             bcc
3           histo
4            80.0
5          female
6            face
Name: 2667, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031836.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003600
1    ISIC_0031836
2             bcc
3           histo
4            40.0
5          female
6         abdomen
Name: 2669, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031569.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003039
1    ISIC_0031569
2             bcc
3           histo
4            30.0
5          female
6            back
Name: 2673, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029564.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004515
1    ISIC_0029564
2             bcc
3           histo
4            55.0
5          female
6            face
Name: 2675, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031225.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000352
1    ISIC_0031225
2             bcc
3           histo
4            60.0
5          female
6           chest
Name: 2678, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031450.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003373
1    ISIC_0031450
2             bcc
3           histo
4            65.0
5            male
6            back
Name: 2679, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031026.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001640
1    ISIC_0031026
2             bcc
3           histo
4            65.0
5            male
6            back
Name: 2680, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032146.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004435
1    ISIC_0032146
2             bcc
3           histo
4            80.0
5          female
6            neck
Name: 2681, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031539.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005302
1    ISIC_0031539
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2683, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030233.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003112
1    ISIC_0030233
2             bcc
3           histo
4            80.0
5            male
6           chest
Name: 2684, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029331.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002069
1       ISIC_0029331
2                bcc
3              histo
4               50.0
5               male
6    lower extremity
Name: 2690, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029546.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005482
1    ISIC_0029546
2             bcc
3           histo
4            45.0
5          female
6            back
Name: 2691, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029392.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002983
1       ISIC_0029392
2                bcc
3              histo
4               75.0
5               male
6    upper extremity
Name: 2692, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031698.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000082
1    ISIC_0031698
2             bcc
3           histo
4            75.0
5          female
6            back
Name: 2694, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031245.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005901
1    ISIC_0031245
2             bcc
3           histo
4            65.0
5            male
6           chest
Name: 2695, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031351.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006274
1    ISIC_0031351
2             bcc
3           histo
4            75.0
5            male
6           chest
Name: 2699, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031413.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004521
1    ISIC_0031413
2             bcc
3           histo
4            85.0
5            male
6            back
Name: 2701, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032497.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001759
1       ISIC_0032497
2                bcc
3              histo
4               70.0
5             female
6    lower extremity
Name: 2702, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031643.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003851
1    ISIC_0031643
2             bcc
3           histo
4            70.0
5            male
6            back
Name: 2708, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030644.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003853
1    ISIC_0030644
2             bcc
3           histo
4            85.0
5            male
6            face
Name: 2710, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030737.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003119
1    ISIC_0030737
2             bcc
3           histo
4            45.0
5            male
6           chest
Name: 2719, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031384.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002427
1    ISIC_0031384
2             bcc
3           histo
4            85.0
5            male
6            back
Name: 2726, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031712.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004147
1    ISIC_0031712
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2729, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032439.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005547
1    ISIC_0032439
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2730, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029391.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006575
1    ISIC_0029391
2             bcc
3           histo
4            65.0
5          female
6           chest
Name: 2731, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030403.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004027
1    ISIC_0030403
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2732, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029805.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005575
1    ISIC_0029805
2             bcc
3           histo
4            85.0
5            male
6            back
Name: 2738, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029412.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002024
1    ISIC_0029412
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2743, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030528.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000512
1    ISIC_0030528
2             bcc
3           histo
4            45.0
5          female
6            face
Name: 2746, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030511.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005599
1    ISIC_0030511
2             bcc
3           histo
4            70.0
5          female
6            back
Name: 2747, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030594.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002736
1    ISIC_0030594
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2748, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031236.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002744
1       ISIC_0031236
2                bcc
3              histo
4               45.0
5             female
6    upper extremity
Name: 2753, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030813.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006465
1    ISIC_0030813
2             bcc
3           histo
4            65.0
5            male
6            back
Name: 2754, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032174.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005559
1    ISIC_0032174
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2757, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031266.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006609
1    ISIC_0031266
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2759, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032194.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003596
1    ISIC_0032194
2             bcc
3           histo
4            45.0
5            male
6            neck
Name: 2764, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029489.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006005
1       ISIC_0029489
2                bcc
3              histo
4               85.0
5             female
6    lower extremity
Name: 2765, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029974.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004627
1    ISIC_0029974
2             bcc
3           histo
4            85.0
5          female
6            back
Name: 2766, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031597.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004627
1    ISIC_0031597
2             bcc
3           histo
4            85.0
5          female
6            back
Name: 2767, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032307.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001301
1    ISIC_0032307
2             bcc
3           histo
4            80.0
5            male
6            face
Name: 2776, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032022.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005417
1       ISIC_0032022
2                bcc
3              histo
4               65.0
5               male
6    upper extremity
Name: 2781, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029539.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005971
1    ISIC_0029539
2             bcc
3           histo
4            40.0
5            male
6            back
Name: 2783, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031258.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005971
1    ISIC_0031258
2             bcc
3           histo
4            40.0
5            male
6            back
Name: 2784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030197.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006727
1    ISIC_0030197
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2785, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029655.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006727
1    ISIC_0029655
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2787, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031175.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001654
1       ISIC_0031175
2                bcc
3              histo
4               85.0
5               male
6    lower extremity
Name: 2791, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030755.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001654
1       ISIC_0030755
2                bcc
3              histo
4               85.0
5               male
6    lower extremity
Name: 2792, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031976.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006851
1    ISIC_0031976
2             bcc
3           histo
4            80.0
5            male
6            face
Name: 2794, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031122.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003389
1    ISIC_0031122
2             bcc
3           histo
4            65.0
5            male
6           chest
Name: 2795, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032225.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001388
1       ISIC_0032225
2                bcc
3              histo
4               70.0
5             female
6    lower extremity
Name: 2798, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029856.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001457
1    ISIC_0029856
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2799, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031007.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000153
1    ISIC_0031007
2             bcc
3           histo
4            80.0
5            male
6            face
Name: 2801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032290.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004480
1    ISIC_0032290
2             bcc
3           histo
4            80.0
5            male
6            face
Name: 2802, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030230.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007588
1    ISIC_0030230
2             bcc
3           histo
4            55.0
5          female
6            back
Name: 2803, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031728.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007588
1    ISIC_0031728
2             bcc
3           histo
4            55.0
5          female
6            back
Name: 2804, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031526.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007588
1    ISIC_0031526
2             bcc
3           histo
4            55.0
5          female
6            back
Name: 2805, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032461.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001528
1    ISIC_0032461
2             bcc
3           histo
4            40.0
5          female
6            back
Name: 2813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030690.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004514
1    ISIC_0030690
2             bcc
3           histo
4            50.0
5          female
6            back
Name: 2814, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030181.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005985
1    ISIC_0030181
2             bcc
3           histo
4            45.0
5            male
6           chest
Name: 2818, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030964.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007557
1    ISIC_0030964
2             bcc
3           histo
4            55.0
5            male
6            back
Name: 2820, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031009.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001434
1       ISIC_0031009
2                bcc
3              histo
4               70.0
5             female
6    lower extremity
Name: 2821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030452.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004235
1       ISIC_0030452
2                bcc
3              histo
4               80.0
5               male
6    upper extremity
Name: 2823, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031925.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001707
1       ISIC_0031925
2                bcc
3              histo
4               75.0
5               male
6    lower extremity
Name: 2824, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031095.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005798
1    ISIC_0031095
2             bcc
3           histo
4            85.0
5            male
6            back
Name: 2825, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032246.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005509
1       ISIC_0032246
2                bcc
3              histo
4               70.0
5             female
6    upper extremity
Name: 2827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031057.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005509
1       ISIC_0031057
2                bcc
3              histo
4               70.0
5             female
6    upper extremity
Name: 2829, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029524.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003191
1    ISIC_0029524
2             bcc
3           histo
4            65.0
5          female
6            hand
Name: 2836, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031294.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004365
1    ISIC_0031294
2             bcc
3           histo
4            80.0
5            male
6            face
Name: 2839, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031154.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005371
1    ISIC_0031154
2             bcc
3           histo
4            65.0
5          female
6            face
Name: 2842, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031056.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007507
1       ISIC_0031056
2                bcc
3              histo
4               65.0
5             female
6    lower extremity
Name: 2844, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029820.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007627
1    ISIC_0029820
2             bcc
3           histo
4            80.0
5            male
6           chest
Name: 2846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029644.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005184
1       ISIC_0029644
2                bcc
3              histo
4               40.0
5             female
6    lower extremity
Name: 2848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031063.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003764
1    ISIC_0031063
2             bcc
3           histo
4            70.0
5          female
6            back
Name: 2849, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032314.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007611
1    ISIC_0032314
2             bcc
3           histo
4            85.0
5            male
6            back
Name: 2851, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029323.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000872
1    ISIC_0029323
2             bcc
3           histo
4            75.0
5            male
6           chest
Name: 2853, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031520.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000872
1    ISIC_0031520
2             bcc
3           histo
4            75.0
5            male
6           chest
Name: 2854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031171.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000872
1    ISIC_0031171
2             bcc
3           histo
4            75.0
5            male
6           chest
Name: 2855, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031552.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006588
1    ISIC_0031552
2             bcc
3           histo
4            70.0
5          female
6            face
Name: 2856, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030526.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002313
1    ISIC_0030526
2             bcc
3           histo
4            80.0
5          female
6            foot
Name: 2861, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029337.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002506
1    ISIC_0029337
2             bcc
3           histo
4            75.0
5            male
6            back
Name: 2865, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030096.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003669
1    ISIC_0030096
2             bcc
3           histo
4            65.0
5            male
6           chest
Name: 2866, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029831.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004711
1       ISIC_0029831
2                bcc
3              histo
4               85.0
5               male
6    upper extremity
Name: 2868, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030514.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006872
1    ISIC_0030514
2             bcc
3           histo
4            85.0
5            male
6            back
Name: 2869, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031407.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001575
1    ISIC_0031407
2             bcc
3           histo
4            65.0
5            male
6            face
Name: 2873, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032030.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005985
1    ISIC_0032030
2             bcc
3           histo
4            45.0
5            male
6           chest
Name: 2876, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031651.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006631
1    ISIC_0031651
2             bcc
3           histo
4            85.0
5          female
6            face
Name: 2877, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029919.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005721
1       ISIC_0029919
2                bcc
3              histo
4               75.0
5               male
6    lower extremity
Name: 2880, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031378.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002998
1       ISIC_0031378
2                bcc
3              histo
4               55.0
5             female
6    lower extremity
Name: 2882, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030868.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001693
1       ISIC_0030868
2                bcc
3              histo
4               80.0
5               male
6    lower extremity
Name: 2888, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029372.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000451
1    ISIC_0029372
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2891, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030782.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000451
1    ISIC_0030782
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2892, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030915.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003043
1    ISIC_0030915
2             bcc
3           histo
4            60.0
5            male
6            back
Name: 2893, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031318.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001424
1    ISIC_0031318
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2894, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031470.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001424
1    ISIC_0031470
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2895, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032092.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005379
1       ISIC_0032092
2                bcc
3              histo
4               45.0
5               male
6    upper extremity
Name: 2896, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029602.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003991
1    ISIC_0029602
2             bcc
3           histo
4            60.0
5          female
6            back
Name: 2900, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030954.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003115
1    ISIC_0030954
2             bcc
3           histo
4            85.0
5            male
6           chest
Name: 2902, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031062.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001183
1    ISIC_0031062
2             bcc
3           histo
4            65.0
5          female
6            back
Name: 2903, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030094.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003101
1    ISIC_0030094
2             bcc
3           histo
4            85.0
5            male
6            back
Name: 2905, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030352.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001129
1    ISIC_0030352
2             bcc
3           histo
4            70.0
5          female
6            back
Name: 2908, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029745.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003941
1    ISIC_0029745
2             bcc
3           histo
4            35.0
5            male
6            face
Name: 2909, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030746.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004621
1    ISIC_0030746
2             bcc
3           histo
4            70.0
5          female
6            back
Name: 2912, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031986.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000658
1    ISIC_0031986
2             bcc
3           histo
4            60.0
5          female
6            back
Name: 2914, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029342.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007139
1       ISIC_0029342
2                bcc
3              histo
4               65.0
5             female
6    lower extremity
Name: 2919, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029680.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001237
1       ISIC_0029680
2                bcc
3              histo
4               70.0
5               male
6    lower extremity
Name: 2922, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030339.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000915
1       ISIC_0030339
2                bcc
3              histo
4               75.0
5             female
6    lower extremity
Name: 2923, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032132.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000352
1    ISIC_0032132
2             bcc
3           histo
4            60.0
5          female
6           chest
Name: 2925, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029545.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000496
1    ISIC_0029545
2             bcc
3           histo
4            55.0
5          female
6           chest
Name: 2926, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031298.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005334
1       ISIC_0031298
2                bcc
3              histo
4               75.0
5               male
6    upper extremity
Name: 2928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030249.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003444
1       ISIC_0030249
2                bcc
3              histo
4               80.0
5             female
6    lower extremity
Name: 2929, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032302.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006765
1       ISIC_0032302
2                bcc
3              histo
4               60.0
5             female
6    upper extremity
Name: 2930, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029352.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006765
1       ISIC_0029352
2                bcc
3              histo
4               60.0
5             female
6    upper extremity
Name: 2931, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031697.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003177
1       ISIC_0031697
2                bcc
3              histo
4               60.0
5             female
6    upper extremity
Name: 2935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029917.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007364
1    ISIC_0029917
2             bcc
3           histo
4            80.0
5            male
6            back
Name: 2936, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029501.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002018
1       ISIC_0029501
2                bcc
3              histo
4               70.0
5               male
6    upper extremity
Name: 2939, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030138.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006111
1    ISIC_0030138
2             bcc
3           histo
4            45.0
5          female
6            back
Name: 2940, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032185.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006111
1    ISIC_0032185
2             bcc
3           histo
4            45.0
5          female
6            back
Name: 2941, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032222.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001415
1    ISIC_0032222
2             bcc
3           histo
4            65.0
5            male
6           chest
Name: 2942, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032429.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005973
1       ISIC_0032429
2                bcc
3              histo
4               75.0
5               male
6    lower extremity
Name: 2945, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029951.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005973
1       ISIC_0029951
2                bcc
3              histo
4               75.0
5               male
6    lower extremity
Name: 2946, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031614.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006049
1    ISIC_0031614
2             bcc
3           histo
4            45.0
5          female
6            back
Name: 2948, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029857.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005856
1    ISIC_0029857
2             bcc
3           histo
4            55.0
5          female
6            back
Name: 2954, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031263.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007289
1       ISIC_0031263
2                bcc
3              histo
4               80.0
5               male
6    upper extremity
Name: 2956, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032164.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000807
1    ISIC_0032164
2             bcc
3           histo
4            65.0
5          female
6           chest
Name: 2958, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031041.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002733
1    ISIC_0031041
2             bcc
3           histo
4            70.0
5            male
6           chest
Name: 2959, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032316.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000868
1    ISIC_0032316
2             bcc
3           histo
4            65.0
5            male
6            face
Name: 2961, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032318.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006444
1    ISIC_0032318
2             bcc
3           histo
4            65.0
5            male
6            face
Name: 2967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030767.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004685
1    ISIC_0030767
2             bcc
3           histo
4            75.0
5            male
6           scalp
Name: 2968, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032061.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004685
1    ISIC_0032061
2             bcc
3           histo
4            75.0
5            male
6           scalp
Name: 2969, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031971.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006564
1    ISIC_0031971
2             bcc
3           histo
4            70.0
5            male
6         unknown
Name: 2970, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031721.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006564
1    ISIC_0031721
2             bcc
3           histo
4            70.0
5            male
6         unknown
Name: 2971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031531.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001215
1    ISIC_0031531
2             bcc
3           histo
4            70.0
5            male
6            back
Name: 2974, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032212.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004932
1    ISIC_0032212
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 2977, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029828.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006510
1       ISIC_0029828
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 2979, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031588.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007567
1       ISIC_0031588
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 2980, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031325.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002082
1    ISIC_0031325
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 2983, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032115.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000701
1       ISIC_0032115
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 2984, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031503.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002808
1    ISIC_0031503
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 2987, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032446.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002483
1    ISIC_0032446
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 2989, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032285.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006830
1    ISIC_0032285
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 2990, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029979.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004233
1    ISIC_0029979
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 2992, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029624.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006489
1    ISIC_0029624
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 2993, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031282.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003042
1    ISIC_0031282
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 2998, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029961.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000727
1       ISIC_0029961
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 2999, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032226.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000289
1       ISIC_0032226
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 3001, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031536.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007339
1       ISIC_0031536
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 3002, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029594.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003227
1    ISIC_0029594
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 3008, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031575.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000699
1       ISIC_0031575
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 3009, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032060.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005508
1       ISIC_0032060
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 3011, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029347.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000256
1    ISIC_0029347
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 3014, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030435.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002877
1    ISIC_0030435
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3018, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031184.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004290
1       ISIC_0031184
2                 nv
3          follow_up
4               40.0
5             female
6    upper extremity
Name: 3023, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031269.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001965
1    ISIC_0031269
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3028, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030035.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001065
1       ISIC_0030035
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 3030, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031403.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006421
1    ISIC_0031403
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 3031, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030993.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006998
1       ISIC_0030993
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3034, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031068.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003396
1       ISIC_0031068
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3036, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030791.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002265
1    ISIC_0030791
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3038, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031463.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001263
1    ISIC_0031463
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3039, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031974.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000758
1       ISIC_0031974
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3041, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030517.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005093
1    ISIC_0030517
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 3045, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031455.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000841
1    ISIC_0031455
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 3046, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029569.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005853
1       ISIC_0029569
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3048, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029351.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006224
1    ISIC_0029351
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3049, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030102.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005449
1    ISIC_0030102
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3051, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031486.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005487
1       ISIC_0031486
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 3052, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029526.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001061
1    ISIC_0029526
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3053, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031895.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007316
1       ISIC_0031895
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 3055, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030072.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005384
1       ISIC_0030072
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3056, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031935.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001270
1    ISIC_0031935
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3059, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030820.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002112
1       ISIC_0030820
2                 nv
3          follow_up
4               55.0
5               male
6    upper extremity
Name: 3060, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032210.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001227
1    ISIC_0032210
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3061, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031845.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007203
1       ISIC_0031845
2                 nv
3          follow_up
4               55.0
5               male
6    upper extremity
Name: 3062, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030148.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000381
1    ISIC_0030148
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 3068, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029540.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003516
1       ISIC_0029540
2                 nv
3          follow_up
4               55.0
5               male
6    upper extremity
Name: 3069, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032016.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007551
1    ISIC_0032016
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3071, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032048.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000742
1    ISIC_0032048
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3072, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030013.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001530
1       ISIC_0030013
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3074, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031371.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001079
1       ISIC_0031371
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3075, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030523.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006362
1       ISIC_0030523
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3077, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031100.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006178
1       ISIC_0031100
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031671.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004264
1       ISIC_0031671
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3079, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029637.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001807
1    ISIC_0029637
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3081, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031207.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001090
1       ISIC_0031207
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3086, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030918.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001103
1       ISIC_0030918
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 3088, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031926.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007391
1    ISIC_0031926
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 3090, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031652.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004789
1    ISIC_0031652
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3092, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030846.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006242
1    ISIC_0030846
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3093, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029829.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006992
1    ISIC_0029829
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 3094, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031297.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003323
1       ISIC_0031297
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3096, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032391.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004481
1       ISIC_0032391
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3097, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032169.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005044
1       ISIC_0032169
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3099, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029870.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002151
1    ISIC_0029870
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 3101, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031833.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006703
1       ISIC_0031833
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3106, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031164.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007230
1    ISIC_0031164
2              nv
3       follow_up
4            30.0
5          female
6         abdomen
Name: 3108, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029998.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005401
1    ISIC_0029998
2              nv
3       follow_up
4            75.0
5            male
6         abdomen
Name: 3109, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031579.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003020
1    ISIC_0031579
2              nv
3       follow_up
4            75.0
5            male
6            back
Name: 3110, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032317.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001629
1    ISIC_0032317
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3113, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029997.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000526
1       ISIC_0029997
2                 nv
3          follow_up
4                5.0
5               male
6    upper extremity
Name: 3114, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029685.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002443
1    ISIC_0029685
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3115, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030338.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001775
1    ISIC_0030338
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3117, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030907.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006863
1    ISIC_0030907
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3118, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030428.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002508
1       ISIC_0030428
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3119, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029373.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003671
1       ISIC_0029373
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3121, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030421.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007183
1    ISIC_0030421
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3123, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029911.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000647
1       ISIC_0029911
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3124, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030682.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002924
1    ISIC_0030682
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3125, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031332.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001021
1    ISIC_0031332
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3131, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031966.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005792
1       ISIC_0031966
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3132, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032501.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001467
1    ISIC_0032501
2              nv
3       follow_up
4            35.0
5          female
6         genital
Name: 3137, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029888.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003217
1       ISIC_0029888
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 3144, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032087.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001323
1    ISIC_0032087
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3146, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032387.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005867
1    ISIC_0032387
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 3147, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031604.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004792
1    ISIC_0031604
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3149, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030617.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006778
1    ISIC_0030617
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 3158, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029496.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001448
1       ISIC_0029496
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3159, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031331.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004419
1    ISIC_0031331
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3164, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031997.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003250
1       ISIC_0031997
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3168, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030669.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007244
1    ISIC_0030669
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 3169, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032490.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002620
1    ISIC_0032490
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3170, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030642.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007023
1    ISIC_0030642
2              nv
3       follow_up
4            50.0
5          female
6         genital
Name: 3171, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030050.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001662
1       ISIC_0030050
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 3174, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030573.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003665
1       ISIC_0030573
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3179, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029966.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003064
1       ISIC_0029966
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 3183, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031106.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004100
1    ISIC_0031106
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 3191, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032434.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003302
1       ISIC_0032434
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 3196, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030016.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003673
1       ISIC_0030016
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3197, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030287.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004055
1    ISIC_0030287
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3203, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030888.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005838
1    ISIC_0030888
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3209, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030599.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004074
1    ISIC_0030599
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3211, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032153.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001627
1    ISIC_0032153
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3212, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029523.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005134
1    ISIC_0029523
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3214, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030541.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006657
1    ISIC_0030541
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3215, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032211.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000041
1    ISIC_0032211
2              nv
3       follow_up
4            45.0
5          female
6           scalp
Name: 3216, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031388.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003463
1    ISIC_0031388
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3227, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029336.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005863
1    ISIC_0029336
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3231, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031653.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004006
1       ISIC_0031653
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3238, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030128.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002466
1    ISIC_0030128
2              nv
3       follow_up
4            30.0
5          female
6            back
Name: 3240, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032100.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000101
1    ISIC_0032100
2              nv
3       follow_up
4            75.0
5          female
6         abdomen
Name: 3241, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031632.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005072
1    ISIC_0031632
2              nv
3       follow_up
4            75.0
5          female
6           trunk
Name: 3243, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031453.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000015
1    ISIC_0031453
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3245, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030214.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006216
1    ISIC_0030214
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3247, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031099.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004544
1    ISIC_0031099
2              nv
3       follow_up
4            50.0
5            male
6            foot
Name: 3250, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031773.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007065
1    ISIC_0031773
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 3256, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031881.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006544
1       ISIC_0031881
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3257, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029892.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006511
1    ISIC_0029892
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029943.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002632
1    ISIC_0029943
2              nv
3       follow_up
4            50.0
5          female
6         genital
Name: 3261, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029561.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005046
1    ISIC_0029561
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3262, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030550.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000219
1       ISIC_0030550
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 3270, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031704.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002918
1    ISIC_0031704
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 3271, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030235.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002896
1       ISIC_0030235
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 3272, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031701.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005142
1    ISIC_0031701
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 3275, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031185.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000329
1    ISIC_0031185
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 3277, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029463.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003704
1       ISIC_0029463
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 3279, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029815.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006537
1       ISIC_0029815
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 3280, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030968.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006194
1    ISIC_0030968
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 3282, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032025.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001906
1    ISIC_0032025
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3285, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031157.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003238
1    ISIC_0031157
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3286, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031234.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006177
1    ISIC_0031234
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031907.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004177
1    ISIC_0031907
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3288, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032254.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001548
1       ISIC_0032254
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3292, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030903.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005055
1    ISIC_0030903
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3294, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030292.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002387
1    ISIC_0030292
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3297, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031730.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003648
1       ISIC_0031730
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3301, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030469.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005810
1    ISIC_0030469
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3302, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030170.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006845
1       ISIC_0030170
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3303, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030322.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005279
1       ISIC_0030322
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3306, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030885.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000631
1    ISIC_0030885
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3307, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031638.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002704
1       ISIC_0031638
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3308, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031330.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002495
1       ISIC_0031330
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3313, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032011.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002433
1       ISIC_0032011
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3315, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030540.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000529
1       ISIC_0030540
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3316, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031151.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003438
1    ISIC_0031151
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3317, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030308.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006250
1    ISIC_0030308
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3320, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030470.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001876
1    ISIC_0030470
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3321, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032366.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004046
1    ISIC_0032366
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3324, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030936.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002066
1    ISIC_0030936
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3329, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030168.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000966
1    ISIC_0030168
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3330, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031229.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004489
1    ISIC_0031229
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3331, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031777.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006909
1       ISIC_0031777
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3332, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030729.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003048
1    ISIC_0030729
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3337, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030457.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006662
1    ISIC_0030457
2              nv
3       follow_up
4            45.0
5          female
6         genital
Name: 3338, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029729.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003008
1       ISIC_0029729
2                 nv
3          follow_up
4               75.0
5             female
6    lower extremity
Name: 3339, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032442.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000812
1    ISIC_0032442
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3349, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030302.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000058
1       ISIC_0030302
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3354, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031606.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006270
1       ISIC_0031606
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 3356, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031422.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003375
1    ISIC_0031422
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3357, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032453.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000132
1    ISIC_0032453
2              nv
3       follow_up
4            70.0
5            male
6         abdomen
Name: 3358, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029784.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005563
1    ISIC_0029784
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 3359, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029633.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002302
1    ISIC_0029633
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3360, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030880.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004803
1       ISIC_0030880
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3364, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031174.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000713
1    ISIC_0031174
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3368, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031319.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002845
1    ISIC_0031319
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3369, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030376.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000053
1    ISIC_0030376
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 3373, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029822.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006332
1    ISIC_0029822
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 3374, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031776.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002404
1    ISIC_0031776
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 3376, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029385.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005187
1    ISIC_0029385
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029918.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000170
1       ISIC_0029918
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 3384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031237.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001978
1       ISIC_0031237
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 3388, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029876.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002286
1    ISIC_0029876
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3391, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029701.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001425
1       ISIC_0029701
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 3394, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030536.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002782
1    ISIC_0030536
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 3400, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030902.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004790
1    ISIC_0030902
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 3401, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031837.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005975
1       ISIC_0031837
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3406, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030774.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002889
1       ISIC_0030774
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3407, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030041.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000925
1    ISIC_0030041
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029317.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005629
1       ISIC_0029317
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3410, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030797.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006691
1       ISIC_0030797
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3412, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031690.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006809
1    ISIC_0031690
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 3413, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029619.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002080
1       ISIC_0029619
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3420, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030906.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004847
1    ISIC_0030906
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031291.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001918
1    ISIC_0031291
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3426, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031947.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002961
1       ISIC_0031947
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3427, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030904.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000120
1       ISIC_0030904
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3428, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031938.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004613
1    ISIC_0031938
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 3431, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029386.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004707
1    ISIC_0029386
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 3433, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029410.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004286
1    ISIC_0029410
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 3435, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029675.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001314
1       ISIC_0029675
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 3436, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029751.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004786
1    ISIC_0029751
2              nv
3       follow_up
4            75.0
5            male
6            back
Name: 3437, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030293.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007618
1    ISIC_0030293
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 3439, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031035.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004253
1       ISIC_0031035
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 3440, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029604.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001804
1    ISIC_0029604
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 3441, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031771.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001582
1    ISIC_0031771
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 3443, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031572.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002662
1    ISIC_0031572
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3445, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032426.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007527
1    ISIC_0032426
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3446, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030411.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001392
1       ISIC_0030411
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3447, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030315.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002584
1       ISIC_0030315
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3448, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030269.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006817
1       ISIC_0030269
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 3449, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031571.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003233
1    ISIC_0031571
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3451, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032059.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001661
1    ISIC_0032059
2              nv
3       follow_up
4            55.0
5          female
6         genital
Name: 3452, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031069.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003122
1    ISIC_0031069
2              nv
3       follow_up
4            40.0
5          female
6         genital
Name: 3453, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031219.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004851
1       ISIC_0031219
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 3457, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031781.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004263
1    ISIC_0031781
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 3458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030120.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000729
1    ISIC_0030120
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3464, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031534.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002111
1    ISIC_0031534
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 3468, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031477.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005464
1       ISIC_0031477
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3477, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031153.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004861
1       ISIC_0031153
2                 nv
3          follow_up
4               35.0
5               male
6    upper extremity
Name: 3478, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030483.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006569
1       ISIC_0030483
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3479, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031995.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006649
1       ISIC_0031995
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029469.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003976
1       ISIC_0029469
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3489, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030289.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002836
1       ISIC_0030289
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3490, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030836.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001554
1    ISIC_0030836
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 3493, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029618.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005655
1    ISIC_0029618
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 3494, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030204.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005104
1    ISIC_0030204
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 3495, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030003.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005229
1       ISIC_0030003
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3498, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032321.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006859
1       ISIC_0032321
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030658.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002474
1    ISIC_0030658
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3500, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032193.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007492
1       ISIC_0032193
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030944.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000858
1    ISIC_0030944
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 3502, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030566.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002464
1       ISIC_0030566
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 3504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030400.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001145
1       ISIC_0030400
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3511, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030282.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005211
1       ISIC_0030282
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 3512, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029703.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000617
1    ISIC_0029703
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 3521, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031699.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003611
1    ISIC_0031699
2              nv
3       follow_up
4            75.0
5            male
6            hand
Name: 3522, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031213.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005225
1    ISIC_0031213
2              nv
3       follow_up
4            75.0
5            male
6            back
Name: 3523, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031038.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007323
1    ISIC_0031038
2              nv
3       follow_up
4            75.0
5            male
6            back
Name: 3524, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032337.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002038
1    ISIC_0032337
2              nv
3       follow_up
4            75.0
5            male
6            back
Name: 3525, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031102.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004122
1    ISIC_0031102
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 3528, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032231.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001591
1       ISIC_0032231
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 3530, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029950.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000232
1    ISIC_0029950
2              nv
3       follow_up
4            50.0
5            male
6            foot
Name: 3535, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030761.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002949
1       ISIC_0030761
2                 nv
3          follow_up
4               80.0
5               male
6    lower extremity
Name: 3537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031402.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002505
1    ISIC_0031402
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 3538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031461.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001241
1    ISIC_0031461
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 3539, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030862.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006428
1       ISIC_0030862
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 3540, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030049.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007469
1    ISIC_0030049
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 3541, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032162.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001188
1    ISIC_0032162
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 3544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030957.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003371
1    ISIC_0030957
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 3549, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030547.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006956
1       ISIC_0030547
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 3551, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031288.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005182
1       ISIC_0031288
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 3552, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031392.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007465
1    ISIC_0031392
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031909.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007266
1       ISIC_0031909
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3556, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030787.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005066
1       ISIC_0030787
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3559, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030000.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004735
1    ISIC_0030000
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3560, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031199.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006046
1    ISIC_0031199
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 3564, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031250.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005812
1       ISIC_0031250
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3571, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031438.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005001
1       ISIC_0031438
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3574, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029972.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002997
1       ISIC_0029972
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 3578, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030519.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005703
1       ISIC_0030519
2                 nv
3          follow_up
4               55.0
5               male
6    upper extremity
Name: 3579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031021.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006780
1       ISIC_0031021
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3586, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031469.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003283
1       ISIC_0031469
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 3589, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032073.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001794
1    ISIC_0032073
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3590, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030871.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004533
1    ISIC_0030871
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 3597, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031582.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006299
1    ISIC_0031582
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3598, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029699.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005241
1    ISIC_0029699
2              nv
3       follow_up
4            30.0
5            male
6           trunk
Name: 3603, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032228.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003984
1    ISIC_0032228
2              nv
3       follow_up
4            30.0
5            male
6            back
Name: 3605, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032201.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000227
1       ISIC_0032201
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 3608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032066.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002225
1       ISIC_0032066
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 3609, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030955.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000657
1    ISIC_0030955
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 3612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031279.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006339
1    ISIC_0031279
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030804.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000702
1    ISIC_0030804
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029628.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004227
1       ISIC_0029628
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 3616, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032288.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006100
1    ISIC_0032288
2              nv
3       follow_up
4            50.0
5          female
6            foot
Name: 3619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031051.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003748
1    ISIC_0031051
2              nv
3       follow_up
4            40.0
5            male
6           chest
Name: 3623, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031437.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001376
1       ISIC_0031437
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 3628, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031313.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004094
1       ISIC_0031313
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 3635, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030569.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003924
1    ISIC_0030569
2              nv
3       follow_up
4            80.0
5            male
6           trunk
Name: 3637, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031661.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001519
1    ISIC_0031661
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 3640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032419.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004879
1    ISIC_0032419
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031797.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001064
1       ISIC_0031797
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3651, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030943.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000518
1    ISIC_0030943
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3653, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029848.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001993
1    ISIC_0029848
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030736.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004818
1    ISIC_0030736
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 3658, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031685.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002054
1    ISIC_0031685
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 3659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029426.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002250
1    ISIC_0029426
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3663, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029335.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005119
1    ISIC_0029335
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3666, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030875.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001544
1    ISIC_0030875
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3667, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031647.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005088
1    ISIC_0031647
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3670, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030351.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004017
1       ISIC_0030351
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 3671, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029883.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006382
1       ISIC_0029883
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3674, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030206.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000191
1       ISIC_0030206
2                 nv
3          follow_up
4               30.0
5               male
6    lower extremity
Name: 3684, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029381.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002681
1    ISIC_0029381
2              nv
3       follow_up
4            30.0
5            male
6            back
Name: 3685, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030274.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005100
1       ISIC_0030274
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 3686, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032133.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007104
1    ISIC_0032133
2              nv
3       follow_up
4            30.0
5            male
6           trunk
Name: 3689, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031256.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005065
1       ISIC_0031256
2                 nv
3          follow_up
4               30.0
5               male
6    lower extremity
Name: 3690, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032071.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006982
1       ISIC_0032071
2                 nv
3          follow_up
4               30.0
5               male
6    lower extremity
Name: 3691, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031114.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005214
1       ISIC_0031114
2                 nv
3          follow_up
4               75.0
5             female
6    lower extremity
Name: 3695, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030734.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004692
1    ISIC_0030734
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 3700, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032484.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005506
1    ISIC_0032484
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 3701, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032367.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006415
1    ISIC_0032367
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 3707, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032202.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001170
1    ISIC_0032202
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3714, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030332.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007035
1       ISIC_0030332
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3717, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029697.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005671
1    ISIC_0029697
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3719, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031364.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000723
1       ISIC_0031364
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 3720, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031963.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005521
1       ISIC_0031963
2                 nv
3          follow_up
4               65.0
5               male
6    lower extremity
Name: 3728, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031625.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001862
1    ISIC_0031625
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3729, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032002.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005130
1    ISIC_0032002
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 3731, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031800.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003551
1       ISIC_0031800
2                 nv
3          follow_up
4                5.0
5               male
6    upper extremity
Name: 3732, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030743.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003513
1       ISIC_0030743
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 3734, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030374.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007095
1    ISIC_0030374
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 3736, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031398.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005474
1       ISIC_0031398
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3739, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029984.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004523
1       ISIC_0029984
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3740, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032039.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005654
1    ISIC_0032039
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 3741, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030306.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001904
1       ISIC_0030306
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3742, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030202.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003644
1       ISIC_0030202
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3745, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030911.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005111
1    ISIC_0030911
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3748, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032166.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001960
1    ISIC_0032166
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 3750, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032266.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002289
1       ISIC_0032266
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 3751, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031682.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002144
1    ISIC_0031682
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 3753, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031734.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000810
1    ISIC_0031734
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 3755, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029471.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000205
1    ISIC_0029471
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 3756, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031173.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005802
1       ISIC_0031173
2                 nv
3          follow_up
4                5.0
5               male
6    lower extremity
Name: 3759, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030285.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005178
1    ISIC_0030285
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 3760, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030570.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004885
1    ISIC_0030570
2              nv
3       follow_up
4             5.0
5            male
6         abdomen
Name: 3764, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030524.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005419
1       ISIC_0030524
2                 nv
3          follow_up
4               35.0
5               male
6    upper extremity
Name: 3772, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031018.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005097
1       ISIC_0031018
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 3773, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029708.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000899
1       ISIC_0029708
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 3774, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030538.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003630
1       ISIC_0030538
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 3775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031637.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007159
1    ISIC_0031637
2              nv
3       follow_up
4            65.0
5          female
6            hand
Name: 3777, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030092.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002000
1    ISIC_0030092
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3779, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031190.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005028
1    ISIC_0031190
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 3780, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031544.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001311
1       ISIC_0031544
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3781, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030814.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005675
1       ISIC_0030814
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3782, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030193.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000671
1    ISIC_0030193
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 3783, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030448.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005013
1    ISIC_0030448
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031504.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006103
1    ISIC_0031504
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3785, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031523.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000686
1    ISIC_0031523
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 3791, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030679.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005784
1    ISIC_0030679
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 3792, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032336.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002460
1       ISIC_0032336
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 3797, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030477.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000141
1       ISIC_0030477
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 3798, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031882.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005341
1    ISIC_0031882
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 3801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031390.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007544
1       ISIC_0031390
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 3807, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030878.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007166
1    ISIC_0030878
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3809, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032467.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003234
1    ISIC_0032467
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 3810, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029490.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003721
1       ISIC_0029490
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032005.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000455
1    ISIC_0032005
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3814, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031086.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004159
1       ISIC_0031086
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 3817, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029346.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004625
1       ISIC_0029346
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 3818, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030660.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003128
1    ISIC_0030660
2              nv
3       follow_up
4            50.0
5          female
6         unknown
Name: 3820, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030461.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004252
1       ISIC_0030461
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030239.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001648
1    ISIC_0030239
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3823, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031774.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002275
1       ISIC_0031774
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031176.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003952
1    ISIC_0031176
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3829, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031865.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001556
1    ISIC_0031865
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3830, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030237.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003210
1       ISIC_0030237
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 3831, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032091.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003114
1    ISIC_0032091
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 3832, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030174.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005259
1       ISIC_0030174
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3834, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030099.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000474
1    ISIC_0030099
2              nv
3       follow_up
4            45.0
5          female
6            hand
Name: 3836, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032263.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001290
1       ISIC_0032263
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 3840, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032241.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000882
1    ISIC_0032241
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 3843, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029388.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006144
1    ISIC_0029388
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3844, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031367.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006891
1    ISIC_0031367
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 3845, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030596.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006285
1       ISIC_0030596
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 3846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030502.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002991
1       ISIC_0030502
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3850, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030974.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005292
1       ISIC_0030974
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3851, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031231.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001875
1       ISIC_0031231
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 3852, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030337.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002640
1    ISIC_0030337
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3856, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030668.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006579
1    ISIC_0030668
2              nv
3       follow_up
4            40.0
5          female
6            foot
Name: 3857, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031636.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003469
1       ISIC_0031636
2                 nv
3          follow_up
4               75.0
5             female
6    lower extremity
Name: 3860, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031714.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004307
1    ISIC_0031714
2              nv
3       follow_up
4            70.0
5            male
6            face
Name: 3861, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030481.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003876
1       ISIC_0030481
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 3866, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032088.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007045
1    ISIC_0032088
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3869, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029367.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003304
1    ISIC_0029367
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3870, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032223.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003059
1       ISIC_0032223
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3871, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031355.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007466
1    ISIC_0031355
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 3874, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030509.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000027
1    ISIC_0030509
2              nv
3       follow_up
4            75.0
5          female
6           trunk
Name: 3877, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030407.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005550
1    ISIC_0030407
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3886, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032188.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003865
1    ISIC_0032188
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 3887, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030490.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001438
1    ISIC_0030490
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 3889, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031172.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002165
1       ISIC_0031172
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 3892, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029689.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006976
1    ISIC_0029689
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 3894, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030748.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000540
1    ISIC_0030748
2              nv
3       follow_up
4            65.0
5          female
6         abdomen
Name: 3896, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031820.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000161
1       ISIC_0031820
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 3898, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029599.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000499
1    ISIC_0029599
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 3900, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029436.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006786
1       ISIC_0029436
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3903, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032411.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000034
1       ISIC_0032411
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 3908, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029999.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001373
1       ISIC_0029999
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3910, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030711.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002418
1       ISIC_0030711
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3911, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031978.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007286
1       ISIC_0031978
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3912, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032108.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004823
1       ISIC_0032108
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3913, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030971.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001700
1       ISIC_0030971
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 3914, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031898.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001008
1    ISIC_0031898
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3916, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029330.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005768
1    ISIC_0029330
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 3917, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032487.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004301
1    ISIC_0032487
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3926, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031357.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003289
1    ISIC_0031357
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 3928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032507.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004725
1    ISIC_0032507
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031156.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003209
1    ISIC_0031156
2              nv
3       follow_up
4            45.0
5          female
6            neck
Name: 3937, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030186.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006850
1    ISIC_0030186
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 3938, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032234.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004721
1       ISIC_0032234
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 3941, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029940.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007297
1    ISIC_0029940
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 3947, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031097.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004003
1       ISIC_0031097
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 3949, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032056.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004306
1       ISIC_0032056
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 3951, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030493.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004981
1       ISIC_0030493
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 3954, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030518.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005872
1       ISIC_0030518
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 3956, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031715.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003464
1       ISIC_0031715
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 3957, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029492.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000735
1    ISIC_0029492
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 3960, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029508.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004966
1    ISIC_0029508
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 3965, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032454.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004634
1    ISIC_0032454
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 3967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030484.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007274
1    ISIC_0030484
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 3968, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031167.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000270
1       ISIC_0031167
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 3971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030418.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005283
1    ISIC_0030418
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 3974, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031581.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003329
1    ISIC_0031581
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3978, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030262.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006474
1    ISIC_0030262
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3979, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032399.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005677
1    ISIC_0032399
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 3981, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029706.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003972
1    ISIC_0029706
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 3982, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029550.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002394
1    ISIC_0029550
2              nv
3       follow_up
4            60.0
5          female
6            foot
Name: 3983, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029639.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001543
1    ISIC_0029639
2              nv
3       follow_up
4            60.0
5          female
6            foot
Name: 3986, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032398.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002555
1    ISIC_0032398
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3987, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030556.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001771
1    ISIC_0030556
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 3988, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029798.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003517
1    ISIC_0029798
2              nv
3       follow_up
4            55.0
5            male
6            face
Name: 3994, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030560.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007424
1    ISIC_0030560
2              nv
3       follow_up
4            80.0
5            male
6            back
Name: 3998, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030414.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003717
1    ISIC_0030414
2              nv
3       follow_up
4            80.0
5            male
6            back
Name: 3999, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030972.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002181
1       ISIC_0030972
2                 nv
3          follow_up
4               80.0
5               male
6    lower extremity
Name: 4003, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032143.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004796
1    ISIC_0032143
2              nv
3       follow_up
4            60.0
5          female
6            back
Name: 4006, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030141.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001798
1    ISIC_0030141
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4008, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029536.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005223
1    ISIC_0029536
2              nv
3       follow_up
4            70.0
5          female
6           trunk
Name: 4010, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030815.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000305
1    ISIC_0030815
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 4014, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030413.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006546
1       ISIC_0030413
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4019, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029312.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006502
1    ISIC_0029312
2              nv
3       follow_up
4            70.0
5          female
6           trunk
Name: 4027, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030545.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006831
1    ISIC_0030545
2              nv
3       follow_up
4            70.0
5          female
6           trunk
Name: 4028, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030307.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003798
1    ISIC_0030307
2              nv
3       follow_up
4            60.0
5          female
6           scalp
Name: 4032, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030921.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000350
1    ISIC_0030921
2              nv
3       follow_up
4            60.0
5          female
6            back
Name: 4033, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030657.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005639
1    ISIC_0030657
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4034, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030380.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002405
1       ISIC_0030380
2                 nv
3          follow_up
4               80.0
5               male
6    upper extremity
Name: 4039, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029772.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006805
1    ISIC_0029772
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4041, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031792.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006961
1    ISIC_0031792
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4043, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031656.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000471
1    ISIC_0031656
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4050, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030441.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000479
1    ISIC_0030441
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4052, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029871.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003529
1    ISIC_0029871
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 4054, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031532.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004247
1    ISIC_0031532
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 4058, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030913.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002969
1    ISIC_0030913
2              nv
3       follow_up
4            65.0
5            male
6            back
Name: 4059, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031434.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003425
1    ISIC_0031434
2              nv
3       follow_up
4            65.0
5            male
6            back
Name: 4063, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029688.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006369
1    ISIC_0029688
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 4070, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031320.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001206
1    ISIC_0031320
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 4071, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030896.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003406
1    ISIC_0030896
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 4072, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032505.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007077
1    ISIC_0032505
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 4073, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032080.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005871
1    ISIC_0032080
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4074, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029456.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006977
1    ISIC_0029456
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 4075, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030692.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001828
1       ISIC_0030692
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 4078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031055.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004180
1    ISIC_0031055
2              nv
3       follow_up
4            60.0
5          female
6         abdomen
Name: 4084, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032352.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004244
1       ISIC_0032352
2                 nv
3          follow_up
4               60.0
5             female
6    lower extremity
Name: 4087, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031273.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006687
1       ISIC_0031273
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 4090, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029748.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006260
1    ISIC_0029748
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 4094, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032361.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001690
1    ISIC_0032361
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 4099, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030775.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006665
1       ISIC_0030775
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4100, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030752.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001483
1    ISIC_0030752
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4102, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031508.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003453
1    ISIC_0031508
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 4103, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032339.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007072
1    ISIC_0032339
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4105, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031490.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005685
1    ISIC_0031490
2              nv
3       follow_up
4            55.0
5          female
6         unknown
Name: 4108, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031675.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006939
1       ISIC_0031675
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4109, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030866.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001636
1       ISIC_0030866
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 4113, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031998.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002868
1       ISIC_0031998
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 4114, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029484.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005296
1    ISIC_0029484
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4118, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031693.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007388
1    ISIC_0031693
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 4124, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031540.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006374
1       ISIC_0031540
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 4125, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029980.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000379
1    ISIC_0029980
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4130, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032050.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002875
1    ISIC_0032050
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4132, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031033.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006767
1    ISIC_0031033
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 4133, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029711.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002544
1    ISIC_0029711
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4135, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031104.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000945
1    ISIC_0031104
2              nv
3       follow_up
4            60.0
5          female
6            foot
Name: 4142, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029695.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007377
1    ISIC_0029695
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 4146, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031165.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006413
1       ISIC_0031165
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 4147, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030291.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004983
1    ISIC_0030291
2              nv
3       follow_up
4            55.0
5          female
6            foot
Name: 4148, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031785.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001087
1       ISIC_0031785
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 4154, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032075.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005534
1    ISIC_0032075
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4156, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030402.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002019
1    ISIC_0030402
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 4160, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029844.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002999
1    ISIC_0029844
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 4162, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030265.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003374
1    ISIC_0030265
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 4165, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030505.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007190
1    ISIC_0030505
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 4167, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032500.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006860
1       ISIC_0032500
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 4170, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030248.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006403
1    ISIC_0030248
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 4176, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031144.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006316
1       ISIC_0031144
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4178, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030578.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002789
1    ISIC_0030578
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4183, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031724.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006919
1    ISIC_0031724
2              nv
3       follow_up
4            50.0
5            male
6            foot
Name: 4188, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032084.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003067
1    ISIC_0032084
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 4192, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032052.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000669
1       ISIC_0032052
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4197, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029440.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000829
1       ISIC_0029440
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 4198, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029387.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000711
1    ISIC_0029387
2              nv
3       follow_up
4            80.0
5            male
6         abdomen
Name: 4204, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031004.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001408
1    ISIC_0031004
2              nv
3       follow_up
4            80.0
5            male
6            back
Name: 4205, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030373.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007362
1    ISIC_0030373
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 4210, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032183.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007351
1    ISIC_0032183
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 4211, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029322.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001371
1    ISIC_0029322
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4213, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030468.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003703
1    ISIC_0030468
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4214, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031240.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004602
1    ISIC_0031240
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4216, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030037.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002568
1       ISIC_0030037
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4219, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029449.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000957
1    ISIC_0029449
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 4221, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032272.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005917
1    ISIC_0032272
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4223, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032320.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005990
1    ISIC_0032320
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4224, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032250.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005875
1    ISIC_0032250
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4230, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032239.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004858
1    ISIC_0032239
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4234, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030781.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000592
1    ISIC_0030781
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 4238, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030450.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006328
1    ISIC_0030450
2              nv
3       follow_up
4            75.0
5          female
6           trunk
Name: 4246, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031969.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004528
1    ISIC_0031969
2              nv
3       follow_up
4            75.0
5          female
6            back
Name: 4249, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029795.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002737
1    ISIC_0029795
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 4251, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031383.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000030
1       ISIC_0031383
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4252, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029721.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006212
1    ISIC_0029721
2              nv
3       follow_up
4            70.0
5            male
6           trunk
Name: 4253, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030614.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001568
1    ISIC_0030614
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4258, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029992.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002735
1    ISIC_0029992
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031116.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004217
1    ISIC_0031116
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4260, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031535.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003298
1    ISIC_0031535
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4261, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030357.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004026
1    ISIC_0030357
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 4266, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030513.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006060
1       ISIC_0030513
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4268, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030562.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004093
1       ISIC_0030562
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 4269, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032198.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001093
1       ISIC_0032198
2                 nv
3          follow_up
4               75.0
5             female
6    upper extremity
Name: 4272, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030643.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004894
1    ISIC_0030643
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4277, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030684.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007328
1       ISIC_0030684
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4278, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031162.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003490
1    ISIC_0031162
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4281, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030916.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006642
1    ISIC_0030916
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4282, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032004.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000623
1       ISIC_0032004
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4283, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032413.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004723
1    ISIC_0032413
2              nv
3       follow_up
4            60.0
5          female
6         genital
Name: 4287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030154.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000293
1    ISIC_0030154
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 4289, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032180.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004236
1    ISIC_0032180
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 4295, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032083.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005491
1    ISIC_0032083
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4297, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029906.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001644
1       ISIC_0029906
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4302, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031275.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001827
1    ISIC_0031275
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4313, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032120.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000901
1       ISIC_0032120
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4314, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031343.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006505
1    ISIC_0031343
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 4317, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031964.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007181
1       ISIC_0031964
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 4318, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029702.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000824
1       ISIC_0029702
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4319, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030989.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000784
1       ISIC_0030989
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4320, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030131.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002064
1    ISIC_0030131
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4321, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030409.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001181
1       ISIC_0030409
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 4324, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029307.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001127
1    ISIC_0029307
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4327, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030196.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006361
1       ISIC_0030196
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4329, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029423.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005177
1       ISIC_0029423
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4332, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030385.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000997
1    ISIC_0030385
2              nv
3       follow_up
4            75.0
5          female
6           trunk
Name: 4335, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030166.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007270
1    ISIC_0030166
2              nv
3       follow_up
4            75.0
5          female
6           trunk
Name: 4336, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031296.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002825
1    ISIC_0031296
2              nv
3       follow_up
4            75.0
5          female
6         abdomen
Name: 4337, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032049.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000839
1    ISIC_0032049
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4343, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029556.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001831
1    ISIC_0029556
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 4356, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029377.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006973
1    ISIC_0029377
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4357, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031775.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000946
1    ISIC_0031775
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4358, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031120.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002014
1    ISIC_0031120
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 4359, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031089.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003467
1    ISIC_0031089
2              nv
3       follow_up
4            30.0
5            male
6           trunk
Name: 4362, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030613.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006298
1    ISIC_0030613
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 4366, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029864.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000276
1    ISIC_0029864
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 4369, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031141.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006278
1       ISIC_0031141
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4370, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031230.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003077
1       ISIC_0031230
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4375, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031032.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001611
1       ISIC_0031032
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 4378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030554.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005422
1       ISIC_0030554
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 4379, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031679.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002219
1    ISIC_0031679
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4381, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031373.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004649
1    ISIC_0031373
2              nv
3       follow_up
4            60.0
5          female
6           trunk
Name: 4382, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031854.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007593
1    ISIC_0031854
2              nv
3       follow_up
4            60.0
5          female
6         abdomen
Name: 4383, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029714.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006494
1    ISIC_0029714
2              nv
3       follow_up
4            60.0
5          female
6           trunk
Name: 4387, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030073.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005764
1    ISIC_0030073
2              nv
3       follow_up
4            60.0
5          female
6            back
Name: 4388, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029517.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004031
1       ISIC_0029517
2                 nv
3          follow_up
4               60.0
5             female
6    lower extremity
Name: 4389, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032499.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004250
1       ISIC_0032499
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4403, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031635.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000434
1    ISIC_0031635
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4407, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030042.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004436
1    ISIC_0030042
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 4408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030764.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001074
1       ISIC_0030764
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4409, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030718.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005373
1    ISIC_0030718
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4410, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031260.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001114
1    ISIC_0031260
2              nv
3       follow_up
4            75.0
5            male
6         abdomen
Name: 4412, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030897.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007213
1    ISIC_0030897
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4414, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030837.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007531
1    ISIC_0030837
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 4415, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029510.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001364
1    ISIC_0029510
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4416, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030068.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005322
1    ISIC_0030068
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 4417, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030947.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001850
1       ISIC_0030947
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4419, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030220.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004810
1    ISIC_0030220
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 4420, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029364.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002635
1       ISIC_0029364
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 4423, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030857.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003479
1       ISIC_0030857
2                 nv
3          follow_up
4               65.0
5               male
6    upper extremity
Name: 4436, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029806.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006204
1    ISIC_0029806
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4438, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030863.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005070
1    ISIC_0030863
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4439, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029324.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007380
1    ISIC_0029324
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4440, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031864.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001394
1       ISIC_0031864
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4442, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031423.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002982
1    ISIC_0031423
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 4445, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031816.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005321
1    ISIC_0031816
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 4448, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029722.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003338
1    ISIC_0029722
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 4449, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030975.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005767
1    ISIC_0030975
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 4452, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032054.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005350
1       ISIC_0032054
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 4453, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030101.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004712
1       ISIC_0030101
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4454, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031763.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004551
1       ISIC_0031763
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4457, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030295.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007404
1    ISIC_0030295
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030342.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006508
1    ISIC_0030342
2              nv
3       follow_up
4            50.0
5          female
6            foot
Name: 4459, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029542.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006388
1    ISIC_0029542
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 4461, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029485.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004457
1       ISIC_0029485
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 4464, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031801.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000990
1    ISIC_0031801
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4466, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029788.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004822
1       ISIC_0029788
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4470, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032479.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006500
1       ISIC_0032479
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4471, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031471.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004154
1       ISIC_0031471
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4472, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031030.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001832
1       ISIC_0031030
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4473, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031525.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002633
1       ISIC_0031525
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4474, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030480.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004468
1       ISIC_0030480
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4475, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029595.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007520
1    ISIC_0029595
2              nv
3       follow_up
4            60.0
5          female
6           trunk
Name: 4480, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030867.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007578
1       ISIC_0030867
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4482, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030928.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002047
1       ISIC_0030928
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4483, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031954.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003799
1    ISIC_0031954
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 4486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031764.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003454
1       ISIC_0031764
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4487, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029419.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002469
1    ISIC_0029419
2              nv
3       follow_up
4            55.0
5          female
6         genital
Name: 4488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030927.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002948
1       ISIC_0030927
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4503, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031348.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003274
1       ISIC_0031348
2                 nv
3          follow_up
4               40.0
5             female
6    upper extremity
Name: 4504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029944.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006119
1       ISIC_0029944
2                 nv
3          follow_up
4               40.0
5             female
6    upper extremity
Name: 4506, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031128.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004287
1    ISIC_0031128
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4507, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029968.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001559
1    ISIC_0029968
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 4509, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030529.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001459
1       ISIC_0030529
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4513, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030984.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000317
1    ISIC_0030984
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 4515, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029874.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003527
1       ISIC_0029874
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4516, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030221.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001350
1    ISIC_0030221
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4517, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032268.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000487
1    ISIC_0032268
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4518, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029378.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006620
1       ISIC_0029378
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 4520, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029903.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001102
1    ISIC_0029903
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 4528, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031870.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003028
1    ISIC_0031870
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 4529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031427.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002279
1       ISIC_0031427
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4534, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029956.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005073
1    ISIC_0029956
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4535, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031782.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002636
1    ISIC_0031782
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029408.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002122
1    ISIC_0029408
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 4540, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029684.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005754
1    ISIC_0029684
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 4542, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030769.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000131
1    ISIC_0030769
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 4543, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030853.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000078
1    ISIC_0030853
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 4544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032276.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005174
1    ISIC_0032276
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 4547, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029816.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003074
1       ISIC_0029816
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 4548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031112.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001924
1    ISIC_0031112
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 4550, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031391.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002203
1    ISIC_0031391
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4553, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032094.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006087
1    ISIC_0032094
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030612.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000467
1    ISIC_0030612
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 4564, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031505.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005991
1    ISIC_0031505
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4568, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030855.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007610
1    ISIC_0030855
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4569, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030495.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003111
1       ISIC_0030495
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4576, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029762.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007587
1       ISIC_0029762
2                 nv
3          follow_up
4               60.0
5             female
6    lower extremity
Name: 4579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031787.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002478
1    ISIC_0031787
2              nv
3       follow_up
4            60.0
5          female
6         unknown
Name: 4580, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029758.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004314
1    ISIC_0029758
2              nv
3       follow_up
4            60.0
5          female
6           trunk
Name: 4581, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031244.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001822
1    ISIC_0031244
2              nv
3       follow_up
4            40.0
5          female
6            hand
Name: 4588, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031467.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002642
1       ISIC_0031467
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 4592, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032196.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002188
1    ISIC_0032196
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 4593, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030884.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006432
1    ISIC_0030884
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4594, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032213.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003656
1    ISIC_0032213
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 4598, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031891.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000506
1    ISIC_0031891
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 4599, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029483.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003433
1    ISIC_0029483
2              nv
3       follow_up
4            40.0
5          female
6            foot
Name: 4602, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031655.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003854
1       ISIC_0031655
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4610, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032106.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004526
1    ISIC_0032106
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4611, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030368.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006422
1       ISIC_0030368
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032370.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003916
1       ISIC_0032370
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032502.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006650
1    ISIC_0032502
2              nv
3       follow_up
4            50.0
5          female
6             ear
Name: 4615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029383.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005344
1       ISIC_0029383
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 4621, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031793.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003096
1       ISIC_0031793
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4622, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029532.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006314
1    ISIC_0029532
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4629, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029723.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002440
1    ISIC_0029723
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029621.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007132
1    ISIC_0029621
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 4633, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029503.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006894
1    ISIC_0029503
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4634, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029458.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002762
1    ISIC_0029458
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 4635, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032121.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006000
1    ISIC_0032121
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 4636, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029866.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006761
1    ISIC_0029866
2              nv
3       follow_up
4            45.0
5            male
6            foot
Name: 4639, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029921.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002453
1    ISIC_0029921
2              nv
3       follow_up
4            30.0
5            male
6         abdomen
Name: 4640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032469.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002892
1    ISIC_0032469
2              nv
3       follow_up
4            30.0
5            male
6            back
Name: 4642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030087.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006248
1    ISIC_0030087
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 4643, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029858.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005965
1    ISIC_0029858
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 4649, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029925.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004061
1    ISIC_0029925
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 4650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032137.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006354
1       ISIC_0032137
2                 nv
3          follow_up
4               70.0
5               male
6    upper extremity
Name: 4652, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031082.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001932
1    ISIC_0031082
2              nv
3       follow_up
4            70.0
5            male
6         genital
Name: 4653, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031492.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003638
1    ISIC_0031492
2              nv
3       follow_up
4            70.0
5            male
6           trunk
Name: 4654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031939.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002028
1    ISIC_0031939
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4662, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030584.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005458
1       ISIC_0030584
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4668, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029399.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004059
1       ISIC_0029399
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4669, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030294.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007215
1    ISIC_0030294
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 4670, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031861.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000033
1       ISIC_0031861
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4671, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030701.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005045
1    ISIC_0030701
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 4672, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029663.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002039
1    ISIC_0029663
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4677, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031747.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003213
1    ISIC_0031747
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4679, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032117.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006336
1    ISIC_0032117
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 4681, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032377.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000196
1       ISIC_0032377
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4682, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030510.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000895
1       ISIC_0030510
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4683, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030163.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006140
1    ISIC_0030163
2              nv
3       follow_up
4            55.0
5          female
6            foot
Name: 4687, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031723.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006818
1       ISIC_0031723
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4689, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030999.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006057
1       ISIC_0030999
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4691, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030022.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002347
1       ISIC_0030022
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4695, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031884.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004753
1    ISIC_0031884
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 4699, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030799.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005771
1    ISIC_0030799
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4704, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031928.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007214
1       ISIC_0031928
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4705, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030286.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000793
1    ISIC_0030286
2              nv
3       follow_up
4            60.0
5          female
6         genital
Name: 4706, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031634.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000341
1       ISIC_0031634
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 4707, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031664.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003871
1    ISIC_0031664
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 4708, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030215.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002978
1    ISIC_0030215
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 4710, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031669.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004325
1       ISIC_0031669
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 4713, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030861.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002496
1       ISIC_0030861
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 4715, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029757.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001288
1       ISIC_0029757
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 4720, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029521.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001663
1    ISIC_0029521
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4721, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032237.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003370
1       ISIC_0032237
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4725, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032053.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005945
1       ISIC_0032053
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4727, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030327.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005815
1       ISIC_0030327
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 4728, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030256.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001586
1       ISIC_0030256
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4733, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029767.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003734
1       ISIC_0029767
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 4734, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030379.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003416
1       ISIC_0030379
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 4735, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029414.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001422
1    ISIC_0029414
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 4738, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032216.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004123
1    ISIC_0032216
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 4739, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030213.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005622
1       ISIC_0030213
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4740, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031729.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001401
1    ISIC_0031729
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 4745, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032093.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004005
1       ISIC_0032093
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4749, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032449.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006127
1    ISIC_0032449
2              nv
3       follow_up
4            50.0
5            male
6         unknown
Name: 4753, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031665.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007007
1       ISIC_0031665
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4754, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031135.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000401
1    ISIC_0031135
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4758, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029605.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005502
1       ISIC_0029605
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4765, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031767.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005899
1       ISIC_0031767
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 4770, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029467.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006762
1       ISIC_0029467
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 4771, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031110.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004510
1    ISIC_0031110
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 4772, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031587.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001676
1       ISIC_0031587
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 4774, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029782.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007120
1    ISIC_0029782
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030103.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001148
1    ISIC_0030103
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4776, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031370.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007092
1       ISIC_0031370
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 4777, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029649.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000586
1    ISIC_0029649
2              nv
3       follow_up
4            55.0
5            male
6            foot
Name: 4779, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032255.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005145
1       ISIC_0032255
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 4780, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031990.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004736
1       ISIC_0031990
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 4784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031914.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002767
1       ISIC_0031914
2                 nv
3          follow_up
4               55.0
5               male
6    upper extremity
Name: 4786, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031382.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003954
1    ISIC_0031382
2              nv
3       follow_up
4            45.0
5          female
6         genital
Name: 4787, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032252.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005895
1    ISIC_0032252
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 4789, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031739.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001748
1    ISIC_0031739
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4790, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031227.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002252
1    ISIC_0031227
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 4796, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029497.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001300
1       ISIC_0029497
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 4799, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030398.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003834
1       ISIC_0030398
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 4801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029710.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002068
1    ISIC_0029710
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 4802, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031855.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002843
1    ISIC_0031855
2              nv
3       follow_up
4            40.0
5            male
6            hand
Name: 4805, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029398.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002101
1       ISIC_0029398
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 4806, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032038.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001998
1    ISIC_0032038
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 4811, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032171.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006536
1    ISIC_0032171
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 4812, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030250.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002163
1    ISIC_0030250
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030330.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002399
1    ISIC_0030330
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 4816, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029852.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002444
1       ISIC_0029852
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 4817, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030869.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004838
1       ISIC_0030869
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 4820, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030395.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002980
1    ISIC_0030395
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032403.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004032
1       ISIC_0032403
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4823, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029949.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002337
1    ISIC_0029949
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4824, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030222.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002213
1       ISIC_0030222
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4826, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031553.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001285
1    ISIC_0031553
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4828, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031235.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007055
1       ISIC_0031235
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 4833, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029768.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002479
1       ISIC_0029768
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4835, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031878.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004950
1    ISIC_0031878
2              nv
3       follow_up
4            70.0
5            male
6           trunk
Name: 4839, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030494.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004715
1       ISIC_0030494
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4841, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030987.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001254
1       ISIC_0030987
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 4845, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030527.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006713
1    ISIC_0030527
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030359.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007435
1       ISIC_0030359
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 4848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029338.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002141
1    ISIC_0029338
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 4853, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032298.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000694
1       ISIC_0032298
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 4858, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029732.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006356
1    ISIC_0029732
2              nv
3       follow_up
4            65.0
5          female
6            back
Name: 4859, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029868.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000008
1    ISIC_0029868
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 4864, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031687.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004741
1       ISIC_0031687
2                 nv
3          follow_up
4               65.0
5               male
6    upper extremity
Name: 4867, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031992.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006431
1       ISIC_0031992
2                 nv
3          follow_up
4               65.0
5               male
6    lower extremity
Name: 4872, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031810.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000544
1       ISIC_0031810
2                 nv
3          follow_up
4               65.0
5               male
6    lower extremity
Name: 4873, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029626.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002564
1    ISIC_0029626
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4875, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032416.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003347
1       ISIC_0032416
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 4876, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029622.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004276
1    ISIC_0029622
2              nv
3       follow_up
4            40.0
5          female
6         genital
Name: 4879, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030763.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002157
1    ISIC_0030763
2              nv
3       follow_up
4            30.0
5          female
6           trunk
Name: 4882, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029587.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003160
1    ISIC_0029587
2              nv
3       follow_up
4            75.0
5          female
6            back
Name: 4883, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031846.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001286
1       ISIC_0031846
2                 nv
3          follow_up
4               75.0
5             female
6    lower extremity
Name: 4884, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031022.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000875
1    ISIC_0031022
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 4887, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029478.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002937
1    ISIC_0029478
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4888, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032386.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000310
1       ISIC_0032386
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 4892, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030199.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001165
1       ISIC_0030199
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 4893, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032275.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003489
1    ISIC_0032275
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4896, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032264.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006814
1    ISIC_0032264
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4897, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029365.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001068
1       ISIC_0029365
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 4898, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030823.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004902
1    ISIC_0030823
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4899, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029941.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001089
1    ISIC_0029941
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4900, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030147.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004366
1       ISIC_0030147
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 4901, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029691.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002880
1    ISIC_0029691
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4904, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031551.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001674
1       ISIC_0031551
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 4907, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029882.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007440
1       ISIC_0029882
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 4910, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030924.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004049
1       ISIC_0030924
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 4911, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031862.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004446
1    ISIC_0031862
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 4915, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029611.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000818
1       ISIC_0029611
2                 nv
3          follow_up
4               55.0
5               male
6    upper extremity
Name: 4917, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030178.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003533
1       ISIC_0030178
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4920, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031608.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004816
1       ISIC_0031608
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 4924, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031590.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003786
1    ISIC_0031590
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 4927, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032064.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002482
1       ISIC_0032064
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 4928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030475.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006051
1       ISIC_0030475
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 4931, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032464.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001865
1       ISIC_0032464
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 4933, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029379.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002781
1    ISIC_0029379
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 4939, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032483.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004104
1    ISIC_0032483
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 4940, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032032.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000681
1       ISIC_0032032
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 4942, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030624.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006771
1       ISIC_0030624
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 4943, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029446.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000749
1       ISIC_0029446
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4949, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029380.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005171
1    ISIC_0029380
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4950, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029593.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004229
1    ISIC_0029593
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 4951, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030703.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002373
1    ISIC_0030703
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 4953, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030467.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004759
1       ISIC_0030467
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 4954, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032503.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002487
1    ISIC_0032503
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 4959, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029948.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001988
1    ISIC_0029948
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 4961, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030228.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002777
1    ISIC_0030228
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 4963, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029433.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001445
1    ISIC_0029433
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 4967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029922.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007121
1    ISIC_0029922
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 4971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032062.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007366
1    ISIC_0032062
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4975, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030386.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003201
1    ISIC_0030386
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 4976, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032401.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001229
1       ISIC_0032401
2                 nv
3          follow_up
4               25.0
5             female
6    upper extremity
Name: 4977, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030252.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002263
1    ISIC_0030252
2              nv
3       follow_up
4            25.0
5          female
6         abdomen
Name: 4978, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030713.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006866
1       ISIC_0030713
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 4986, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031262.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007602
1    ISIC_0031262
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 4993, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031493.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007146
1    ISIC_0031493
2              nv
3       follow_up
4            60.0
5          female
6            back
Name: 4996, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031574.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005928
1    ISIC_0031574
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 5000, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032473.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004631
1    ISIC_0032473
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 5001, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031834.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004640
1       ISIC_0031834
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5002, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030309.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006322
1    ISIC_0030309
2              nv
3       follow_up
4            55.0
5            male
6            foot
Name: 5008, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030895.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006647
1    ISIC_0030895
2              nv
3       follow_up
4            55.0
5            male
6            foot
Name: 5009, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031336.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002085
1    ISIC_0031336
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 5010, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032010.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000445
1    ISIC_0032010
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5011, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032224.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005033
1    ISIC_0032224
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5014, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031264.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006227
1    ISIC_0031264
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 5015, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031979.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003318
1    ISIC_0031979
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 5017, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031680.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003731
1    ISIC_0031680
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5018, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029738.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003637
1       ISIC_0029738
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5021, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031627.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002210
1       ISIC_0031627
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5022, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031828.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005788
1    ISIC_0031828
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 5024, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030304.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000493
1       ISIC_0030304
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5026, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030982.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006054
1       ISIC_0030982
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5027, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031419.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005923
1       ISIC_0031419
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5030, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031949.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007412
1    ISIC_0031949
2              nv
3       follow_up
4            60.0
5          female
6           trunk
Name: 5031, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029586.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003864
1       ISIC_0029586
2                 nv
3          follow_up
4               60.0
5             female
6    upper extremity
Name: 5033, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031840.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006991
1    ISIC_0031840
2              nv
3       follow_up
4            60.0
5          female
6           trunk
Name: 5036, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032041.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000103
1       ISIC_0032041
2                 nv
3          follow_up
4               60.0
5             female
6    lower extremity
Name: 5038, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032160.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004874
1       ISIC_0032160
2                 nv
3          follow_up
4               65.0
5               male
6    upper extremity
Name: 5043, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031491.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006918
1    ISIC_0031491
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5044, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032178.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000651
1    ISIC_0032178
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5045, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032451.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000414
1    ISIC_0032451
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5047, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029625.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004292
1    ISIC_0029625
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5048, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030169.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005240
1    ISIC_0030169
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 5049, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031444.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006892
1       ISIC_0031444
2                 nv
3          follow_up
4               65.0
5               male
6    upper extremity
Name: 5051, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032452.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002739
1       ISIC_0032452
2                 nv
3          follow_up
4               65.0
5               male
6    upper extremity
Name: 5052, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030779.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002716
1       ISIC_0030779
2                 nv
3          follow_up
4               65.0
5               male
6    lower extremity
Name: 5054, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029681.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000583
1    ISIC_0029681
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5055, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030113.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005729
1    ISIC_0030113
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 5059, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030100.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002694
1    ISIC_0030100
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5060, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029631.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003170
1    ISIC_0029631
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5077, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029754.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000389
1    ISIC_0029754
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 5078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031736.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004993
1    ISIC_0031736
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 5080, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029692.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005503
1    ISIC_0029692
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 5085, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030572.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000809
1    ISIC_0030572
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 5086, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030931.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007493
1       ISIC_0030931
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 5087, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032167.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000916
1    ISIC_0032167
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 5096, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030084.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004616
1       ISIC_0030084
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 5097, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029428.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003291
1    ISIC_0029428
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5098, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031324.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003628
1    ISIC_0031324
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5099, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031514.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005029
1    ISIC_0031514
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5103, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031058.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003180
1       ISIC_0031058
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 5106, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030577.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000281
1    ISIC_0030577
2              nv
3       follow_up
4            60.0
5          female
6         genital
Name: 5109, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031538.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004868
1    ISIC_0031538
2              nv
3       follow_up
4            60.0
5          female
6         abdomen
Name: 5112, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030288.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003626
1    ISIC_0030288
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 5116, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032351.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006963
1    ISIC_0032351
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 5119, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030438.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006206
1       ISIC_0030438
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 5127, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031155.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001797
1    ISIC_0031155
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 5128, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030939.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004045
1    ISIC_0030939
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5129, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031179.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001996
1       ISIC_0031179
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5130, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030212.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000605
1    ISIC_0030212
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 5132, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031129.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006848
1    ISIC_0031129
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 5134, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029590.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002679
1    ISIC_0029590
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 5135, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030043.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002549
1    ISIC_0030043
2              nv
3       follow_up
4            45.0
5          female
6         unknown
Name: 5136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029451.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006981
1    ISIC_0029451
2              nv
3       follow_up
4            45.0
5          female
6            foot
Name: 5137, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029990.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002858
1    ISIC_0029990
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5138, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029648.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005099
1    ISIC_0029648
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 5139, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030671.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006578
1       ISIC_0030671
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5140, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030667.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004530
1       ISIC_0030667
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5143, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032127.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001595
1       ISIC_0032127
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 5145, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030686.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001592
1    ISIC_0030686
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 5151, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030881.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004101
1    ISIC_0030881
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5153, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029375.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003012
1    ISIC_0029375
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5154, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029487.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006582
1    ISIC_0029487
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 5155, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029935.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002593
1    ISIC_0029935
2              nv
3       follow_up
4            50.0
5          female
6            hand
Name: 5157, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030506.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000384
1    ISIC_0030506
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 5160, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031994.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002669
1       ISIC_0031994
2                 nv
3          follow_up
4               35.0
5               male
6    upper extremity
Name: 5162, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032122.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000018
1    ISIC_0032122
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 5163, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031210.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004390
1    ISIC_0031210
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 5167, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032286.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006959
1    ISIC_0032286
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 5171, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030392.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003395
1       ISIC_0030392
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 5173, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031075.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003154
1    ISIC_0031075
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 5181, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030631.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000883
1    ISIC_0030631
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 5182, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029960.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001451
1    ISIC_0029960
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 5184, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030716.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006308
1       ISIC_0030716
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5186, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030476.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005372
1    ISIC_0030476
2              nv
3       follow_up
4            55.0
5          female
6         unknown
Name: 5187, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031067.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005615
1    ISIC_0031067
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5192, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031549.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001899
1       ISIC_0031549
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 5194, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031214.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002148
1    ISIC_0031214
2              nv
3       follow_up
4            70.0
5            male
6            back
Name: 5199, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030482.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006951
1    ISIC_0030482
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5201, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031902.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005432
1    ISIC_0031902
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 5204, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031073.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001800
1       ISIC_0031073
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5205, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029325.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000026
1       ISIC_0029325
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5206, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031842.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006752
1    ISIC_0031842
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 5209, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029853.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001485
1    ISIC_0029853
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 5210, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030834.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001871
1    ISIC_0030834
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 5212, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031856.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007197
1    ISIC_0031856
2              nv
3       follow_up
4            50.0
5          female
6         genital
Name: 5214, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031684.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001351
1    ISIC_0031684
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 5215, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030071.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002883
1    ISIC_0030071
2              nv
3       follow_up
4            50.0
5          female
6            foot
Name: 5223, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030471.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002540
1       ISIC_0030471
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 5229, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030132.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005857
1    ISIC_0030132
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 5230, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029321.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007162
1    ISIC_0029321
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 5231, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029709.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003763
1    ISIC_0029709
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 5233, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032105.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006102
1    ISIC_0032105
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 5234, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030419.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005063
1       ISIC_0030419
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 5235, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030474.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005399
1    ISIC_0030474
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 5236, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031280.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004843
1    ISIC_0031280
2              nv
3       follow_up
4            60.0
5            male
6            foot
Name: 5237, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032259.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004333
1    ISIC_0032259
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5240, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031274.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006305
1    ISIC_0031274
2              nv
3       follow_up
4            75.0
5            male
6         abdomen
Name: 5245, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030745.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000115
1    ISIC_0030745
2              nv
3       follow_up
4            75.0
5            male
6            back
Name: 5247, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031300.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007626
1    ISIC_0031300
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 5248, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029769.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004107
1    ISIC_0029769
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 5249, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031758.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001007
1       ISIC_0031758
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 5251, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031780.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005167
1    ISIC_0031780
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5252, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029766.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004023
1       ISIC_0029766
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 5255, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029616.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002842
1       ISIC_0029616
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5257, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030994.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001569
1    ISIC_0030994
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 5258, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031028.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002941
1       ISIC_0031028
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030454.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001267
1       ISIC_0030454
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5261, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029494.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003486
1    ISIC_0029494
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 5264, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030201.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005638
1       ISIC_0030201
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5265, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029421.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003203
1    ISIC_0029421
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5268, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030149.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003693
1       ISIC_0030149
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5270, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031843.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001471
1       ISIC_0031843
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 5277, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031252.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002580
1    ISIC_0031252
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 5280, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030750.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005277
1    ISIC_0030750
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 5281, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031516.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003499
1    ISIC_0031516
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 5282, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029934.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006317
1    ISIC_0029934
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 5284, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029506.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005497
1    ISIC_0029506
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 5286, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030788.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004785
1    ISIC_0030788
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 5287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030046.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001917
1    ISIC_0030046
2              nv
3       follow_up
4            30.0
5          female
6            back
Name: 5289, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031847.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003431
1    ISIC_0031847
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5295, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031003.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001578
1    ISIC_0031003
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 5296, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029690.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006455
1       ISIC_0029690
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 5304, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029981.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005357
1       ISIC_0029981
2                 nv
3          follow_up
4               40.0
5             female
6    upper extremity
Name: 5305, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030267.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000877
1    ISIC_0030267
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5307, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031616.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002071
1    ISIC_0031616
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 5312, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030864.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007394
1    ISIC_0030864
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5317, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032295.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006106
1    ISIC_0032295
2              nv
3       follow_up
4            45.0
5          female
6            neck
Name: 5318, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030012.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000253
1    ISIC_0030012
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 5320, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029969.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006038
1    ISIC_0029969
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 5322, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029361.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001182
1    ISIC_0029361
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5323, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030152.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000043
1    ISIC_0030152
2              nv
3       follow_up
4            75.0
5            male
6            back
Name: 5330, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030381.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005702
1    ISIC_0030381
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 5334, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031607.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002270
1       ISIC_0031607
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5336, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031180.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002612
1    ISIC_0031180
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 5339, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031124.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002510
1       ISIC_0031124
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 5342, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031683.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002579
1       ISIC_0031683
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 5345, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029718.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003545
1    ISIC_0029718
2              nv
3       follow_up
4            80.0
5            male
6           trunk
Name: 5356, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030017.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002643
1    ISIC_0030017
2              nv
3       follow_up
4            80.0
5            male
6           trunk
Name: 5362, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030216.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001951
1    ISIC_0030216
2              nv
3       follow_up
4            80.0
5            male
6         abdomen
Name: 5365, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030808.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001710
1    ISIC_0030808
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 5368, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030648.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003607
1       ISIC_0030648
2                 nv
3          follow_up
4               35.0
5               male
6    upper extremity
Name: 5369, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030489.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007447
1    ISIC_0030489
2              nv
3       follow_up
4            30.0
5            male
6         abdomen
Name: 5370, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030879.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002445
1    ISIC_0030879
2              nv
3       follow_up
4            75.0
5            male
6         abdomen
Name: 5374, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030078.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005796
1       ISIC_0030078
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5377, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030345.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004598
1    ISIC_0030345
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 5378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030601.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004488
1    ISIC_0030601
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032085.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003377
1    ISIC_0032085
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 5387, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031096.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005773
1       ISIC_0031096
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5391, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031873.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004362
1       ISIC_0031873
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5392, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029629.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004019
1       ISIC_0029629
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5393, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030254.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006759
1    ISIC_0030254
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5395, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031251.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005012
1    ISIC_0031251
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 5397, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029957.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005418
1       ISIC_0029957
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 5399, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032438.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007485
1       ISIC_0032438
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5402, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030153.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005836
1    ISIC_0030153
2              nv
3       follow_up
4            45.0
5          female
6            neck
Name: 5403, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030551.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004445
1       ISIC_0030551
2                 nv
3          follow_up
4               60.0
5             female
6    lower extremity
Name: 5404, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029765.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005348
1    ISIC_0029765
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 5405, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029552.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005477
1       ISIC_0029552
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 5408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031788.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004490
1       ISIC_0031788
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 5414, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031397.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000178
1    ISIC_0031397
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 5417, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031342.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004815
1    ISIC_0031342
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 5419, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030325.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004493
1       ISIC_0030325
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 5420, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031548.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003575
1    ISIC_0031548
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 5422, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031628.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001315
1       ISIC_0031628
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 5424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031859.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001574
1       ISIC_0031859
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 5426, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030001.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001658
1    ISIC_0030001
2              nv
3       follow_up
4            75.0
5            male
6         abdomen
Name: 5428, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029535.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000664
1    ISIC_0029535
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 5431, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032000.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004688
1       ISIC_0032000
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 5432, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031066.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006488
1       ISIC_0031066
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 5435, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031983.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006890
1       ISIC_0031983
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 5441, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029901.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006022
1       ISIC_0029901
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 5451, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029989.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000834
1    ISIC_0029989
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5453, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031425.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007087
1    ISIC_0031425
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5456, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029734.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003537
1       ISIC_0029734
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 5458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030627.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006202
1       ISIC_0030627
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 5459, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030217.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002137
1       ISIC_0030217
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5460, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031109.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000869
1       ISIC_0031109
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5462, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031307.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004299
1    ISIC_0031307
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 5467, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030992.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005151
1    ISIC_0030992
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 5468, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030638.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005976
1    ISIC_0030638
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 5469, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030472.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005161
1    ISIC_0030472
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5472, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030983.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004920
1    ISIC_0030983
2              nv
3       follow_up
4            65.0
5            male
6            back
Name: 5473, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032431.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000234
1    ISIC_0032431
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 5479, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030647.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002987
1    ISIC_0030647
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 5481, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031772.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006282
1    ISIC_0031772
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 5484, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029964.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006165
1    ISIC_0029964
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 5486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029842.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006865
1       ISIC_0029842
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029807.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002380
1       ISIC_0029807
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5489, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029444.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001128
1    ISIC_0029444
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5493, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030415.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005317
1    ISIC_0030415
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 5494, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031020.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005515
1    ISIC_0031020
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 5496, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031641.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006405
1    ISIC_0031641
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 5500, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031512.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003124
1    ISIC_0031512
2              nv
3       follow_up
4            75.0
5            male
6         abdomen
Name: 5501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029818.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001577
1    ISIC_0029818
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 5504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031439.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001779
1       ISIC_0031439
2                 nv
3          follow_up
4               65.0
5               male
6    upper extremity
Name: 5505, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031255.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005520
1    ISIC_0031255
2              nv
3       follow_up
4            65.0
5            male
6            back
Name: 5508, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030516.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003312
1    ISIC_0030516
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 5510, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031696.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006113
1    ISIC_0031696
2              nv
3       follow_up
4            35.0
5          female
6         genital
Name: 5511, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031205.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002920
1    ISIC_0031205
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 5512, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032488.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002383
1    ISIC_0032488
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 5516, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030634.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000830
1    ISIC_0030634
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5519, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030185.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001204
1    ISIC_0030185
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 5521, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029787.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004136
1    ISIC_0029787
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 5522, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030200.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000495
1    ISIC_0030200
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5526, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029607.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003599
1       ISIC_0029607
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 5529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030696.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003796
1    ISIC_0030696
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5530, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029863.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000804
1    ISIC_0029863
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5531, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030727.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005957
1    ISIC_0030727
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5534, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030719.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000633
1    ISIC_0030719
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5535, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030030.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007382
1       ISIC_0030030
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032493.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007011
1    ISIC_0032493
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 5542, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032012.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001980
1       ISIC_0032012
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 5544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030751.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002813
1       ISIC_0030751
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 5545, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029442.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007175
1    ISIC_0029442
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 5546, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029923.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000870
1    ISIC_0029923
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5553, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032208.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002665
1    ISIC_0032208
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 5554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031480.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007256
1       ISIC_0031480
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 5557, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031717.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001228
1    ISIC_0031717
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 5560, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031487.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006903
1    ISIC_0031487
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 5562, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031858.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005192
1       ISIC_0031858
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 5566, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031568.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001380
1    ISIC_0031568
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 5571, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029551.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006640
1    ISIC_0029551
2              nv
3       follow_up
4            45.0
5            male
6            foot
Name: 5572, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029620.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004800
1    ISIC_0029620
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5574, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030917.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003036
1       ISIC_0030917
2                 nv
3          follow_up
4               25.0
5             female
6    lower extremity
Name: 5575, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029477.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004168
1    ISIC_0029477
2              nv
3       follow_up
4            85.0
5            male
6           trunk
Name: 5577, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031879.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003065
1    ISIC_0031879
2              nv
3       follow_up
4            85.0
5            male
6            back
Name: 5578, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030637.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004173
1    ISIC_0030637
2              nv
3       follow_up
4            85.0
5            male
6           trunk
Name: 5579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032297.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004730
1    ISIC_0032297
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 5582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032177.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002520
1    ISIC_0032177
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 5587, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031830.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005340
1    ISIC_0031830
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 5591, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031098.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006504
1       ISIC_0031098
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5594, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030887.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001305
1    ISIC_0030887
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 5597, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030708.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002162
1       ISIC_0030708
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5600, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032390.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000155
1    ISIC_0032390
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 5602, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032435.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002963
1    ISIC_0032435
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5606, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031246.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003538
1    ISIC_0031246
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 5607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031899.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002437
1       ISIC_0031899
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029437.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005235
1    ISIC_0029437
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 5612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031530.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002852
1    ISIC_0031530
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 5613, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030320.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006646
1    ISIC_0030320
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031765.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001489
1    ISIC_0031765
2              nv
3       follow_up
4            50.0
5          female
6            foot
Name: 5619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031818.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001395
1    ISIC_0031818
2              nv
3       follow_up
4            50.0
5          female
6            foot
Name: 5620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030098.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003975
1       ISIC_0030098
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 5621, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031283.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000411
1    ISIC_0031283
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 5625, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029987.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005071
1    ISIC_0029987
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 5627, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030331.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006163
1    ISIC_0030331
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 5629, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031415.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001704
1    ISIC_0031415
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 5630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029910.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006045
1    ISIC_0029910
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5633, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031265.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007357
1    ISIC_0031265
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 5637, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030500.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001836
1    ISIC_0030500
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5639, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030009.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006454
1    ISIC_0030009
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031936.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002077
1       ISIC_0031936
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 5641, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030563.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007136
1    ISIC_0030563
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 5642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031047.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002594
1       ISIC_0031047
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 5647, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031101.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000621
1    ISIC_0031101
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030040.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003543
1       ISIC_0030040
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5655, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030576.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004414
1       ISIC_0030576
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5658, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032147.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006867
1    ISIC_0032147
2              nv
3       follow_up
4            30.0
5            male
6            back
Name: 5664, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030290.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004391
1       ISIC_0030290
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 5665, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030234.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002152
1    ISIC_0030234
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5666, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031885.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004821
1       ISIC_0031885
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 5669, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031312.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005000
1    ISIC_0031312
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 5670, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032323.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003070
1    ISIC_0032323
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5671, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031849.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007401
1    ISIC_0031849
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 5683, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032472.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002140
1    ISIC_0032472
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 5684, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030811.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001156
1    ISIC_0030811
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5692, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030062.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001293
1    ISIC_0030062
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 5694, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029942.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003211
1       ISIC_0029942
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5695, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030680.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002381
1    ISIC_0030680
2              nv
3       follow_up
4            80.0
5            male
6           trunk
Name: 5699, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032229.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002849
1    ISIC_0032229
2              nv
3       follow_up
4            80.0
5            male
6            back
Name: 5700, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032406.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006304
1    ISIC_0032406
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 5702, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030439.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002743
1    ISIC_0030439
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 5703, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031341.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006807
1       ISIC_0031341
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 5706, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030236.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004368
1       ISIC_0030236
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 5707, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030762.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006944
1    ISIC_0030762
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 5714, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029896.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001352
1    ISIC_0029896
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5715, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030568.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002406
1       ISIC_0030568
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5716, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032369.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003079
1       ISIC_0032369
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5717, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031755.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003928
1    ISIC_0031755
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 5720, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030052.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003722
1    ISIC_0030052
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 5724, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030685.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000585
1    ISIC_0030685
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 5726, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032293.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000123
1       ISIC_0032293
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5727, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030433.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005582
1    ISIC_0030433
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5733, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030678.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006591
1    ISIC_0030678
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 5736, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030343.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006570
1       ISIC_0030343
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 5737, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030055.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006743
1       ISIC_0030055
2                 nv
3          follow_up
4               30.0
5               male
6    lower extremity
Name: 5741, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029977.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003252
1       ISIC_0029977
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5743, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031328.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000424
1       ISIC_0031328
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5744, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031182.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004079
1    ISIC_0031182
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5746, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031737.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006007
1    ISIC_0031737
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 5749, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029646.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002674
1    ISIC_0029646
2              nv
3       follow_up
4            20.0
5          female
6            back
Name: 5751, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031533.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001013
1       ISIC_0031533
2                 nv
3          follow_up
4               75.0
5               male
6    lower extremity
Name: 5757, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030749.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006153
1       ISIC_0030749
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5763, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032037.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002687
1    ISIC_0032037
2              nv
3       follow_up
4            60.0
5          female
6            back
Name: 5767, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032319.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002352
1    ISIC_0032319
2              nv
3       follow_up
4            60.0
5          female
6            back
Name: 5768, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029800.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003702
1    ISIC_0029800
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 5770, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031886.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006949
1    ISIC_0031886
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 5771, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031509.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000560
1    ISIC_0031509
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030948.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001255
1    ISIC_0030948
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5776, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029327.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003163
1    ISIC_0029327
2              nv
3       follow_up
4            70.0
5          female
6           trunk
Name: 5784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030029.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005437
1    ISIC_0030029
2              nv
3       follow_up
4            45.0
5            male
6            foot
Name: 5789, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029712.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004438
1       ISIC_0029712
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5791, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030691.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006081
1       ISIC_0030691
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5792, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029796.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000860
1       ISIC_0029796
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5793, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031768.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004312
1    ISIC_0031768
2              nv
3       follow_up
4            45.0
5            male
6            foot
Name: 5797, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030097.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007487
1       ISIC_0030097
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 5801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030393.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005238
1    ISIC_0030393
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5802, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032332.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004449
1       ISIC_0032332
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 5807, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030558.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007192
1       ISIC_0030558
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 5808, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030028.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004645
1       ISIC_0030028
2                 nv
3          follow_up
4               40.0
5             female
6    upper extremity
Name: 5813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030004.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007482
1    ISIC_0030004
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5817, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029887.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000638
1    ISIC_0029887
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 5822, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031316.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006089
1       ISIC_0031316
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5824, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031445.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000292
1       ISIC_0031445
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5825, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031458.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007561
1       ISIC_0031458
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030633.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005391
1    ISIC_0030633
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 5828, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029623.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004433
1       ISIC_0029623
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5829, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031962.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001092
1       ISIC_0031962
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 5832, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032299.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002090
1       ISIC_0032299
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 5833, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030018.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002573
1       ISIC_0030018
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5838, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031305.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003655
1    ISIC_0031305
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 5844, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031414.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000400
1       ISIC_0031414
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 5845, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030650.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000538
1       ISIC_0030650
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 5848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031605.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000972
1    ISIC_0031605
2              nv
3       follow_up
4            60.0
5            male
6           chest
Name: 5850, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032130.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004072
1       ISIC_0032130
2                 nv
3          follow_up
4               60.0
5               male
6    upper extremity
Name: 5851, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029565.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001859
1       ISIC_0029565
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 5853, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029407.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002116
1       ISIC_0029407
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 5854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029890.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000052
1    ISIC_0029890
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 5855, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032393.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005200
1    ISIC_0032393
2              nv
3       follow_up
4            70.0
5            male
6           trunk
Name: 5856, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030259.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000665
1       ISIC_0030259
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 5862, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031356.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003858
1    ISIC_0031356
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5863, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030715.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003339
1       ISIC_0030715
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5865, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031850.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003271
1    ISIC_0031850
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5866, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032033.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005943
1    ISIC_0032033
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 5867, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031137.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005774
1       ISIC_0031137
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5868, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030720.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002663
1    ISIC_0030720
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 5870, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029716.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000098
1    ISIC_0029716
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 5872, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031232.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004644
1    ISIC_0031232
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 5874, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029753.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005646
1       ISIC_0029753
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 5875, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029707.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000774
1       ISIC_0029707
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 5877, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031027.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006499
1    ISIC_0031027
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 5878, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030363.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004112
1       ISIC_0030363
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 5879, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031500.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007486
1    ISIC_0031500
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5884, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030949.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001271
1    ISIC_0030949
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5885, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030872.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004580
1    ISIC_0030872
2              nv
3       follow_up
4            80.0
5            male
6            back
Name: 5889, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030498.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003098
1       ISIC_0030498
2                 nv
3          follow_up
4               80.0
5               male
6    lower extremity
Name: 5890, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029314.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003959
1    ISIC_0029314
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5893, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030938.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006098
1    ISIC_0030938
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 5897, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030559.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004944
1    ISIC_0030559
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 5898, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029584.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007115
1    ISIC_0029584
2              nv
3       follow_up
4            25.0
5          female
6           trunk
Name: 5901, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032440.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005570
1    ISIC_0032440
2              nv
3       follow_up
4            25.0
5          female
6            back
Name: 5902, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031054.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007347
1    ISIC_0031054
2              nv
3       follow_up
4            25.0
5          female
6           trunk
Name: 5903, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029817.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003572
1    ISIC_0029817
2              nv
3       follow_up
4            25.0
5          female
6            back
Name: 5904, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031826.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000387
1    ISIC_0031826
2              nv
3       follow_up
4            25.0
5          female
6           trunk
Name: 5905, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032448.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003232
1       ISIC_0032448
2                 nv
3          follow_up
4               25.0
5             female
6    upper extremity
Name: 5908, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029946.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001374
1       ISIC_0029946
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 5910, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030530.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001244
1       ISIC_0030530
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 5912, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029965.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001360
1    ISIC_0029965
2              nv
3       follow_up
4            45.0
5          female
6            hand
Name: 5913, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030364.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001709
1    ISIC_0030364
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 5914, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031912.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002183
1    ISIC_0031912
2              nv
3       follow_up
4            65.0
5            male
6            back
Name: 5920, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030946.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001084
1    ISIC_0030946
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 5921, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031722.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002805
1    ISIC_0031722
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 5922, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029468.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003266
1    ISIC_0029468
2              nv
3       follow_up
4            30.0
5            male
6         abdomen
Name: 5926, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029445.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001368
1    ISIC_0029445
2              nv
3       follow_up
4            30.0
5            male
6         genital
Name: 5927, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030622.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006134
1    ISIC_0030622
2              nv
3       follow_up
4            30.0
5            male
6           trunk
Name: 5928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031315.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002680
1    ISIC_0031315
2              nv
3       follow_up
4            30.0
5            male
6            hand
Name: 5929, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032432.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001937
1    ISIC_0032432
2              nv
3       follow_up
4            30.0
5            male
6         genital
Name: 5930, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029376.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002637
1       ISIC_0029376
2                 nv
3          follow_up
4               30.0
5               male
6    upper extremity
Name: 5931, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029952.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002570
1    ISIC_0029952
2              nv
3       follow_up
4            30.0
5            male
6           trunk
Name: 5932, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030641.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006079
1       ISIC_0030641
2                 nv
3          follow_up
4               30.0
5               male
6    upper extremity
Name: 5933, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031224.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000753
1       ISIC_0031224
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5934, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031248.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004731
1       ISIC_0031248
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5937, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030317.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001050
1       ISIC_0030317
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5938, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031393.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006247
1       ISIC_0031393
2                 nv
3          follow_up
4               50.0
5             female
6    upper extremity
Name: 5942, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029672.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006880
1    ISIC_0029672
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 5946, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030515.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004361
1    ISIC_0030515
2              nv
3       follow_up
4            45.0
5            male
6            foot
Name: 5947, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029939.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001557
1    ISIC_0029939
2              nv
3       follow_up
4            45.0
5            male
6            neck
Name: 5948, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030111.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001864
1    ISIC_0030111
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 5951, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029461.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007344
1    ISIC_0029461
2              nv
3       follow_up
4            45.0
5            male
6            foot
Name: 5956, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029971.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004459
1    ISIC_0029971
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 5961, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032097.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003006
1    ISIC_0032097
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 5963, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032458.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001602
1    ISIC_0032458
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 5965, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031562.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001132
1    ISIC_0031562
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 5966, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030662.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006179
1    ISIC_0030662
2              nv
3       follow_up
4            40.0
5            male
6            foot
Name: 5973, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029643.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005451
1       ISIC_0029643
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 5974, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030195.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004110
1       ISIC_0030195
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 5975, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029429.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003794
1       ISIC_0029429
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 5976, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030531.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000257
1       ISIC_0030531
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 5977, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029326.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005081
1    ISIC_0029326
2              nv
3       follow_up
4            30.0
5            male
6         abdomen
Name: 5979, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030735.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004837
1       ISIC_0030735
2                 nv
3          follow_up
4               50.0
5             female
6    lower extremity
Name: 5984, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030353.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000737
1    ISIC_0030353
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5987, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031083.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002439
1    ISIC_0031083
2              nv
3       follow_up
4            65.0
5          female
6         abdomen
Name: 5988, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031478.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004658
1    ISIC_0031478
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5989, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031952.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000480
1       ISIC_0031952
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 5990, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032381.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004904
1       ISIC_0032381
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 5991, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030266.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007458
1       ISIC_0030266
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 5992, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032172.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007517
1       ISIC_0032172
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 5994, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029673.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001825
1       ISIC_0029673
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 5995, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031052.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007174
1    ISIC_0031052
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5996, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030424.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006452
1    ISIC_0030424
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 5998, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031441.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007267
1    ISIC_0031441
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 5999, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031804.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005441
1    ISIC_0031804
2              nv
3       follow_up
4            55.0
5            male
6            back
Name: 6001, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030860.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004911
1       ISIC_0030860
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 6002, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030776.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000543
1    ISIC_0030776
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 6003, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032480.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001146
1    ISIC_0032480
2              nv
3       follow_up
4            75.0
5            male
6           trunk
Name: 6006, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032357.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007098
1    ISIC_0032357
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6010, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030724.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000862
1    ISIC_0030724
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 6011, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030025.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003391
1    ISIC_0030025
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6012, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030997.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006825
1       ISIC_0030997
2                 nv
3          follow_up
4               60.0
5             female
6    lower extremity
Name: 6017, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029850.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006714
1    ISIC_0029850
2              nv
3       follow_up
4            60.0
5          female
6         abdomen
Name: 6018, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030024.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001650
1    ISIC_0030024
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6021, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030161.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000622
1    ISIC_0030161
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 6030, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030218.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002098
1    ISIC_0030218
2              nv
3       follow_up
4            35.0
5          female
6            face
Name: 6031, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031877.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006476
1    ISIC_0031877
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 6033, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031187.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006589
1    ISIC_0031187
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6035, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029529.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007034
1    ISIC_0029529
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6036, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032394.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005667
1    ISIC_0032394
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 6038, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030958.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005999
1    ISIC_0030958
2              nv
3       follow_up
4            50.0
5          female
6            foot
Name: 6039, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030848.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003166
1    ISIC_0030848
2              nv
3       follow_up
4            50.0
5          female
6            foot
Name: 6040, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031860.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001521
1    ISIC_0031860
2              nv
3       follow_up
4            40.0
5            male
6            foot
Name: 6043, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029761.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005948
1       ISIC_0029761
2                 nv
3          follow_up
4               20.0
5               male
6    lower extremity
Name: 6047, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030027.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002860
1       ISIC_0030027
2                 nv
3          follow_up
4               20.0
5               male
6    lower extremity
Name: 6048, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032256.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006424
1       ISIC_0032256
2                 nv
3          follow_up
4               20.0
5               male
6    upper extremity
Name: 6050, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030702.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002246
1    ISIC_0030702
2              nv
3       follow_up
4            20.0
5            male
6           trunk
Name: 6051, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032104.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001413
1    ISIC_0032104
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6053, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031010.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002910
1       ISIC_0031010
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 6056, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030044.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001776
1       ISIC_0030044
2                 nv
3          follow_up
4               25.0
5             female
6    lower extremity
Name: 6059, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032131.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003173
1       ISIC_0032131
2                 nv
3          follow_up
4               35.0
5             female
6    upper extremity
Name: 6064, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029424.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000297
1    ISIC_0029424
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 6065, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030632.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002811
1    ISIC_0030632
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 6066, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032101.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004978
1       ISIC_0032101
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 6070, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030412.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002123
1       ISIC_0030412
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 6071, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030298.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003336
1       ISIC_0030298
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 6073, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031946.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000190
1    ISIC_0031946
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 6078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031732.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004860
1       ISIC_0031732
2                 nv
3          follow_up
4               30.0
5               male
6    lower extremity
Name: 6080, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030048.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003621
1    ISIC_0030048
2              nv
3       follow_up
4            30.0
5            male
6         abdomen
Name: 6081, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029936.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000575
1    ISIC_0029936
2              nv
3       follow_up
4            30.0
5            male
6            back
Name: 6082, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030854.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003908
1    ISIC_0030854
2              nv
3       follow_up
4            30.0
5            male
6           trunk
Name: 6084, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029797.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003404
1       ISIC_0029797
2                 nv
3          follow_up
4               35.0
5               male
6    upper extremity
Name: 6087, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029834.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004454
1    ISIC_0029834
2              nv
3       follow_up
4            25.0
5            male
6           trunk
Name: 6092, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031626.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007292
1    ISIC_0031626
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 6095, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030850.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005944
1    ISIC_0030850
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6096, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029954.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000736
1    ISIC_0029954
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6097, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029737.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000515
1    ISIC_0029737
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 6101, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030628.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002707
1    ISIC_0030628
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 6105, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029700.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001787
1       ISIC_0029700
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 6115, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030405.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006555
1    ISIC_0030405
2              nv
3       follow_up
4            40.0
5            male
6         genital
Name: 6118, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030595.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002001
1       ISIC_0030595
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 6120, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029928.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001179
1    ISIC_0029928
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 6124, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030651.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004374
1    ISIC_0030651
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 6131, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031241.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000404
1    ISIC_0031241
2              nv
3       follow_up
4            35.0
5            male
6            foot
Name: 6134, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029908.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001646
1    ISIC_0029908
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 6136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031968.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003485
1    ISIC_0031968
2              nv
3       follow_up
4            50.0
5          female
6            back
Name: 6137, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029873.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005824
1       ISIC_0029873
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 6138, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030389.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005645
1    ISIC_0030389
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6139, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029743.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005367
1    ISIC_0029743
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 6140, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031760.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004336
1    ISIC_0031760
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6141, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029658.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005593
1    ISIC_0029658
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 6144, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031740.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005934
1    ISIC_0031740
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 6147, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031375.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000127
1       ISIC_0031375
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 6148, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031751.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006858
1       ISIC_0031751
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 6150, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030590.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000950
1       ISIC_0030590
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 6152, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032346.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001171
1    ISIC_0032346
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 6154, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029988.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002212
1    ISIC_0029988
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 6157, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030676.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005054
1    ISIC_0030676
2              nv
3       follow_up
4            40.0
5            male
6            foot
Name: 6158, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029635.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005485
1    ISIC_0029635
2              nv
3       follow_up
4            40.0
5            male
6            foot
Name: 6159, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030548.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005412
1    ISIC_0030548
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6160, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031910.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002309
1    ISIC_0031910
2              nv
3       follow_up
4            25.0
5            male
6           trunk
Name: 6163, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030437.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003746
1    ISIC_0030437
2              nv
3       follow_up
4            25.0
5            male
6           trunk
Name: 6164, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031790.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006729
1    ISIC_0031790
2              nv
3       follow_up
4            70.0
5            male
6           trunk
Name: 6169, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031786.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000255
1    ISIC_0031786
2              nv
3       follow_up
4            70.0
5            male
6         abdomen
Name: 6170, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032491.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001513
1       ISIC_0032491
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 6171, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031835.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006289
1    ISIC_0031835
2              nv
3       follow_up
4            70.0
5            male
6            back
Name: 6172, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031193.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002281
1       ISIC_0031193
2                 nv
3          follow_up
4               70.0
5               male
6    lower extremity
Name: 6174, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029832.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000325
1    ISIC_0029832
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 6177, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031868.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005446
1    ISIC_0031868
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 6179, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032326.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000280
1    ISIC_0032326
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 6180, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032383.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005333
1       ISIC_0032383
2                 nv
3          follow_up
4               55.0
5               male
6    lower extremity
Name: 6182, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031333.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004612
1    ISIC_0031333
2              nv
3       follow_up
4            50.0
5          female
6            hand
Name: 6184, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031916.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000938
1    ISIC_0031916
2              nv
3       follow_up
4            40.0
5          female
6            foot
Name: 6186, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030934.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004355
1    ISIC_0030934
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6187, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032289.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001782
1    ISIC_0032289
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 6189, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031387.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004562
1    ISIC_0031387
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6195, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032353.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000535
1    ISIC_0032353
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 6198, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030090.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005756
1    ISIC_0030090
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 6199, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029579.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003082
1    ISIC_0029579
2              nv
3       follow_up
4            30.0
5          female
6            neck
Name: 6203, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032001.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003019
1       ISIC_0032001
2                 nv
3          follow_up
4               30.0
5             female
6    lower extremity
Name: 6208, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031072.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003878
1    ISIC_0031072
2              nv
3       follow_up
4            30.0
5          female
6            foot
Name: 6210, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030805.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003200
1       ISIC_0030805
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 6214, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031432.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007063
1    ISIC_0031432
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 6215, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030780.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007501
1    ISIC_0030780
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 6216, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030832.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003756
1    ISIC_0030832
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 6217, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031183.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002292
1    ISIC_0031183
2              nv
3       follow_up
4            30.0
5          female
6         abdomen
Name: 6220, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030587.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001848
1    ISIC_0030587
2              nv
3       follow_up
4            30.0
5          female
6           trunk
Name: 6221, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030162.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006468
1    ISIC_0030162
2              nv
3       follow_up
4            30.0
5          female
6            back
Name: 6225, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030886.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003334
1    ISIC_0030886
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 6229, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030969.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003413
1       ISIC_0030969
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 6233, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031911.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003753
1    ISIC_0031911
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 6234, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030699.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006688
1    ISIC_0030699
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6238, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031484.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005930
1    ISIC_0031484
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6239, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031242.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003242
1       ISIC_0031242
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 6249, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030224.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001802
1    ISIC_0030224
2              nv
3       follow_up
4            55.0
5          female
6         abdomen
Name: 6252, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031338.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005996
1    ISIC_0031338
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 6254, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032360.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001622
1    ISIC_0032360
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 6257, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030136.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001867
1    ISIC_0030136
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 6258, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030112.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005152
1    ISIC_0030112
2              nv
3       follow_up
4            40.0
5            male
6         abdomen
Name: 6259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031610.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004157
1       ISIC_0031610
2                 nv
3          follow_up
4               40.0
5               male
6    lower extremity
Name: 6261, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031267.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006679
1       ISIC_0031267
2                 nv
3          follow_up
4               40.0
5               male
6    upper extremity
Name: 6264, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029403.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007506
1    ISIC_0029403
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 6265, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031566.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002422
1       ISIC_0031566
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 6267, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031006.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001638
1    ISIC_0031006
2              nv
3       follow_up
4            55.0
5            male
6         abdomen
Name: 6268, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029727.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000929
1    ISIC_0029727
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6269, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029416.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005455
1    ISIC_0029416
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 6272, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030889.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002356
1    ISIC_0030889
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 6278, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029777.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001189
1       ISIC_0029777
2                 nv
3          follow_up
4               30.0
5             female
6    lower extremity
Name: 6280, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030045.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006864
1    ISIC_0030045
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 6281, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030496.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005808
1       ISIC_0030496
2                 nv
3          follow_up
4               65.0
5               male
6    lower extremity
Name: 6282, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031084.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006562
1    ISIC_0031084
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6284, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030430.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003185
1    ISIC_0030430
2              nv
3       follow_up
4            40.0
5            male
6            foot
Name: 6288, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031944.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004162
1    ISIC_0031944
2              nv
3       follow_up
4            65.0
5            male
6            back
Name: 6293, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030670.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000726
1    ISIC_0030670
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 6295, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031161.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001195
1    ISIC_0031161
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 6297, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032089.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002887
1    ISIC_0032089
2              nv
3       follow_up
4            60.0
5            male
6           trunk
Name: 6298, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031433.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007061
1    ISIC_0031433
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6300, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031576.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002195
1       ISIC_0031576
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 6305, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029507.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002783
1       ISIC_0029507
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6307, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032495.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004770
1       ISIC_0032495
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6308, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030347.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006019
1       ISIC_0030347
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 6311, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029400.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000369
1       ISIC_0029400
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 6312, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030190.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003956
1       ISIC_0030190
2                 nv
3          follow_up
4               55.0
5             female
6    upper extremity
Name: 6313, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030571.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003190
1    ISIC_0030571
2              nv
3       follow_up
4            55.0
5          female
6           trunk
Name: 6315, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032418.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004594
1    ISIC_0032418
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 6316, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032324.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002117
1    ISIC_0032324
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 6320, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031139.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006683
1    ISIC_0031139
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 6326, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030431.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005833
1    ISIC_0030431
2              nv
3       follow_up
4            35.0
5          female
6            foot
Name: 6331, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029813.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007457
1       ISIC_0029813
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 6332, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032506.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002917
1    ISIC_0032506
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 6337, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030503.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005919
1    ISIC_0030503
2              nv
3       follow_up
4            60.0
5            male
6         abdomen
Name: 6338, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029996.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004001
1       ISIC_0029996
2                 nv
3          follow_up
4               60.0
5               male
6    lower extremity
Name: 6340, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029916.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001222
1    ISIC_0029916
2              nv
3       follow_up
4            60.0
5            male
6            back
Name: 6341, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032261.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005025
1    ISIC_0032261
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6347, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030051.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003581
1    ISIC_0030051
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6349, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031420.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001197
1       ISIC_0031420
2                 nv
3          follow_up
4               30.0
5             female
6    upper extremity
Name: 6350, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030656.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003825
1    ISIC_0030656
2              nv
3       follow_up
4            30.0
5          female
6         abdomen
Name: 6351, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029907.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003285
1    ISIC_0029907
2              nv
3       follow_up
4            30.0
5          female
6            back
Name: 6354, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032142.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000740
1    ISIC_0032142
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6357, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032354.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001714
1    ISIC_0032354
2              nv
3       follow_up
4            30.0
5          female
6           trunk
Name: 6360, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032465.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004557
1    ISIC_0032465
2              nv
3       follow_up
4            30.0
5          female
6           trunk
Name: 6361, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030739.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002678
1    ISIC_0030739
2              nv
3       follow_up
4            30.0
5          female
6           trunk
Name: 6374, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032077.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004334
1       ISIC_0032077
2                 nv
3          follow_up
4               30.0
5             female
6    upper extremity
Name: 6377, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030611.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001795
1       ISIC_0030611
2                 nv
3          follow_up
4               30.0
5             female
6    upper extremity
Name: 6378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030619.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003379
1       ISIC_0030619
2                 nv
3          follow_up
4               30.0
5             female
6    lower extremity
Name: 6383, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030453.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003116
1       ISIC_0030453
2                 nv
3          follow_up
4               30.0
5             female
6    lower extremity
Name: 6384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029677.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000567
1    ISIC_0029677
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 6385, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029601.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001131
1       ISIC_0029601
2                 nv
3          follow_up
4               35.0
5               male
6    upper extremity
Name: 6390, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032477.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000430
1    ISIC_0032477
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 6392, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031869.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005002
1    ISIC_0031869
2              nv
3       follow_up
4            35.0
5            male
6            back
Name: 6394, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032350.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007033
1    ISIC_0032350
2              nv
3       follow_up
4            45.0
5            male
6            back
Name: 6398, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030996.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007222
1    ISIC_0030996
2              nv
3       follow_up
4            45.0
5            male
6           trunk
Name: 6400, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030753.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005694
1       ISIC_0030753
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 6403, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031920.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005005
1       ISIC_0031920
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6407, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031589.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002947
1    ISIC_0031589
2              nv
3       follow_up
4            35.0
5            male
6           trunk
Name: 6416, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029481.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004421
1       ISIC_0029481
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 6420, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030952.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003896
1    ISIC_0030952
2              nv
3       follow_up
4            35.0
5            male
6         abdomen
Name: 6421, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029356.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004876
1       ISIC_0029356
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 6424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030600.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007157
1    ISIC_0030600
2              nv
3       follow_up
4            35.0
5            male
6            foot
Name: 6425, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029763.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005739
1       ISIC_0029763
2                 nv
3          follow_up
4               35.0
5               male
6    lower extremity
Name: 6426, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031841.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005716
1    ISIC_0031841
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 6427, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029670.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006016
1       ISIC_0029670
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6430, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031507.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003510
1    ISIC_0031507
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 6434, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030157.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002173
1       ISIC_0030157
2                 nv
3          follow_up
4               25.0
5             female
6    upper extremity
Name: 6435, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030497.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004804
1    ISIC_0030497
2              nv
3       follow_up
4            25.0
5          female
6            back
Name: 6437, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029447.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006263
1    ISIC_0029447
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 6439, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031497.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004774
1    ISIC_0031497
2              nv
3       follow_up
4            30.0
5          female
6           trunk
Name: 6444, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031673.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002854
1    ISIC_0031673
2              nv
3       follow_up
4            30.0
5          female
6            back
Name: 6445, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032118.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007540
1    ISIC_0032118
2              nv
3       follow_up
4            45.0
5            male
6         abdomen
Name: 6447, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031448.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004486
1       ISIC_0031448
2                 nv
3          follow_up
4               45.0
5               male
6    upper extremity
Name: 6448, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030020.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003986
1    ISIC_0030020
2              nv
3       follow_up
4            30.0
5          female
6           trunk
Name: 6456, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031152.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007314
1    ISIC_0031152
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6459, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030257.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001370
1    ISIC_0030257
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6461, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030075.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003563
1    ISIC_0030075
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 6464, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032282.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007064
1    ISIC_0032282
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 6466, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029750.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002395
1    ISIC_0029750
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6468, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031347.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003494
1    ISIC_0031347
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 6469, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030908.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004474
1    ISIC_0030908
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 6471, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030725.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000300
1    ISIC_0030725
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 6473, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031805.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005023
1       ISIC_0031805
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 6475, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031688.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000116
1       ISIC_0031688
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 6476, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029739.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007352
1       ISIC_0029739
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 6477, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030807.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004799
1       ISIC_0030807
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 6480, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032485.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003443
1    ISIC_0032485
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 6482, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032119.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000874
1    ISIC_0032119
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 6484, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030301.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000788
1    ISIC_0030301
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 6485, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029804.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005851
1    ISIC_0029804
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 6486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031731.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005355
1       ISIC_0031731
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 6488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031147.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003307
1    ISIC_0031147
2              nv
3       follow_up
4            35.0
5          female
6            foot
Name: 6489, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029694.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006590
1    ISIC_0029694
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 6490, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031327.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007137
1    ISIC_0031327
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 6494, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029415.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004504
1    ISIC_0029415
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 6495, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032392.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000157
1    ISIC_0032392
2              nv
3       follow_up
4            65.0
5            male
6         abdomen
Name: 6499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029509.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001826
1    ISIC_0029509
2              nv
3       follow_up
4            65.0
5            male
6            back
Name: 6500, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029799.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003995
1    ISIC_0029799
2              nv
3       follow_up
4            65.0
5            male
6           trunk
Name: 6501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031815.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002760
1    ISIC_0031815
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 6502, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031744.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006667
1    ISIC_0031744
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 6504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030728.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006842
1    ISIC_0030728
2              nv
3       follow_up
4            35.0
5          female
6            back
Name: 6505, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029785.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005468
1    ISIC_0029785
2              nv
3       follow_up
4            70.0
5            male
6         abdomen
Name: 6509, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032161.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005216
1    ISIC_0032161
2              nv
3       follow_up
4            70.0
5            male
6            back
Name: 6517, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030054.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001377
1    ISIC_0030054
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 6521, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031361.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000345
1    ISIC_0031361
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6528, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031195.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007277
1    ISIC_0031195
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 6529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030985.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004679
1    ISIC_0030985
2              nv
3       follow_up
4            40.0
5            male
6            back
Name: 6531, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029333.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001946
1    ISIC_0029333
2              nv
3       follow_up
4            40.0
5            male
6           trunk
Name: 6535, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031658.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001033
1    ISIC_0031658
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 6536, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030388.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000936
1    ISIC_0030388
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030499.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001086
1    ISIC_0030499
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 6540, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031921.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003103
1    ISIC_0031921
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6542, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029955.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003906
1    ISIC_0029955
2              nv
3       follow_up
4            40.0
5          female
6            back
Name: 6543, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031472.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003316
1       ISIC_0031472
2                 nv
3          follow_up
4               40.0
5             female
6    lower extremity
Name: 6544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030726.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002255
1    ISIC_0030726
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6545, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032301.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002020
1    ISIC_0032301
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6546, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030270.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002029
1    ISIC_0030270
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031365.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006728
1       ISIC_0031365
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 6550, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031452.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002588
1    ISIC_0031452
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6556, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029511.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006627
1       ISIC_0029511
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6557, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029411.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002866
1       ISIC_0029411
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6558, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032068.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002929
1       ISIC_0032068
2                 nv
3          follow_up
4               45.0
5               male
6    lower extremity
Name: 6562, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032296.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006151
1    ISIC_0032296
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6570, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031807.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005511
1    ISIC_0031807
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6574, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029310.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006701
1    ISIC_0029310
2              nv
3       follow_up
4            40.0
5          female
6            foot
Name: 6577, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030205.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007322
1    ISIC_0030205
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 6579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029350.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000151
1    ISIC_0029350
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 6580, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030449.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007071
1    ISIC_0030449
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 6582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031456.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006055
1       ISIC_0031456
2                 nv
3          follow_up
4               75.0
5             female
6    lower extremity
Name: 6584, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029395.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006958
1       ISIC_0029395
2                 nv
3          follow_up
4               65.0
5             female
6    lower extremity
Name: 6586, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029520.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002249
1    ISIC_0029520
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 6589, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030738.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004560
1    ISIC_0030738
2              nv
3       follow_up
4            65.0
5          female
6            back
Name: 6590, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030146.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006895
1    ISIC_0030146
2              nv
3       follow_up
4            65.0
5          female
6           trunk
Name: 6593, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032262.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003061
1       ISIC_0032262
2                 nv
3          follow_up
4               65.0
5             female
6    upper extremity
Name: 6594, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031426.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006612
1    ISIC_0031426
2              nv
3       follow_up
4            40.0
5          female
6           trunk
Name: 6597, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030831.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002926
1    ISIC_0030831
2              nv
3       follow_up
4            40.0
5          female
6         abdomen
Name: 6600, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031416.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003592
1    ISIC_0031416
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6604, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031689.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001478
1    ISIC_0031689
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6606, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029821.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005707
1    ISIC_0029821
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031906.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004893
1    ISIC_0031906
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029686.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006530
1    ISIC_0029686
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6609, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031752.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007331
1    ISIC_0031752
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030865.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007012
1    ISIC_0030865
2              nv
3       follow_up
4            50.0
5            male
6         abdomen
Name: 6615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031254.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006906
1       ISIC_0031254
2                 nv
3          follow_up
4               50.0
5               male
6    upper extremity
Name: 6619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030905.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004280
1    ISIC_0030905
2              nv
3       follow_up
4            50.0
5            male
6            back
Name: 6620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030109.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000606
1    ISIC_0030109
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6622, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031136.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001970
1    ISIC_0031136
2              nv
3       follow_up
4            50.0
5            male
6           trunk
Name: 6623, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030108.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005165
1       ISIC_0030108
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6628, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030673.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001144
1       ISIC_0030673
2                 nv
3          follow_up
4               50.0
5               male
6    lower extremity
Name: 6630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030278.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001545
1    ISIC_0030278
2              nv
3       follow_up
4            35.0
5          female
6           trunk
Name: 6632, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031446.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002336
1    ISIC_0031446
2              nv
3       follow_up
4            35.0
5          female
6         abdomen
Name: 6634, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032457.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005691
1       ISIC_0032457
2                 nv
3          follow_up
4               35.0
5             female
6    lower extremity
Name: 6640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030618.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001379
1    ISIC_0030618
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 6642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029774.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004393
1    ISIC_0029774
2              nv
3       follow_up
4            55.0
5            male
6           trunk
Name: 6645, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030777.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001224
1    ISIC_0030777
2              nv
3       follow_up
4            50.0
5          female
6           trunk
Name: 6650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029875.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003584
1    ISIC_0029875
2              nv
3       follow_up
4            50.0
5          female
6         abdomen
Name: 6651, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029886.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007459
1       ISIC_0029886
2                 nv
3          follow_up
4               55.0
5             female
6    lower extremity
Name: 6653, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031892.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006795
1    ISIC_0031892
2              nv
3       follow_up
4            55.0
5          female
6            back
Name: 6654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031409.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003403
1    ISIC_0031409
2              nv
3       follow_up
4            70.0
5            male
6         abdomen
Name: 6656, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031695.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005402
1       ISIC_0031695
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 6659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030478.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000894
1       ISIC_0030478
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 6660, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032217.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006503
1       ISIC_0032217
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 6661, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032155.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002052
1    ISIC_0032155
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 6664, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030891.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001025
1    ISIC_0030891
2              nv
3       follow_up
4            45.0
5          female
6           trunk
Name: 6665, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029717.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002802
1    ISIC_0029717
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 6667, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032205.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001921
1    ISIC_0032205
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 6668, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030838.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007017
1    ISIC_0030838
2              nv
3       follow_up
4            45.0
5          female
6         abdomen
Name: 6669, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029869.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004995
1       ISIC_0029869
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 6670, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032267.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004605
1       ISIC_0032267
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 6673, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030164.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002828
1       ISIC_0030164
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 6674, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032069.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006535
1       ISIC_0032069
2                 nv
3          follow_up
4               45.0
5             female
6    upper extremity
Name: 6675, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029657.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006694
1    ISIC_0029657
2              nv
3       follow_up
4            45.0
5          female
6            back
Name: 6677, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030646.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007074
1       ISIC_0030646
2                 nv
3          follow_up
4               45.0
5             female
6    lower extremity
Name: 6681, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032475.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007448
1    ISIC_0032475
2              nv
3           histo
4            50.0
5            male
6           trunk
Name: 6688, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032294.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007448
1    ISIC_0032294
2              nv
3           histo
4            50.0
5            male
6           trunk
Name: 6689, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030672.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007255
1       ISIC_0030672
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 6703, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032363.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007003
1       ISIC_0032363
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 6706, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030980.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003303
1    ISIC_0030980
2              nv
3           histo
4            20.0
5            male
6            back
Name: 6708, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030629.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004935
1    ISIC_0030629
2              nv
3           histo
4            20.0
5            male
6            back
Name: 6710, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031178.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004935
1    ISIC_0031178
2              nv
3           histo
4            20.0
5            male
6            back
Name: 6711, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029534.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000854
1    ISIC_0029534
2              nv
3           histo
4            65.0
5            male
6            face
Name: 6712, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030640.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007311
1    ISIC_0030640
2              nv
3           histo
4            45.0
5            male
6            face
Name: 6713, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029845.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000892
1    ISIC_0029845
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 6718, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031617.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000376
1    ISIC_0031617
2              nv
3           histo
4            55.0
5          female
6         abdomen
Name: 6721, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032376.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000174
1    ISIC_0032376
2              nv
3           histo
4            55.0
5            male
6            face
Name: 6724, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031091.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000174
1    ISIC_0031091
2              nv
3           histo
4            55.0
5            male
6            face
Name: 6725, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029790.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001684
1    ISIC_0029790
2              nv
3           histo
4            30.0
5          female
6           trunk
Name: 6727, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032023.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002698
1    ISIC_0032023
2              nv
3           histo
4            55.0
5          female
6            foot
Name: 6730, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031247.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002698
1    ISIC_0031247
2              nv
3           histo
4            55.0
5          female
6            foot
Name: 6731, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030697.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001141
1    ISIC_0030697
2              nv
3           histo
4            25.0
5            male
6            back
Name: 6735, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032428.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004410
1       ISIC_0032428
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 6738, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032342.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004410
1       ISIC_0032342
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 6739, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029752.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000028
1    ISIC_0029752
2              nv
3           histo
4            35.0
5          female
6            back
Name: 6743, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032086.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002973
1    ISIC_0032086
2              nv
3           histo
4            55.0
5            male
6            face
Name: 6747, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030273.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004524
1       ISIC_0030273
2                 nv
3              histo
4               75.0
5             female
6    upper extremity
Name: 6755, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031563.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001869
1    ISIC_0031563
2              nv
3           histo
4            55.0
5          female
6            hand
Name: 6757, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029653.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006738
1    ISIC_0029653
2              nv
3           histo
4            55.0
5            male
6            foot
Name: 6758, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029374.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006738
1    ISIC_0029374
2              nv
3           histo
4            55.0
5            male
6            foot
Name: 6759, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032209.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001100
1    ISIC_0032209
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 6760, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031404.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006150
1    ISIC_0031404
2              nv
3           histo
4            70.0
5            male
6            back
Name: 6762, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031145.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004267
1       ISIC_0031145
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 6766, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032985.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002552
1       ISIC_0032985
2                mel
3              histo
4               25.0
5               male
6    upper extremity
Name: 6770, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031160.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000068
1       ISIC_0031160
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 6777, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029735.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002120
1    ISIC_0029735
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 6778, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029985.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004763
1    ISIC_0029985
2              nv
3           histo
4            55.0
5          female
6           scalp
Name: 6782, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031474.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000072
1       ISIC_0031474
2                 nv
3              histo
4               60.0
5             female
6    lower extremity
Name: 6787, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029719.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003692
1    ISIC_0029719
2              nv
3           histo
4            45.0
5          female
6            back
Name: 6788, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032158.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004318
1    ISIC_0032158
2              nv
3           histo
4            45.0
5          female
6            back
Name: 6790, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031678.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004318
1    ISIC_0031678
2              nv
3           histo
4            45.0
5          female
6            back
Name: 6791, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030664.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007123
1    ISIC_0030664
2              nv
3           histo
4            70.0
5            male
6            hand
Name: 6795, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031733.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005237
1    ISIC_0031733
2              nv
3           histo
4            70.0
5            male
6            hand
Name: 6796, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032334.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006197
1    ISIC_0032334
2              nv
3           histo
4            40.0
5            male
6            back
Name: 6799, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030858.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001813
1    ISIC_0030858
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 6800, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030609.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001813
1    ISIC_0030609
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 6801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032257.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006457
1       ISIC_0032257
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 6803, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031663.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002946
1    ISIC_0031663
2              nv
3           histo
4            40.0
5          female
6         abdomen
Name: 6806, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031883.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002946
1    ISIC_0031883
2              nv
3           histo
4            40.0
5          female
6         abdomen
Name: 6807, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032096.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003848
1    ISIC_0032096
2              nv
3           histo
4            55.0
5          female
6         abdomen
Name: 6812, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029366.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001342
1    ISIC_0029366
2              nv
3           histo
4            55.0
5          female
6         abdomen
Name: 6813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032378.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001342
1    ISIC_0032378
2              nv
3           histo
4            55.0
5          female
6         abdomen
Name: 6814, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030247.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003767
1       ISIC_0030247
2                 nv
3              histo
4               60.0
5               male
6    upper extremity
Name: 6818, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030426.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002670
1    ISIC_0030426
2              nv
3           histo
4            75.0
5            male
6            back
Name: 6819, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030786.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000682
1       ISIC_0030786
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 6821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030520.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003221
1       ISIC_0030520
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 6824, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032341.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003221
1       ISIC_0032341
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 6825, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029756.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003221
1       ISIC_0029756
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 6826, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030874.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002489
1    ISIC_0030874
2              nv
3           histo
4            45.0
5          female
6            hand
Name: 6827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031629.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002489
1    ISIC_0031629
2              nv
3           histo
4            45.0
5          female
6            hand
Name: 6828, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029389.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004575
1    ISIC_0029389
2              nv
3           histo
4            50.0
5          female
6             ear
Name: 6834, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030312.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004762
1    ISIC_0030312
2              nv
3           histo
4            45.0
5            male
6            back
Name: 6836, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029430.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003327
1       ISIC_0029430
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 6838, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031143.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006853
1       ISIC_0031143
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 6840, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031863.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006853
1       ISIC_0031863
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 6841, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031515.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003933
1       ISIC_0031515
2                 nv
3              histo
4               55.0
5             female
6    upper extremity
Name: 6842, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029854.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003933
1       ISIC_0029854
2                 nv
3              histo
4               55.0
5             female
6    upper extremity
Name: 6843, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031418.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002942
1       ISIC_0031418
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 6844, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031705.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004747
1    ISIC_0031705
2              nv
3           histo
4            55.0
5          female
6         unknown
Name: 6847, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031435.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004747
1    ISIC_0031435
2              nv
3           histo
4            55.0
5          female
6         unknown
Name: 6848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029615.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006735
1    ISIC_0029615
2              nv
3           histo
4            35.0
5            male
6            back
Name: 6849, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030432.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006735
1    ISIC_0030432
2              nv
3           histo
4            35.0
5            male
6            back
Name: 6850, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031618.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005339
1    ISIC_0031618
2              nv
3           histo
4            35.0
5            male
6            back
Name: 6854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031142.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006030
1    ISIC_0031142
2              nv
3           histo
4            25.0
5            male
6            face
Name: 6859, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031059.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002159
1    ISIC_0031059
2              nv
3           histo
4             0.0
5            male
6            foot
Name: 6861, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030355.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002159
1    ISIC_0030355
2              nv
3           histo
4             0.0
5            male
6            foot
Name: 6862, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030371.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005342
1    ISIC_0030371
2              nv
3           histo
4            35.0
5          female
6         unknown
Name: 6868, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030741.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003912
1    ISIC_0030741
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 6870, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031555.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000837
1    ISIC_0031555
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 6872, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031660.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001316
1    ISIC_0031660
2              nv
3           histo
4            45.0
5            male
6            back
Name: 6875, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030666.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005188
1       ISIC_0030666
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 6877, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031293.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004418
1    ISIC_0031293
2              nv
3           histo
4            30.0
5            male
6            back
Name: 6878, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031560.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004663
1       ISIC_0031560
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 6880, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031646.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003684
1    ISIC_0031646
2              nv
3           histo
4            75.0
5            male
6            face
Name: 6884, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031385.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003684
1    ISIC_0031385
2              nv
3           histo
4            75.0
5            male
6            face
Name: 6885, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032055.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007189
1    ISIC_0032055
2              nv
3           histo
4            40.0
5          female
6           trunk
Name: 6887, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031518.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006389
1    ISIC_0031518
2              nv
3           histo
4            70.0
5            male
6            back
Name: 6889, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030063.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007464
1    ISIC_0030063
2              nv
3           histo
4            50.0
5            male
6            back
Name: 6893, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029475.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006397
1    ISIC_0029475
2              nv
3           histo
4            70.0
5            male
6            back
Name: 6894, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029894.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006397
1    ISIC_0029894
2              nv
3           histo
4            70.0
5            male
6            back
Name: 6895, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029986.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006711
1    ISIC_0029986
2              nv
3           histo
4            70.0
5            male
6           trunk
Name: 6897, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030064.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006048
1    ISIC_0030064
2              nv
3           histo
4            25.0
5            male
6         abdomen
Name: 6901, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031817.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004461
1       ISIC_0031817
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 6903, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032421.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004461
1       ISIC_0032421
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 6904, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029409.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003677
1       ISIC_0029409
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 6905, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032364.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003677
1       ISIC_0032364
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 6906, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031281.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006974
1    ISIC_0031281
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 6908, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030829.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005859
1    ISIC_0030829
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 6909, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030688.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003475
1    ISIC_0030688
2              nv
3           histo
4            70.0
5            male
6            back
Name: 6915, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029825.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003475
1    ISIC_0029825
2              nv
3           histo
4            70.0
5            male
6            back
Name: 6916, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031959.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001088
1       ISIC_0031959
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 6923, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032078.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001088
1       ISIC_0032078
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 6924, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032443.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005484
1    ISIC_0032443
2              nv
3           histo
4            35.0
5            male
6         abdomen
Name: 6931, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030460.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001696
1    ISIC_0030460
2              nv
3           histo
4            80.0
5            male
6            back
Name: 6934, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030793.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001712
1    ISIC_0030793
2              nv
3           histo
4            45.0
5            male
6            foot
Name: 6935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031221.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001712
1    ISIC_0031221
2              nv
3           histo
4            45.0
5            male
6            foot
Name: 6936, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030194.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000589
1    ISIC_0030194
2              nv
3           histo
4            15.0
5          female
6            neck
Name: 6940, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031380.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007295
1    ISIC_0031380
2              nv
3           histo
4            60.0
5          female
6           chest
Name: 6946, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029543.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007419
1       ISIC_0029543
2                 nv
3              histo
4               85.0
5             female
6    lower extremity
Name: 6947, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030930.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001975
1       ISIC_0030930
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 6950, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029945.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000324
1    ISIC_0029945
2              nv
3           histo
4            80.0
5            male
6            back
Name: 6955, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031720.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003222
1       ISIC_0031720
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 6960, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029720.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000230
1       ISIC_0029720
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 6962, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032150.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000230
1       ISIC_0032150
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 6963, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029725.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004724
1    ISIC_0029725
2              nv
3           histo
4            55.0
5            male
6            back
Name: 6964, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031094.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005056
1       ISIC_0031094
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 6966, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032345.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005056
1       ISIC_0032345
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 6967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031676.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007553
1    ISIC_0031676
2              nv
3           histo
4            40.0
5            male
6            back
Name: 6968, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032151.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007553
1    ISIC_0032151
2              nv
3           histo
4            40.0
5            male
6            back
Name: 6969, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031615.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000569
1    ISIC_0031615
2              nv
3           histo
4            55.0
5            male
6         abdomen
Name: 6970, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031592.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000569
1    ISIC_0031592
2              nv
3           histo
4            55.0
5            male
6         abdomen
Name: 6971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029488.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001623
1    ISIC_0029488
2              nv
3           histo
4            85.0
5          female
6         unknown
Name: 6972, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030125.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001680
1       ISIC_0030125
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 6977, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032191.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006618
1    ISIC_0032191
2              nv
3           histo
4            75.0
5          female
6             ear
Name: 6981, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030464.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006303
1    ISIC_0030464
2              nv
3           histo
4            55.0
5            male
6         abdomen
Name: 6983, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031268.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000928
1    ISIC_0031268
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 6987, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029402.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007579
1       ISIC_0029402
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 6990, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029357.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001767
1       ISIC_0029357
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 6993, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032309.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006185
1    ISIC_0032309
2              nv
3           histo
4            25.0
5            male
6           trunk
Name: 6994, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029846.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002484
1       ISIC_0029846
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 6996, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031887.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007426
1    ISIC_0031887
2              nv
3           histo
4            15.0
5          female
6            foot
Name: 7003, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032029.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005519
1       ISIC_0032029
2                 nv
3              histo
4               55.0
5             female
6    upper extremity
Name: 7007, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030139.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003653
1    ISIC_0030139
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7009, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031713.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006145
1    ISIC_0031713
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7010, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032027.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006145
1    ISIC_0032027
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7011, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029976.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002323
1    ISIC_0029976
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7012, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031001.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002323
1    ISIC_0031001
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7013, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030406.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007548
1    ISIC_0030406
2              nv
3           histo
4            45.0
5            male
6            foot
Name: 7014, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030979.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003175
1       ISIC_0030979
2                 nv
3              histo
4                5.0
5               male
6    lower extremity
Name: 7022, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031674.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006837
1    ISIC_0031674
2              nv
3           histo
4            40.0
5            male
6           scalp
Name: 7025, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029982.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005886
1       ISIC_0029982
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 7027, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031622.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005886
1       ISIC_0031622
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 7028, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031080.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005561
1    ISIC_0031080
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7036, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030053.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000261
1       ISIC_0030053
2                 nv
3              histo
4               65.0
5             female
6    upper extremity
Name: 7040, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029435.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006062
1    ISIC_0029435
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7048, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030334.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001497
1       ISIC_0030334
2                 nv
3              histo
4               50.0
5               male
6    upper extremity
Name: 7050, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030184.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004138
1    ISIC_0030184
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7055, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031337.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006312
1    ISIC_0031337
2              nv
3           histo
4            60.0
5          female
6            foot
Name: 7058, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030473.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005244
1    ISIC_0030473
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7059, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030859.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006822
1       ISIC_0030859
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7062, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030350.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006822
1       ISIC_0030350
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7063, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031440.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002100
1    ISIC_0031440
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7068, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031975.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005060
1       ISIC_0031975
2                 nv
3              histo
4               75.0
5               male
6    upper extremity
Name: 7070, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031501.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007138
1    ISIC_0031501
2              nv
3           histo
4            25.0
5            male
6            hand
Name: 7074, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032910.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006882
1    ISIC_0032910
2              nv
3           histo
4            85.0
5            male
6            foot
Name: 7075, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029354.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000269
1    ISIC_0029354
2              nv
3           histo
4            25.0
5            male
6            neck
Name: 7078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031748.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000269
1    ISIC_0031748
2              nv
3           histo
4            25.0
5            male
6            neck
Name: 7079, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032242.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003951
1    ISIC_0032242
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7081, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033745.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005686
1    ISIC_0033745
2              nv
3           histo
4            25.0
5            male
6            back
Name: 7086, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033112.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005686
1    ISIC_0033112
2              nv
3           histo
4            25.0
5            male
6            back
Name: 7087, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033380.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000262
1    ISIC_0033380
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7088, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030326.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000262
1    ISIC_0030326
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7089, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033356.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005213
1    ISIC_0033356
2              nv
3           histo
4            30.0
5          female
6           chest
Name: 7091, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033998.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005213
1    ISIC_0033998
2              nv
3           histo
4            30.0
5          female
6           chest
Name: 7092, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030303.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005143
1    ISIC_0030303
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 7093, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032470.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002581
1    ISIC_0032470
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7095, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029826.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005159
1    ISIC_0029826
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7096, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029491.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003663
1    ISIC_0029491
2              nv
3           histo
4            25.0
5          female
6         genital
Name: 7103, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029422.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005866
1    ISIC_0029422
2              nv
3           histo
4            75.0
5            male
6            back
Name: 7107, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031158.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006709
1    ISIC_0031158
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7108, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029728.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006155
1    ISIC_0029728
2              nv
3           histo
4            35.0
5          female
6            face
Name: 7109, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032181.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003369
1    ISIC_0032181
2              nv
3           histo
4            45.0
5          female
6           trunk
Name: 7110, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033859.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001192
1    ISIC_0033859
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7111, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031546.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001192
1    ISIC_0031546
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7112, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033423.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006516
1    ISIC_0033423
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7117, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033846.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006516
1    ISIC_0033846
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7118, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033315.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006516
1    ISIC_0033315
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7119, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032691.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007541
1    ISIC_0032691
2              nv
3           histo
4            30.0
5            male
6         abdomen
Name: 7120, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032540.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007541
1    ISIC_0032540
2              nv
3           histo
4            30.0
5            male
6         abdomen
Name: 7121, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032573.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007541
1    ISIC_0032573
2              nv
3           histo
4            30.0
5            male
6         abdomen
Name: 7122, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032633.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007462
1    ISIC_0032633
2              nv
3           histo
4            25.0
5            male
6            neck
Name: 7123, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032007.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007477
1    ISIC_0032007
2              nv
3           histo
4            25.0
5            male
6            back
Name: 7124, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034298.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007462
1    ISIC_0034298
2              nv
3           histo
4            25.0
5            male
6            neck
Name: 7125, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033686.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002494
1    ISIC_0033686
2              nv
3           histo
4            65.0
5          female
6         abdomen
Name: 7126, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033251.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001651
1    ISIC_0033251
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7127, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033402.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001651
1    ISIC_0033402
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7128, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034204.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001651
1    ISIC_0034204
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7129, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030462.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004766
1    ISIC_0030462
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 7130, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033971.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007451
1       ISIC_0033971
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7131, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032527.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007451
1       ISIC_0032527
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7132, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032964.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007451
1       ISIC_0032964
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7133, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033347.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006080
1       ISIC_0033347
2                 nv
3              histo
4               40.0
5               male
6    upper extremity
Name: 7134, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032668.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006080
1       ISIC_0032668
2                 nv
3              histo
4               40.0
5               male
6    upper extremity
Name: 7135, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032891.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006080
1       ISIC_0032891
2                 nv
3              histo
4               40.0
5               male
6    upper extremity
Name: 7136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033555.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003143
1    ISIC_0033555
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7137, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033963.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003143
1    ISIC_0033963
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7138, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033793.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003143
1    ISIC_0033793
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7139, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033363.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002363
1       ISIC_0033363
2                 nv
3              histo
4               50.0
5               male
6    upper extremity
Name: 7140, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033058.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002363
1       ISIC_0033058
2                 nv
3              histo
4               50.0
5               male
6    upper extremity
Name: 7141, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032924.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002363
1       ISIC_0032924
2                 nv
3              histo
4               50.0
5               male
6    upper extremity
Name: 7142, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033712.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000407
1       ISIC_0033712
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7143, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032771.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000407
1       ISIC_0032771
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7144, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033297.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000407
1       ISIC_0033297
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7145, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030845.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000093
1    ISIC_0030845
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7146, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032555.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002616
1    ISIC_0032555
2              nv
3           histo
4            55.0
5          female
6            back
Name: 7147, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034254.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002616
1    ISIC_0034254
2              nv
3           histo
4            55.0
5          female
6            back
Name: 7148, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033852.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004708
1    ISIC_0033852
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 7149, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033775.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004708
1    ISIC_0033775
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 7150, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033561.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004708
1    ISIC_0033561
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 7151, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034225.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002030
1    ISIC_0034225
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7152, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032916.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002030
1    ISIC_0032916
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7153, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033756.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002030
1    ISIC_0033756
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7154, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033823.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000704
1    ISIC_0033823
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7156, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032954.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000704
1    ISIC_0032954
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7157, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033371.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000704
1    ISIC_0033371
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7158, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033348.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001615
1       ISIC_0033348
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7159, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033048.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001615
1       ISIC_0033048
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7160, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033870.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001615
1       ISIC_0033870
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7161, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033032.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003505
1    ISIC_0033032
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7162, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034227.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003505
1    ISIC_0034227
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7163, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033563.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003505
1    ISIC_0033563
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7164, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031613.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005408
1       ISIC_0031613
2                 nv
3              histo
4               65.0
5             female
6    lower extremity
Name: 7165, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029553.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005048
1    ISIC_0029553
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 7166, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029953.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002793
1    ISIC_0029953
2              nv
3           histo
4            10.0
5            male
6         genital
Name: 7167, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033276.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000304
1    ISIC_0033276
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 7168, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034083.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000304
1    ISIC_0034083
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 7169, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033316.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000304
1    ISIC_0033316
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 7170, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034079.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005374
1       ISIC_0034079
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7174, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033327.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005374
1       ISIC_0033327
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7175, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032871.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005374
1       ISIC_0032871
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7176, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034290.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002009
1    ISIC_0034290
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7177, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033165.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002009
1    ISIC_0033165
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7178, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033430.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002009
1    ISIC_0033430
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7179, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030851.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000077
1    ISIC_0030851
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7182, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033227.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006634
1    ISIC_0033227
2              nv
3           histo
4            45.0
5          female
6           chest
Name: 7183, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033365.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006634
1    ISIC_0033365
2              nv
3           histo
4            45.0
5          female
6           chest
Name: 7184, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033767.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005300
1       ISIC_0033767
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7185, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033755.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005300
1       ISIC_0033755
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7186, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033625.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005300
1       ISIC_0033625
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7187, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032362.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007127
1    ISIC_0032362
2              nv
3           histo
4            35.0
5          female
6           chest
Name: 7188, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032739.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001790
1    ISIC_0032739
2              nv
3           histo
4            70.0
5            male
6         abdomen
Name: 7189, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032874.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001790
1    ISIC_0032874
2              nv
3           histo
4            70.0
5            male
6         abdomen
Name: 7190, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032590.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005351
1       ISIC_0032590
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 7191, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033549.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005351
1       ISIC_0033549
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 7192, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033921.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005351
1       ISIC_0033921
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 7193, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033959.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002136
1       ISIC_0033959
2                 nv
3              histo
4               75.0
5               male
6    upper extremity
Name: 7194, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032914.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002136
1       ISIC_0032914
2                 nv
3              histo
4               75.0
5               male
6    upper extremity
Name: 7195, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033309.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002136
1       ISIC_0033309
2                 nv
3              histo
4               75.0
5               male
6    upper extremity
Name: 7196, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034267.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005116
1       ISIC_0034267
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7197, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033137.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005116
1       ISIC_0033137
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7198, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032953.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005116
1       ISIC_0032953
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7199, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034110.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000268
1    ISIC_0034110
2              nv
3           histo
4            10.0
5          female
6           trunk
Name: 7202, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033389.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000268
1    ISIC_0033389
2              nv
3           histo
4            10.0
5          female
6           trunk
Name: 7204, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031904.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005700
1    ISIC_0031904
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 7205, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034234.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004706
1    ISIC_0034234
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7207, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033308.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004706
1    ISIC_0033308
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7208, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034274.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004706
1    ISIC_0034274
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7209, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033331.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005995
1       ISIC_0033331
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7210, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034192.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005995
1       ISIC_0034192
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7211, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033689.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005995
1       ISIC_0033689
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7212, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030546.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006810
1    ISIC_0030546
2              nv
3           histo
4            20.0
5          female
6            back
Name: 7213, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033989.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007444
1       ISIC_0033989
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7214, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032977.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007444
1       ISIC_0032977
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7215, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033664.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007444
1       ISIC_0033664
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7216, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033759.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002923
1    ISIC_0033759
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7217, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034144.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002923
1    ISIC_0034144
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7218, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032992.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002923
1    ISIC_0032992
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7219, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032950.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001097
1    ISIC_0032950
2              nv
3           histo
4            50.0
5          female
6           chest
Name: 7222, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034156.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001097
1    ISIC_0034156
2              nv
3           histo
4            50.0
5          female
6           chest
Name: 7223, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034136.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002750
1    ISIC_0034136
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7225, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033386.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002750
1    ISIC_0033386
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7226, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033003.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002750
1    ISIC_0033003
2              nv
3           histo
4            60.0
5          female
6            back
Name: 7227, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033253.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002434
1    ISIC_0033253
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7228, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033974.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002434
1    ISIC_0033974
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7229, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033941.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002434
1    ISIC_0033941
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7230, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033919.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002386
1    ISIC_0033919
2              nv
3           histo
4            65.0
5            male
6           trunk
Name: 7231, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033640.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002386
1    ISIC_0033640
2              nv
3           histo
4            65.0
5            male
6           trunk
Name: 7232, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033927.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002386
1    ISIC_0033927
2              nv
3           histo
4            65.0
5            male
6           trunk
Name: 7233, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032664.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000294
1       ISIC_0032664
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7234, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033461.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000294
1       ISIC_0033461
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7235, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033511.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006147
1    ISIC_0033511
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7236, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031466.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002567
1    ISIC_0031466
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7241, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031048.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002567
1    ISIC_0031048
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7242, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031694.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000523
1    ISIC_0031694
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7243, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031412.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002797
1    ISIC_0031412
2              nv
3           histo
4            20.0
5          female
6         abdomen
Name: 7250, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029656.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000395
1       ISIC_0029656
2                 nv
3              histo
4               40.0
5               male
6    upper extremity
Name: 7253, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029405.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003394
1    ISIC_0029405
2              nv
3           histo
4            25.0
5            male
6         genital
Name: 7255, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030709.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000249
1    ISIC_0030709
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030765.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003188
1    ISIC_0030765
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7261, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029902.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000138
1    ISIC_0029902
2              nv
3           histo
4            25.0
5            male
6            back
Name: 7263, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031988.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003904
1    ISIC_0031988
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7265, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032082.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005107
1    ISIC_0032082
2              nv
3           histo
4            55.0
5          female
6            back
Name: 7267, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030378.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004128
1       ISIC_0030378
2                 nv
3              histo
4               20.0
5               male
6    lower extremity
Name: 7269, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029662.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005298
1    ISIC_0029662
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7274, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030582.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005298
1    ISIC_0030582
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7275, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029636.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001220
1    ISIC_0029636
2              nv
3           histo
4            60.0
5          female
6           chest
Name: 7278, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032374.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001279
1    ISIC_0032374
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7281, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030085.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000012
1    ISIC_0030085
2              nv
3           histo
4            85.0
5            male
6            back
Name: 7285, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029348.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000012
1    ISIC_0029348
2              nv
3           histo
4            85.0
5            male
6            back
Name: 7286, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031202.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007350
1    ISIC_0031202
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030892.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007350
1    ISIC_0030892
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7288, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030429.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006146
1    ISIC_0030429
2              nv
3           histo
4            40.0
5          female
6           scalp
Name: 7289, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030899.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004222
1    ISIC_0030899
2              nv
3           histo
4            15.0
5          female
6         abdomen
Name: 7291, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031757.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004222
1    ISIC_0031757
2              nv
3           histo
4            15.0
5          female
6         abdomen
Name: 7292, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032009.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001107
1       ISIC_0032009
2                 nv
3              histo
4               40.0
5               male
6    upper extremity
Name: 7295, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032641.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006147
1    ISIC_0032641
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7296, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033345.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006147
1    ISIC_0033345
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7297, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032711.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006869
1    ISIC_0032711
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7298, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033207.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006869
1    ISIC_0033207
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7299, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032558.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006869
1    ISIC_0032558
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7300, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034146.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001046
1    ISIC_0034146
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7301, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033964.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001046
1    ISIC_0033964
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7302, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032951.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001046
1    ISIC_0032951
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7303, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033652.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005363
1    ISIC_0033652
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 7304, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033944.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005363
1    ISIC_0033944
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 7305, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032717.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005363
1    ISIC_0032717
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 7306, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032651.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004714
1       ISIC_0032651
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 7307, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033699.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004714
1       ISIC_0033699
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 7308, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033915.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004714
1       ISIC_0033915
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 7309, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032784.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003507
1       ISIC_0032784
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 7310, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033459.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003507
1       ISIC_0033459
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 7311, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032710.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003507
1       ISIC_0032710
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 7312, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032767.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006520
1    ISIC_0032767
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7313, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033503.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006520
1    ISIC_0033503
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7314, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033795.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006520
1    ISIC_0033795
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7315, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032679.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005942
1    ISIC_0032679
2              nv
3           histo
4            60.0
5         unknown
6            foot
Name: 7316, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032529.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005942
1    ISIC_0032529
2              nv
3           histo
4            60.0
5         unknown
6            foot
Name: 7317, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033119.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005942
1    ISIC_0033119
2              nv
3           histo
4            60.0
5         unknown
6            foot
Name: 7318, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033850.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004574
1    ISIC_0033850
2              nv
3           histo
4            70.0
5          female
6            back
Name: 7319, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032671.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004574
1    ISIC_0032671
2              nv
3           histo
4            70.0
5          female
6            back
Name: 7320, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032566.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004574
1    ISIC_0032566
2              nv
3           histo
4            70.0
5          female
6            back
Name: 7321, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033059.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001400
1       ISIC_0033059
2                 nv
3              histo
4               35.0
5               male
6    upper extremity
Name: 7322, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033113.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001400
1       ISIC_0033113
2                 nv
3              histo
4               35.0
5               male
6    upper extremity
Name: 7323, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033547.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001400
1       ISIC_0033547
2                 nv
3              histo
4               35.0
5               male
6    upper extremity
Name: 7324, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033172.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001692
1    ISIC_0033172
2              nv
3           histo
4            40.0
5          female
6           chest
Name: 7325, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033326.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001692
1    ISIC_0033326
2              nv
3           histo
4            40.0
5          female
6           chest
Name: 7326, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032743.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001692
1    ISIC_0032743
2              nv
3           histo
4            40.0
5          female
6           chest
Name: 7327, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033292.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000313
1       ISIC_0033292
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7328, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033610.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000313
1       ISIC_0033610
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7329, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033100.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000313
1       ISIC_0033100
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7330, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033388.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002501
1    ISIC_0033388
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 7331, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033009.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002501
1    ISIC_0033009
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 7332, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032928.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002501
1    ISIC_0032928
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 7333, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032666.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002574
1    ISIC_0032666
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 7334, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033157.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002574
1    ISIC_0033157
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 7335, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032811.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002574
1    ISIC_0032811
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 7336, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034131.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005106
1       ISIC_0034131
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 7337, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032901.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005106
1       ISIC_0032901
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 7338, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033370.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001484
1       ISIC_0033370
2                 nv
3              histo
4               40.0
5             female
6    upper extremity
Name: 7339, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033521.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001484
1       ISIC_0033521
2                 nv
3              histo
4               40.0
5             female
6    upper extremity
Name: 7340, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032623.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001484
1       ISIC_0032623
2                 nv
3              histo
4               40.0
5             female
6    upper extremity
Name: 7341, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032821.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006391
1       ISIC_0032821
2                 nv
3              histo
4               70.0
5             female
6    lower extremity
Name: 7342, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032783.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006391
1       ISIC_0032783
2                 nv
3              histo
4               70.0
5             female
6    lower extremity
Name: 7343, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034139.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006391
1       ISIC_0034139
2                 nv
3              histo
4               70.0
5             female
6    lower extremity
Name: 7344, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034133.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004829
1       ISIC_0034133
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7345, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034042.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004829
1       ISIC_0034042
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7346, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032595.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004829
1       ISIC_0032595
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7347, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034281.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004296
1    ISIC_0034281
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7348, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034152.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004296
1    ISIC_0034152
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7349, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033739.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004296
1    ISIC_0033739
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7350, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034020.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002206
1    ISIC_0034020
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7351, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033727.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002206
1    ISIC_0033727
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7352, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033827.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001697
1    ISIC_0033827
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7353, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033497.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001697
1    ISIC_0033497
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7354, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034308.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004272
1       ISIC_0034308
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 7355, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032957.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004272
1       ISIC_0032957
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 7356, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033334.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004272
1       ISIC_0033334
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 7357, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034273.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002016
1       ISIC_0034273
2                 nv
3              histo
4               70.0
5               male
6    lower extremity
Name: 7358, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032805.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002016
1       ISIC_0032805
2                 nv
3              histo
4               70.0
5               male
6    lower extremity
Name: 7359, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032753.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002016
1       ISIC_0032753
2                 nv
3              histo
4               70.0
5               male
6    lower extremity
Name: 7360, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033706.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003993
1       ISIC_0033706
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7361, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033097.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003993
1       ISIC_0033097
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7362, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034014.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003993
1       ISIC_0034014
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7363, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034320.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002244
1    ISIC_0034320
2              nv
3           histo
4            25.0
5          female
6           chest
Name: 7364, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032549.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002244
1    ISIC_0032549
2              nv
3           histo
4            25.0
5          female
6           chest
Name: 7365, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033633.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005265
1       ISIC_0033633
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7366, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034199.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005265
1       ISIC_0034199
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7367, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032998.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005265
1       ISIC_0032998
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7368, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032902.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005248
1       ISIC_0032902
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 7369, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032948.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005248
1       ISIC_0032948
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 7370, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034264.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005248
1       ISIC_0034264
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 7371, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033657.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006491
1    ISIC_0033657
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7372, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034038.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006491
1    ISIC_0034038
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7373, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033070.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006491
1    ISIC_0033070
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7374, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033837.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000402
1    ISIC_0033837
2              nv
3           histo
4            10.0
5          female
6            foot
Name: 7375, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032612.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000402
1    ISIC_0032612
2              nv
3           histo
4            10.0
5          female
6            foot
Name: 7376, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034039.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000402
1    ISIC_0034039
2              nv
3           histo
4            10.0
5          female
6            foot
Name: 7377, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032785.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004963
1       ISIC_0032785
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032563.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004963
1       ISIC_0032563
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7379, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033071.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004963
1       ISIC_0033071
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7380, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034086.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003460
1    ISIC_0034086
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7381, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032577.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003460
1    ISIC_0032577
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7382, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033753.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004167
1    ISIC_0033753
2              nv
3           histo
4            15.0
5          female
6            back
Name: 7383, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033242.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006883
1    ISIC_0033242
2              nv
3           histo
4            40.0
5          female
6            face
Name: 7384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032619.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006883
1    ISIC_0032619
2              nv
3           histo
4            40.0
5          female
6            face
Name: 7385, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032742.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000579
1       ISIC_0032742
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 7386, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032961.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000579
1       ISIC_0032961
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 7387, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034112.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000579
1       ISIC_0034112
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 7388, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033296.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005539
1       ISIC_0033296
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7389, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033838.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005539
1       ISIC_0033838
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7390, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033409.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005539
1       ISIC_0033409
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7391, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033990.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006379
1    ISIC_0033990
2              nv
3           histo
4            30.0
5          female
6            neck
Name: 7392, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032937.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006379
1    ISIC_0032937
2              nv
3           histo
4            30.0
5          female
6            neck
Name: 7393, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032585.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002721
1    ISIC_0032585
2              nv
3           histo
4            25.0
5            male
6         abdomen
Name: 7394, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032899.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002721
1    ISIC_0032899
2              nv
3           histo
4            25.0
5            male
6         abdomen
Name: 7395, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034157.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002721
1    ISIC_0034157
2              nv
3           histo
4            25.0
5            male
6         abdomen
Name: 7396, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033231.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005364
1    ISIC_0033231
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7397, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033035.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005364
1    ISIC_0033035
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7398, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032525.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005364
1    ISIC_0032525
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7399, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033233.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003137
1       ISIC_0033233
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7400, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032770.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003137
1       ISIC_0032770
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7401, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034184.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003137
1       ISIC_0034184
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7402, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033385.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001321
1    ISIC_0033385
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7403, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033471.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001321
1    ISIC_0033471
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7404, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032831.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001321
1    ISIC_0032831
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7405, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032780.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006615
1    ISIC_0032780
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 7406, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033849.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006615
1    ISIC_0033849
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 7407, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032861.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006615
1    ISIC_0032861
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 7408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033984.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002878
1    ISIC_0033984
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7409, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032640.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002878
1    ISIC_0032640
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7410, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032568.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007005
1    ISIC_0032568
2              nv
3           histo
4            40.0
5          female
6           acral
Name: 7411, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033126.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007005
1    ISIC_0033126
2              nv
3           histo
4            40.0
5          female
6           acral
Name: 7412, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034099.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007005
1    ISIC_0034099
2              nv
3           histo
4            40.0
5          female
6           acral
Name: 7413, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032599.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003352
1    ISIC_0032599
2              nv
3           histo
4            35.0
5         unknown
6           trunk
Name: 7414, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033472.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003352
1    ISIC_0033472
2              nv
3           histo
4            35.0
5         unknown
6           trunk
Name: 7415, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032667.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003352
1    ISIC_0032667
2              nv
3           histo
4            35.0
5         unknown
6           trunk
Name: 7416, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033648.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005571
1    ISIC_0033648
2              nv
3           histo
4            35.0
5            male
6            neck
Name: 7417, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032825.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005571
1    ISIC_0032825
2              nv
3           histo
4            35.0
5            male
6            neck
Name: 7418, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032803.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005571
1    ISIC_0032803
2              nv
3           histo
4            35.0
5            male
6            neck
Name: 7419, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033798.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006539
1    ISIC_0033798
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7420, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033014.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006539
1    ISIC_0033014
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7421, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032516.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006539
1    ISIC_0032516
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7422, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032520.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004548
1       ISIC_0032520
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 7423, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032832.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004548
1       ISIC_0032832
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 7424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033917.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004548
1       ISIC_0033917
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 7425, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032815.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004615
1    ISIC_0032815
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 7426, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033094.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004615
1    ISIC_0033094
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 7427, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033162.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004615
1    ISIC_0033162
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 7428, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033475.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006857
1    ISIC_0033475
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7429, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033210.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006857
1    ISIC_0033210
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7430, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033219.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006857
1    ISIC_0033219
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7431, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032885.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003713
1    ISIC_0032885
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 7432, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033291.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003713
1    ISIC_0033291
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 7433, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034102.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003713
1    ISIC_0034102
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 7434, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033988.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005961
1    ISIC_0033988
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7435, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032859.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005961
1    ISIC_0032859
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7436, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032795.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005961
1    ISIC_0032795
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7437, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034105.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004550
1    ISIC_0034105
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7438, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033138.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004550
1    ISIC_0033138
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7439, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032728.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004550
1    ISIC_0032728
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7440, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034319.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000747
1    ISIC_0034319
2              nv
3           histo
4            30.0
5            male
6           trunk
Name: 7441, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033748.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000747
1    ISIC_0033748
2              nv
3           histo
4            30.0
5            male
6           trunk
Name: 7442, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034044.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000747
1    ISIC_0034044
2              nv
3           histo
4            30.0
5            male
6           trunk
Name: 7443, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032864.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001218
1    ISIC_0032864
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7444, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033763.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001218
1    ISIC_0033763
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7445, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033650.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001218
1    ISIC_0033650
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7446, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033992.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006980
1       ISIC_0033992
2                 nv
3              histo
4               25.0
5             female
6    upper extremity
Name: 7447, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033715.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006980
1       ISIC_0033715
2                 nv
3              histo
4               25.0
5             female
6    upper extremity
Name: 7448, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033920.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006980
1       ISIC_0033920
2                 nv
3              histo
4               25.0
5             female
6    upper extremity
Name: 7449, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033825.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007552
1    ISIC_0033825
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7450, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033857.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007552
1    ISIC_0033857
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7451, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032731.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007552
1    ISIC_0032731
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7452, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033069.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004503
1    ISIC_0033069
2              nv
3           histo
4            60.0
5          female
6             ear
Name: 7453, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032735.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004503
1    ISIC_0032735
2              nv
3           histo
4            60.0
5          female
6             ear
Name: 7454, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033840.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004503
1    ISIC_0033840
2              nv
3           histo
4            60.0
5          female
6             ear
Name: 7455, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033632.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003418
1    ISIC_0033632
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7456, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034025.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003418
1    ISIC_0034025
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7457, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033182.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003418
1    ISIC_0033182
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034257.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005905
1    ISIC_0034257
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7459, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032999.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007259
1    ISIC_0032999
2              nv
3           histo
4            45.0
5            male
6            foot
Name: 7460, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032669.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007259
1    ISIC_0032669
2              nv
3           histo
4            45.0
5            male
6            foot
Name: 7461, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033236.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007259
1    ISIC_0033236
2              nv
3           histo
4            45.0
5            male
6            foot
Name: 7462, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032802.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003947
1       ISIC_0032802
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7463, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032551.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003947
1       ISIC_0032551
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7464, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033544.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003947
1       ISIC_0033544
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7465, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032749.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004145
1    ISIC_0032749
2              nv
3           histo
4            40.0
5          female
6            face
Name: 7466, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034091.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004145
1    ISIC_0034091
2              nv
3           histo
4            40.0
5          female
6            face
Name: 7467, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033738.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004145
1    ISIC_0033738
2              nv
3           histo
4            40.0
5          female
6            face
Name: 7468, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033510.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000547
1    ISIC_0033510
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7469, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033222.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000547
1    ISIC_0033222
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7470, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032546.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000547
1    ISIC_0032546
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7471, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032521.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005206
1       ISIC_0032521
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 7472, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032674.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005206
1       ISIC_0032674
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 7473, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033958.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005206
1       ISIC_0033958
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 7474, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032989.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005135
1    ISIC_0032989
2              nv
3           histo
4            15.0
5            male
6            back
Name: 7475, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033618.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005135
1    ISIC_0033618
2              nv
3           histo
4            15.0
5            male
6            back
Name: 7476, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033016.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005135
1    ISIC_0033016
2              nv
3           histo
4            15.0
5            male
6            back
Name: 7477, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033906.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005433
1    ISIC_0033906
2              nv
3           histo
4            55.0
5          female
6           trunk
Name: 7478, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033298.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005433
1    ISIC_0033298
2              nv
3           histo
4            55.0
5          female
6           trunk
Name: 7479, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034210.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005433
1    ISIC_0034210
2              nv
3           histo
4            55.0
5          female
6           trunk
Name: 7480, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033351.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001870
1    ISIC_0033351
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7482, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033131.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001870
1    ISIC_0033131
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7483, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033090.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001870
1    ISIC_0033090
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7484, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033832.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005383
1    ISIC_0033832
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7485, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032893.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005383
1    ISIC_0032893
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032683.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005383
1    ISIC_0032683
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7487, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034111.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002641
1    ISIC_0034111
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032676.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002641
1    ISIC_0032676
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7489, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034077.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002641
1    ISIC_0034077
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7490, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033641.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003259
1       ISIC_0033641
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7491, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033527.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003259
1       ISIC_0033527
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7492, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032895.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003259
1       ISIC_0032895
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7493, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033091.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003824
1       ISIC_0033091
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7494, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034138.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003824
1       ISIC_0034138
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7495, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032971.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003824
1       ISIC_0032971
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7496, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032781.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001040
1    ISIC_0032781
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7497, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033237.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001040
1    ISIC_0033237
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7498, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032747.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001040
1    ISIC_0032747
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034286.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004176
1       ISIC_0034286
2                 nv
3              histo
4                0.0
5               male
6    upper extremity
Name: 7500, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033373.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004176
1       ISIC_0033373
2                 nv
3              histo
4                0.0
5               male
6    upper extremity
Name: 7501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033170.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001358
1    ISIC_0033170
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7502, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032680.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001358
1    ISIC_0032680
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7503, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033674.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001358
1    ISIC_0033674
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032542.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003852
1    ISIC_0032542
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7505, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034224.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003852
1    ISIC_0034224
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7506, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033411.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005573
1    ISIC_0033411
2              nv
3           histo
4            45.0
5          female
6           trunk
Name: 7507, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034096.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005573
1    ISIC_0034096
2              nv
3           histo
4            45.0
5          female
6           trunk
Name: 7508, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033382.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005573
1    ISIC_0033382
2              nv
3           histo
4            45.0
5          female
6           trunk
Name: 7509, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034288.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003606
1    ISIC_0034288
2              nv
3           histo
4            70.0
5            male
6           trunk
Name: 7510, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033420.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003606
1    ISIC_0033420
2              nv
3           histo
4            70.0
5            male
6           trunk
Name: 7511, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032661.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003606
1    ISIC_0032661
2              nv
3           histo
4            70.0
5            male
6           trunk
Name: 7512, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032587.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003288
1       ISIC_0032587
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7513, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033824.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003288
1       ISIC_0033824
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7514, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033830.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003288
1       ISIC_0033830
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7515, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032838.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001264
1    ISIC_0032838
2              nv
3           histo
4            45.0
5            male
6           chest
Name: 7516, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034230.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001264
1    ISIC_0034230
2              nv
3           histo
4            45.0
5            male
6           chest
Name: 7517, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033057.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001264
1    ISIC_0033057
2              nv
3           histo
4            45.0
5            male
6           chest
Name: 7518, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034300.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003512
1    ISIC_0034300
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7519, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033155.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003512
1    ISIC_0033155
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7520, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032609.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003512
1    ISIC_0032609
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7521, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033729.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000439
1    ISIC_0033729
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7522, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034307.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000439
1    ISIC_0034307
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7523, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034137.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000439
1    ISIC_0034137
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7524, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032761.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001740
1    ISIC_0032761
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7525, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033160.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001740
1    ISIC_0033160
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7526, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033930.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001740
1    ISIC_0033930
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7527, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033096.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006158
1    ISIC_0033096
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7528, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033972.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006158
1    ISIC_0033972
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033367.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006158
1    ISIC_0033367
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7530, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033904.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005820
1    ISIC_0033904
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7531, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033342.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005820
1    ISIC_0033342
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7532, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033265.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005820
1    ISIC_0033265
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7533, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032704.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002890
1       ISIC_0032704
2                 nv
3              histo
4               50.0
5               male
6    upper extremity
Name: 7534, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033289.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002890
1       ISIC_0033289
2                 nv
3              histo
4               50.0
5               male
6    upper extremity
Name: 7535, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032822.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001246
1       ISIC_0032822
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7536, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033283.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001246
1       ISIC_0033283
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033359.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001246
1       ISIC_0033359
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032905.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003614
1    ISIC_0032905
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 7539, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034001.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003614
1    ISIC_0034001
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 7540, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032560.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003614
1    ISIC_0032560
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 7541, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033427.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001641
1    ISIC_0033427
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7542, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033948.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001641
1    ISIC_0033948
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7543, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033680.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001641
1    ISIC_0033680
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033085.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003181
1    ISIC_0033085
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7545, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033976.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003181
1    ISIC_0033976
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7546, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034030.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003181
1    ISIC_0034030
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7547, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034179.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001133
1    ISIC_0034179
2              nv
3           histo
4            20.0
5          female
6            back
Name: 7548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034206.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001133
1    ISIC_0034206
2              nv
3           histo
4            20.0
5          female
6            back
Name: 7549, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032980.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001133
1    ISIC_0032980
2              nv
3           histo
4            20.0
5          female
6            back
Name: 7550, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034314.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006042
1    ISIC_0034314
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 7551, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034174.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006042
1    ISIC_0034174
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 7552, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033983.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006042
1    ISIC_0033983
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 7554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033018.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007415
1       ISIC_0033018
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7556, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032541.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007415
1       ISIC_0032541
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7557, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032515.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007415
1       ISIC_0032515
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7558, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033492.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002253
1    ISIC_0033492
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7560, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032548.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002253
1    ISIC_0032548
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7561, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033106.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002253
1    ISIC_0033106
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7562, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033506.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003542
1    ISIC_0033506
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7563, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033600.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003542
1    ISIC_0033600
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7564, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033714.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003542
1    ISIC_0033714
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7565, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034190.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003325
1    ISIC_0034190
2              nv
3           histo
4            20.0
5          female
6            neck
Name: 7566, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033605.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003884
1    ISIC_0033605
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7567, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033961.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003884
1    ISIC_0033961
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7568, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033702.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003884
1    ISIC_0033702
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7569, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033318.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001808
1    ISIC_0033318
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7570, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032615.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001808
1    ISIC_0032615
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7571, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033862.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001808
1    ISIC_0033862
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7572, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032942.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007483
1    ISIC_0032942
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7573, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032628.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007483
1    ISIC_0032628
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7575, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033110.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005814
1    ISIC_0033110
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7576, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032701.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005814
1    ISIC_0032701
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7577, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034153.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000067
1    ISIC_0034153
2              nv
3           histo
4            50.0
5          female
6             ear
Name: 7578, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034017.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000067
1    ISIC_0034017
2              nv
3           histo
4            50.0
5          female
6             ear
Name: 7579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034215.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004088
1       ISIC_0034215
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 7580, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033743.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001026
1    ISIC_0033743
2              nv
3           histo
4            20.0
5          female
6            foot
Name: 7581, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033833.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000165
1    ISIC_0033833
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032512.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003735
1    ISIC_0032512
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7583, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034149.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003735
1    ISIC_0034149
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7584, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033800.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003735
1    ISIC_0033800
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7585, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033163.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004221
1    ISIC_0033163
2              nv
3           histo
4            35.0
5          female
6           chest
Name: 7586, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033887.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004221
1    ISIC_0033887
2              nv
3           histo
4            35.0
5          female
6           chest
Name: 7587, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033145.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001912
1       ISIC_0033145
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7588, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033799.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001912
1       ISIC_0033799
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7589, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032646.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001076
1    ISIC_0032646
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7590, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033627.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001076
1    ISIC_0033627
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7591, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033803.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005331
1    ISIC_0033803
2              nv
3           histo
4            40.0
5          female
6            neck
Name: 7592, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032860.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005331
1    ISIC_0032860
2              nv
3           histo
4            40.0
5          female
6            neck
Name: 7593, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034292.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007475
1    ISIC_0034292
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7594, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034207.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007475
1    ISIC_0034207
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7595, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033408.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007475
1    ISIC_0033408
2              nv
3           histo
4            50.0
5          female
6            foot
Name: 7596, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033621.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001889
1    ISIC_0033621
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7597, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034116.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001889
1    ISIC_0034116
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7598, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034073.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001889
1    ISIC_0034073
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7599, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032702.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004814
1       ISIC_0032702
2                 nv
3              histo
4               65.0
5               male
6    lower extremity
Name: 7600, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033667.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004814
1       ISIC_0033667
2                 nv
3              histo
4               65.0
5               male
6    lower extremity
Name: 7601, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033107.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004814
1       ISIC_0033107
2                 nv
3              histo
4               65.0
5               male
6    lower extremity
Name: 7602, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032882.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003193
1    ISIC_0032882
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7603, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034078.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003193
1    ISIC_0034078
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7604, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032818.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003193
1    ISIC_0032818
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7605, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034060.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001511
1    ISIC_0034060
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7606, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033002.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001511
1    ISIC_0033002
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033683.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001511
1    ISIC_0033683
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032524.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004411
1    ISIC_0032524
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7609, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033376.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004411
1    ISIC_0033376
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7610, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033796.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004411
1    ISIC_0033796
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7611, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033121.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001824
1       ISIC_0033121
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034158.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001824
1       ISIC_0034158
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7613, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033213.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001824
1       ISIC_0033213
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033897.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000855
1       ISIC_0033897
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033694.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000855
1       ISIC_0033694
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7616, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034013.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000855
1       ISIC_0034013
2                 nv
3              histo
4               45.0
5               male
6    upper extremity
Name: 7617, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032705.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007367
1    ISIC_0032705
2              nv
3           histo
4             5.0
5            male
6           trunk
Name: 7618, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034198.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007367
1    ISIC_0034198
2              nv
3           histo
4             5.0
5            male
6           trunk
Name: 7619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033658.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007367
1    ISIC_0033658
2              nv
3           histo
4             5.0
5            male
6           trunk
Name: 7620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033046.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007367
1    ISIC_0033046
2              nv
3           histo
4             5.0
5            male
6           trunk
Name: 7621, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032689.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007367
1    ISIC_0032689
2              nv
3           histo
4             5.0
5            male
6           trunk
Name: 7622, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034088.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006666
1    ISIC_0034088
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7623, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034268.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006666
1    ISIC_0034268
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7624, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032908.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006666
1    ISIC_0032908
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7625, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034203.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005190
1    ISIC_0034203
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7626, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033311.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005190
1    ISIC_0033311
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7627, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032700.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005190
1    ISIC_0032700
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7628, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032608.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005566
1    ISIC_0032608
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7629, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032746.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005566
1    ISIC_0032746
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033266.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005566
1    ISIC_0033266
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 7631, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033188.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001935
1    ISIC_0033188
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 7632, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033067.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001935
1    ISIC_0033067
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 7633, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032787.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001935
1    ISIC_0032787
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 7634, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033936.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000216
1    ISIC_0033936
2              nv
3           histo
4            20.0
5            male
6            foot
Name: 7635, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034121.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000216
1    ISIC_0034121
2              nv
3           histo
4            20.0
5            male
6            foot
Name: 7636, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034232.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000216
1    ISIC_0034232
2              nv
3           histo
4            20.0
5            male
6            foot
Name: 7637, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034282.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004882
1    ISIC_0034282
2              nv
3           histo
4            20.0
5            male
6           chest
Name: 7638, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033357.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004882
1    ISIC_0033357
2              nv
3           histo
4            20.0
5            male
6           chest
Name: 7639, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034178.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004882
1    ISIC_0034178
2              nv
3           histo
4            20.0
5            male
6           chest
Name: 7640, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033517.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001683
1       ISIC_0033517
2                 nv
3              histo
4               75.0
5               male
6    lower extremity
Name: 7641, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033513.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001683
1       ISIC_0033513
2                 nv
3              histo
4               75.0
5               male
6    lower extremity
Name: 7642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033649.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001683
1       ISIC_0033649
2                 nv
3              histo
4               75.0
5               male
6    lower extremity
Name: 7643, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033404.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006623
1    ISIC_0033404
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7644, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033478.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006623
1    ISIC_0033478
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7645, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032707.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007124
1    ISIC_0032707
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7646, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034311.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007124
1    ISIC_0034311
2              nv
3           histo
4            55.0
5            male
6            back
Name: 7647, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032786.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002139
1       ISIC_0032786
2                 nv
3              histo
4               10.0
5             female
6    upper extremity
Name: 7648, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033788.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002139
1       ISIC_0033788
2                 nv
3              histo
4               10.0
5             female
6    upper extremity
Name: 7649, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033150.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002367
1    ISIC_0033150
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033698.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002367
1    ISIC_0033698
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7651, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034240.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002367
1    ISIC_0034240
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 7652, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033220.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006372
1    ISIC_0033220
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7653, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032817.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006372
1    ISIC_0032817
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7654, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032820.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006372
1    ISIC_0032820
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7655, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032853.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004773
1    ISIC_0032853
2              nv
3           histo
4            25.0
5          female
6           chest
Name: 7656, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034148.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004773
1    ISIC_0034148
2              nv
3           histo
4            25.0
5          female
6           chest
Name: 7657, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034241.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004773
1    ISIC_0034241
2              nv
3           histo
4            25.0
5          female
6           chest
Name: 7658, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033665.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002582
1    ISIC_0033665
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 7659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032813.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002582
1    ISIC_0032813
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 7660, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033558.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005740
1    ISIC_0033558
2              nv
3           histo
4            35.0
5          female
6           acral
Name: 7661, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033590.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005740
1    ISIC_0033590
2              nv
3           histo
4            35.0
5          female
6           acral
Name: 7662, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033303.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005740
1    ISIC_0033303
2              nv
3           histo
4            35.0
5          female
6           acral
Name: 7663, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032584.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003966
1    ISIC_0032584
2              nv
3           histo
4            35.0
5          female
6            foot
Name: 7664, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033731.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003966
1    ISIC_0033731
2              nv
3           histo
4            35.0
5          female
6            foot
Name: 7665, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032644.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003966
1    ISIC_0032644
2              nv
3           histo
4            35.0
5          female
6            foot
Name: 7666, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033637.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006873
1    ISIC_0033637
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7667, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033566.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006873
1    ISIC_0033566
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7668, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033263.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005759
1    ISIC_0033263
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7669, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033815.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005759
1    ISIC_0033815
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7670, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034194.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005759
1    ISIC_0034194
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7671, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032969.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000676
1    ISIC_0032969
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7672, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033894.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000676
1    ISIC_0033894
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7673, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033933.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007265
1    ISIC_0033933
2              nv
3           histo
4            20.0
5            male
6           chest
Name: 7674, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033447.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007265
1    ISIC_0033447
2              nv
3           histo
4            20.0
5            male
6           chest
Name: 7675, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033639.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007265
1    ISIC_0033639
2              nv
3           histo
4            20.0
5            male
6           chest
Name: 7676, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033282.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004716
1       ISIC_0033282
2                 nv
3              histo
4               40.0
5             female
6    upper extremity
Name: 7677, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032729.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004716
1       ISIC_0032729
2                 nv
3              histo
4               40.0
5             female
6    upper extremity
Name: 7678, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033076.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004716
1       ISIC_0033076
2                 nv
3              histo
4               40.0
5             female
6    upper extremity
Name: 7679, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033194.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003634
1       ISIC_0033194
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7680, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034258.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003634
1       ISIC_0034258
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7681, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034023.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003634
1       ISIC_0034023
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7682, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033243.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003106
1    ISIC_0033243
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7683, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032648.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003106
1    ISIC_0032648
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7684, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032620.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003106
1    ISIC_0032620
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7685, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030420.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003106
1    ISIC_0030420
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7686, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033671.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007562
1    ISIC_0033671
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7687, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033711.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007562
1    ISIC_0033711
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 7688, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034084.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001777
1       ISIC_0034084
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7689, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033273.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001777
1       ISIC_0033273
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7690, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034176.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001777
1       ISIC_0034176
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 7691, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033104.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006496
1       ISIC_0033104
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7692, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032579.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006496
1       ISIC_0032579
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7693, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033189.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006496
1       ISIC_0033189
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7694, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032693.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006700
1    ISIC_0032693
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7695, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032734.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006700
1    ISIC_0032734
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7696, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032659.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006700
1    ISIC_0032659
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7697, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032478.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003254
1    ISIC_0032478
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7698, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032765.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003254
1    ISIC_0032765
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7699, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033128.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007348
1       ISIC_0033128
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7700, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033115.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007348
1       ISIC_0033115
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7701, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032625.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007348
1       ISIC_0032625
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7702, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033867.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004872
1    ISIC_0033867
2              nv
3           histo
4            35.0
5          female
6            foot
Name: 7703, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033202.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004872
1    ISIC_0033202
2              nv
3           histo
4            35.0
5          female
6            foot
Name: 7704, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032794.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003133
1    ISIC_0032794
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7705, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032801.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003133
1    ISIC_0032801
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 7706, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032974.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002135
1    ISIC_0032974
2              nv
3           histo
4            50.0
5            male
6           scalp
Name: 7707, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033746.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002135
1    ISIC_0033746
2              nv
3           histo
4            50.0
5            male
6           scalp
Name: 7708, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033384.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003002
1       ISIC_0033384
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7709, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032830.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003002
1       ISIC_0032830
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7710, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030126.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005651
1    ISIC_0030126
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7712, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032530.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003676
1       ISIC_0032530
2                 nv
3              histo
4               25.0
5             female
6    lower extremity
Name: 7713, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033249.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003676
1       ISIC_0033249
2                 nv
3              histo
4               25.0
5             female
6    lower extremity
Name: 7714, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032650.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002908
1    ISIC_0032650
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7715, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034182.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002908
1    ISIC_0034182
2              nv
3           histo
4            65.0
5            male
6            back
Name: 7716, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034213.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005194
1       ISIC_0034213
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7717, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032561.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005194
1       ISIC_0032561
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7718, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033839.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005194
1       ISIC_0033839
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7719, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032858.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007148
1    ISIC_0032858
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7720, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033965.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007148
1    ISIC_0033965
2              nv
3           histo
4            40.0
5            male
6            back
Name: 7721, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031814.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003243
1       ISIC_0031814
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 7723, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032601.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001645
1    ISIC_0032601
2              nv
3           histo
4            50.0
5          female
6         abdomen
Name: 7724, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032878.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001645
1    ISIC_0032878
2              nv
3           histo
4            50.0
5          female
6         abdomen
Name: 7725, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033093.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006799
1    ISIC_0033093
2              nv
3           histo
4            25.0
5          female
6            back
Name: 7726, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033501.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006799
1    ISIC_0033501
2              nv
3           histo
4            25.0
5          female
6            back
Name: 7727, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032677.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006799
1    ISIC_0032677
2              nv
3           histo
4            25.0
5          female
6            back
Name: 7728, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032769.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004444
1       ISIC_0032769
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 7729, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033922.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004444
1       ISIC_0033922
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 7730, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033108.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004444
1       ISIC_0033108
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 7731, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033940.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002208
1       ISIC_0033940
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 7732, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033818.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002208
1       ISIC_0033818
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 7733, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034029.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002208
1       ISIC_0034029
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 7734, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032649.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006567
1    ISIC_0032649
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7735, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034109.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006567
1    ISIC_0034109
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7736, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033439.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006567
1    ISIC_0033439
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7737, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033214.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005513
1    ISIC_0033214
2              nv
3           histo
4             5.0
5          female
6            back
Name: 7738, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033255.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005513
1    ISIC_0033255
2              nv
3           histo
4             5.0
5          female
6            back
Name: 7739, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033229.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005513
1    ISIC_0033229
2              nv
3           histo
4             5.0
5          female
6            back
Name: 7740, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032909.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001943
1       ISIC_0032909
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7743, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033134.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001943
1       ISIC_0033134
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7744, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034301.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001943
1       ISIC_0034301
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7745, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033914.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003801
1    ISIC_0033914
2              nv
3           histo
4            45.0
5            male
6            face
Name: 7746, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033978.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003801
1    ISIC_0033978
2              nv
3           histo
4            45.0
5            male
6            face
Name: 7747, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033718.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003801
1    ISIC_0033718
2              nv
3           histo
4            45.0
5            male
6            face
Name: 7748, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034237.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002170
1       ISIC_0034237
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7749, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034032.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002170
1       ISIC_0034032
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7750, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033075.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002170
1       ISIC_0033075
2                 nv
3              histo
4               40.0
5               male
6    lower extremity
Name: 7751, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033406.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006550
1       ISIC_0033406
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7752, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033493.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006550
1       ISIC_0033493
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7753, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033007.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006550
1       ISIC_0033007
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 7754, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034010.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001720
1    ISIC_0034010
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7755, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032819.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001720
1    ISIC_0032819
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7756, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033451.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003424
1    ISIC_0033451
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7757, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033552.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003424
1    ISIC_0033552
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7758, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034310.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003424
1    ISIC_0034310
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7759, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032995.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003346
1    ISIC_0032995
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 7760, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032754.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003346
1    ISIC_0032754
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 7761, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032714.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003346
1    ISIC_0032714
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 7762, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033083.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003803
1       ISIC_0033083
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7763, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033133.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003803
1       ISIC_0033133
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7764, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033352.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003803
1       ISIC_0033352
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7765, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032574.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000970
1    ISIC_0032574
2              nv
3           histo
4            45.0
5            male
6            face
Name: 7766, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033398.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000970
1    ISIC_0033398
2              nv
3           histo
4            45.0
5            male
6            face
Name: 7767, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033244.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000970
1    ISIC_0033244
2              nv
3           histo
4            45.0
5            male
6            face
Name: 7768, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032582.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004038
1    ISIC_0032582
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7769, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033052.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004038
1    ISIC_0033052
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7770, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032990.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004038
1    ISIC_0032990
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7771, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033181.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003097
1       ISIC_0033181
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7772, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033661.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003097
1       ISIC_0033661
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7773, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034004.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003097
1       ISIC_0034004
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 7774, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033645.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006191
1    ISIC_0033645
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033530.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006191
1    ISIC_0033530
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7777, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032994.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000772
1    ISIC_0032994
2              nv
3           histo
4            20.0
5          female
6            face
Name: 7778, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033604.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000772
1    ISIC_0033604
2              nv
3           histo
4            20.0
5          female
6            face
Name: 7779, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033634.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001905
1    ISIC_0033634
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7780, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034226.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001905
1    ISIC_0034226
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7781, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033116.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001905
1    ISIC_0033116
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7782, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033136.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007494
1    ISIC_0033136
2              nv
3           histo
4            25.0
5          female
6            face
Name: 7783, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033215.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007494
1    ISIC_0033215
2              nv
3           histo
4            25.0
5          female
6            face
Name: 7784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033412.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005185
1       ISIC_0033412
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7785, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033514.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005185
1       ISIC_0033514
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7786, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033876.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005185
1       ISIC_0033876
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 7787, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032737.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006014
1    ISIC_0032737
2              nv
3           histo
4            10.0
5          female
6           chest
Name: 7788, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033339.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000316
1    ISIC_0033339
2              nv
3           histo
4            40.0
5          female
6           trunk
Name: 7789, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031482.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005083
1       ISIC_0031482
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7790, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032944.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005083
1       ISIC_0032944
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7791, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033516.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005083
1       ISIC_0033516
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7792, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032639.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003018
1    ISIC_0032639
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7793, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033525.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003018
1    ISIC_0033525
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7794, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033519.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001908
1    ISIC_0033519
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7795, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032851.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001908
1    ISIC_0032851
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7796, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033080.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001667
1    ISIC_0033080
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 7797, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034129.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001667
1    ISIC_0034129
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 7798, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033010.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004099
1       ISIC_0033010
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7799, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034293.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004099
1       ISIC_0034293
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7800, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033350.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004099
1       ISIC_0033350
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 7801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033943.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001839
1    ISIC_0033943
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7802, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033434.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001839
1    ISIC_0033434
2              nv
3           histo
4            70.0
5            male
6            back
Name: 7803, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033688.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004424
1    ISIC_0033688
2              nv
3           histo
4            60.0
5            male
6            back
Name: 7804, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033557.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004424
1    ISIC_0033557
2              nv
3           histo
4            60.0
5            male
6            back
Name: 7805, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033013.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006078
1    ISIC_0033013
2              nv
3           histo
4            15.0
5          female
6            foot
Name: 7806, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032809.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006078
1    ISIC_0032809
2              nv
3           histo
4            15.0
5          female
6            foot
Name: 7807, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032621.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005760
1       ISIC_0032621
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7808, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033328.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005760
1       ISIC_0033328
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7809, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033768.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000639
1       ISIC_0033768
2                 nv
3              histo
4               70.0
5             female
6    upper extremity
Name: 7810, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033006.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003744
1    ISIC_0033006
2              nv
3           histo
4             5.0
5          female
6            foot
Name: 7812, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032518.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003744
1    ISIC_0032518
2              nv
3           histo
4             5.0
5          female
6            foot
Name: 7813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033548.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003744
1    ISIC_0033548
2              nv
3           histo
4             5.0
5          female
6            foot
Name: 7814, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033433.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007169
1    ISIC_0033433
2              nv
3           histo
4            20.0
5            male
6            foot
Name: 7815, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032934.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007169
1    ISIC_0032934
2              nv
3           histo
4            20.0
5            male
6            foot
Name: 7816, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033742.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006628
1       ISIC_0033742
2                 nv
3              histo
4               20.0
5               male
6    lower extremity
Name: 7817, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034127.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006628
1       ISIC_0034127
2                 nv
3              histo
4               20.0
5               male
6    lower extremity
Name: 7818, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033111.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006628
1       ISIC_0033111
2                 nv
3              histo
4               20.0
5               male
6    lower extremity
Name: 7819, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033142.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003447
1    ISIC_0033142
2              nv
3           histo
4            65.0
5            male
6         abdomen
Name: 7820, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032703.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003447
1    ISIC_0032703
2              nv
3           histo
4            65.0
5            male
6         abdomen
Name: 7821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033168.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003447
1    ISIC_0033168
2              nv
3           histo
4            65.0
5            male
6         abdomen
Name: 7822, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033077.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007433
1    ISIC_0033077
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7823, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033951.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007433
1    ISIC_0033951
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7824, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033149.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007433
1    ISIC_0033149
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7825, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033343.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003003
1    ISIC_0033343
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7826, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033502.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003003
1    ISIC_0033502
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034285.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001673
1       ISIC_0034285
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7828, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033966.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001673
1       ISIC_0033966
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7829, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034244.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006121
1    ISIC_0034244
2              nv
3           histo
4            20.0
5          female
6           chest
Name: 7830, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032855.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006121
1    ISIC_0032855
2              nv
3           histo
4            20.0
5          female
6           chest
Name: 7831, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032792.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006121
1    ISIC_0032792
2              nv
3           histo
4            20.0
5          female
6           chest
Name: 7832, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034187.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002476
1    ISIC_0034187
2              nv
3           histo
4            15.0
5            male
6            back
Name: 7833, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033179.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002898
1       ISIC_0033179
2                 nv
3              histo
4               80.0
5             female
6    upper extremity
Name: 7835, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034251.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002898
1       ISIC_0034251
2                 nv
3              histo
4               80.0
5             female
6    upper extremity
Name: 7836, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033721.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002898
1       ISIC_0033721
2                 nv
3              histo
4               80.0
5             female
6    upper extremity
Name: 7837, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034295.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001509
1       ISIC_0034295
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7838, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033929.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001509
1       ISIC_0033929
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7839, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033044.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001509
1       ISIC_0033044
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7840, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033787.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006418
1    ISIC_0033787
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7841, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033599.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006418
1    ISIC_0033599
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7842, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033764.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007299
1    ISIC_0033764
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7843, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033934.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007299
1    ISIC_0033934
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7844, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032565.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007299
1    ISIC_0032565
2              nv
3           histo
4            50.0
5            male
6            back
Name: 7845, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033512.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003623
1    ISIC_0033512
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032788.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003623
1    ISIC_0032788
2              nv
3           histo
4            50.0
5          female
6            back
Name: 7847, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033221.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005887
1       ISIC_0033221
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 7848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033340.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005887
1       ISIC_0033340
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 7849, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032920.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005198
1       ISIC_0032920
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 7850, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033673.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005198
1       ISIC_0033673
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 7851, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033737.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004303
1       ISIC_0033737
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7852, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033932.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004303
1       ISIC_0033932
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 7853, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033062.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002759
1    ISIC_0033062
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034261.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002759
1    ISIC_0034261
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7855, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032758.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006329
1    ISIC_0032758
2              nv
3           histo
4            50.0
5          female
6         abdomen
Name: 7856, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033939.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006329
1    ISIC_0033939
2              nv
3           histo
4            50.0
5          female
6         abdomen
Name: 7857, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032772.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005496
1       ISIC_0032772
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7858, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034041.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005496
1       ISIC_0034041
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7859, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033598.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005496
1       ISIC_0033598
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7860, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034021.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005496
1       ISIC_0034021
2                 nv
3              histo
4               15.0
5             female
6    lower extremity
Name: 7861, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034220.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002502
1    ISIC_0034220
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7862, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032973.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002502
1    ISIC_0032973
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7863, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033425.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002502
1    ISIC_0033425
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 7864, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033443.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004118
1    ISIC_0033443
2              nv
3           histo
4            30.0
5          female
6           trunk
Name: 7865, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032593.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004118
1    ISIC_0032593
2              nv
3           histo
4            30.0
5          female
6           trunk
Name: 7866, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033935.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004118
1    ISIC_0033935
2              nv
3           histo
4            30.0
5          female
6           trunk
Name: 7867, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033288.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000578
1    ISIC_0033288
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7868, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033087.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000578
1    ISIC_0033087
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7869, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033669.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006182
1    ISIC_0033669
2              nv
3           histo
4            35.0
5            male
6         abdomen
Name: 7870, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033789.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006182
1    ISIC_0033789
2              nv
3           histo
4            35.0
5            male
6         abdomen
Name: 7871, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033419.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006182
1    ISIC_0033419
2              nv
3           histo
4            35.0
5            male
6         abdomen
Name: 7872, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032338.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004024
1    ISIC_0032338
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7873, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034067.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004024
1    ISIC_0034067
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7874, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031290.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001872
1       ISIC_0031290
2                 nv
3              histo
4               60.0
5             female
6    lower extremity
Name: 7875, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033224.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001883
1    ISIC_0033224
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7876, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033360.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001883
1    ISIC_0033360
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7877, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033294.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002431
1       ISIC_0033294
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7878, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033030.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002431
1       ISIC_0033030
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7879, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032657.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002431
1       ISIC_0032657
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7880, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032605.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006334
1    ISIC_0032605
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7881, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032779.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006334
1    ISIC_0032779
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7882, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033950.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006334
1    ISIC_0033950
2              nv
3           histo
4            40.0
5          female
6            back
Name: 7883, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032886.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006782
1    ISIC_0032886
2              nv
3           histo
4            50.0
5          female
6         abdomen
Name: 7884, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032581.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006782
1    ISIC_0032581
2              nv
3           histo
4            50.0
5          female
6         abdomen
Name: 7885, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032865.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007519
1       ISIC_0032865
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 7886, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033726.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007519
1       ISIC_0033726
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 7887, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033167.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006813
1    ISIC_0033167
2              nv
3           histo
4            30.0
5          female
6           trunk
Name: 7888, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033937.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006813
1    ISIC_0033937
2              nv
3           histo
4            30.0
5          female
6           trunk
Name: 7889, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033703.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005594
1    ISIC_0033703
2              nv
3           histo
4            40.0
5          female
6            neck
Name: 7890, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034245.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005594
1    ISIC_0034245
2              nv
3           histo
4            40.0
5          female
6            neck
Name: 7891, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032708.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003130
1    ISIC_0032708
2              nv
3           histo
4            65.0
5          female
6         abdomen
Name: 7892, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033574.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003130
1    ISIC_0033574
2              nv
3           histo
4            65.0
5          female
6         abdomen
Name: 7893, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032846.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006675
1       ISIC_0032846
2                 nv
3              histo
4               65.0
5             female
6    upper extremity
Name: 7894, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033816.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006675
1       ISIC_0033816
2                 nv
3              histo
4               65.0
5             female
6    upper extremity
Name: 7895, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033672.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006675
1       ISIC_0033672
2                 nv
3              histo
4               65.0
5             female
6    upper extremity
Name: 7896, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033435.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006637
1       ISIC_0033435
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 7897, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034016.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006637
1       ISIC_0034016
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 7898, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033960.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003535
1    ISIC_0033960
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7899, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033259.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003535
1    ISIC_0033259
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7900, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033403.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003535
1    ISIC_0033403
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 7901, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033954.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002015
1       ISIC_0033954
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7902, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033771.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002015
1       ISIC_0033771
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7903, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034035.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002015
1       ISIC_0034035
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 7904, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033880.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004149
1    ISIC_0033880
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 7905, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033994.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004149
1    ISIC_0033994
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 7906, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032755.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004149
1    ISIC_0032755
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 7907, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033724.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005052
1       ISIC_0033724
2                 nv
3              histo
4               35.0
5               male
6    lower extremity
Name: 7908, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033786.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005052
1       ISIC_0033786
2                 nv
3              histo
4               35.0
5               male
6    lower extremity
Name: 7909, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034278.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004375
1    ISIC_0034278
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7910, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033102.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004375
1    ISIC_0033102
2              nv
3           histo
4            35.0
5            male
6            back
Name: 7911, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032494.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004226
1    ISIC_0032494
2              nv
3           histo
4            25.0
5          female
6           trunk
Name: 7912, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032760.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004226
1    ISIC_0032760
2              nv
3           histo
4            25.0
5          female
6           trunk
Name: 7913, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034128.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004226
1    ISIC_0034128
2              nv
3           histo
4            25.0
5          female
6           trunk
Name: 7914, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034271.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000443
1    ISIC_0034271
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7915, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033564.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003969
1    ISIC_0033564
2              nv
3           histo
4            15.0
5          female
6           chest
Name: 7916, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032627.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003969
1    ISIC_0032627
2              nv
3           histo
4            15.0
5          female
6           chest
Name: 7917, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033845.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001739
1    ISIC_0033845
2              nv
3           histo
4            80.0
5            male
6         abdomen
Name: 7918, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032884.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001739
1    ISIC_0032884
2              nv
3           histo
4            80.0
5            male
6         abdomen
Name: 7919, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033532.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005209
1    ISIC_0033532
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7920, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032713.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005209
1    ISIC_0032713
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7921, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033541.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005601
1    ISIC_0033541
2              nv
3           histo
4            20.0
5          female
6         abdomen
Name: 7922, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032670.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005601
1    ISIC_0032670
2              nv
3           histo
4            20.0
5          female
6         abdomen
Name: 7923, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033441.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005601
1    ISIC_0033441
2              nv
3           histo
4            20.0
5          female
6         abdomen
Name: 7924, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034009.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002915
1       ISIC_0034009
2                 nv
3              histo
4               65.0
5               male
6    upper extremity
Name: 7925, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034305.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002915
1       ISIC_0034305
2                 nv
3              histo
4               65.0
5               male
6    upper extremity
Name: 7926, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034097.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002915
1       ISIC_0034097
2                 nv
3              histo
4               65.0
5               male
6    upper extremity
Name: 7927, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033707.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002874
1    ISIC_0033707
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033912.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002874
1    ISIC_0033912
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7929, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032380.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003248
1    ISIC_0032380
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7930, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032663.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000468
1       ISIC_0032663
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7934, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032962.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007216
1    ISIC_0032962
2              nv
3           histo
4            30.0
5            male
6            back
Name: 7935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034272.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002329
1       ISIC_0034272
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7936, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032911.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002329
1       ISIC_0032911
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 7937, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033792.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004043
1    ISIC_0033792
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7938, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030492.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004043
1    ISIC_0030492
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7939, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033926.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004043
1    ISIC_0033926
2              nv
3           histo
4            65.0
5          female
6            back
Name: 7940, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033021.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002325
1    ISIC_0033021
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7941, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033835.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002325
1    ISIC_0033835
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 7942, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034122.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002448
1    ISIC_0034122
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7943, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033281.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002448
1    ISIC_0033281
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7944, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033285.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002448
1    ISIC_0033285
2              nv
3           histo
4            35.0
5          female
6            back
Name: 7945, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033781.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001211
1    ISIC_0033781
2              nv
3           histo
4            50.0
5            male
6           chest
Name: 7946, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034247.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006559
1    ISIC_0034247
2              nv
3           histo
4            25.0
5          female
6             ear
Name: 7947, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033455.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006559
1    ISIC_0033455
2              nv
3           histo
4            25.0
5          female
6             ear
Name: 7948, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034056.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006559
1    ISIC_0034056
2              nv
3           histo
4            25.0
5          female
6             ear
Name: 7949, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034069.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003441
1    ISIC_0034069
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 7950, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032673.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003441
1    ISIC_0032673
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 7951, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033684.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003441
1    ISIC_0033684
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 7952, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033148.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002519
1    ISIC_0033148
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 7953, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033109.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002519
1    ISIC_0033109
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 7954, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032986.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002519
1    ISIC_0032986
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 7955, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033909.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001801
1    ISIC_0033909
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7956, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033293.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001801
1    ISIC_0033293
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 7957, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033026.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003057
1    ISIC_0033026
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7958, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033774.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003057
1    ISIC_0033774
2              nv
3           histo
4            45.0
5          female
6            back
Name: 7959, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034191.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001708
1       ISIC_0034191
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7960, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033719.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001708
1       ISIC_0033719
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 7961, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033442.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002417
1       ISIC_0033442
2                 nv
3              histo
4                NaN
5               male
6    upper extremity
Name: 7962, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032943.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002417
1       ISIC_0032943
2                 nv
3              histo
4                NaN
5               male
6    upper extremity
Name: 7963, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033723.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004367
1    ISIC_0033723
2              nv
3           histo
4            80.0
5            male
6            back
Name: 7964, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033396.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004367
1    ISIC_0033396
2              nv
3           histo
4            80.0
5            male
6            back
Name: 7965, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034231.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005312
1    ISIC_0034231
2              nv
3           histo
4            20.0
5          female
6            back
Name: 7966, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034033.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005312
1    ISIC_0034033
2              nv
3           histo
4            20.0
5          female
6            back
Name: 7967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032752.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007052
1    ISIC_0032752
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 7968, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033794.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007052
1    ISIC_0033794
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 7969, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033462.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001175
1       ISIC_0033462
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7970, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033191.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001175
1       ISIC_0033191
2                 nv
3              histo
4                5.0
5             female
6    lower extremity
Name: 7971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033508.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004581
1    ISIC_0033508
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7972, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033875.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004582
1    ISIC_0033875
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7973, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034200.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004583
1    ISIC_0034200
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7974, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032539.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004581
1    ISIC_0032539
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7975, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032686.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004581
1    ISIC_0032686
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7976, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034249.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004584
1    ISIC_0034249
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7977, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032881.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004585
1    ISIC_0032881
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7978, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033329.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004586
1    ISIC_0033329
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7979, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034181.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004587
1    ISIC_0034181
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7980, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033277.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004588
1    ISIC_0033277
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7981, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033197.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004589
1    ISIC_0033197
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7982, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032824.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004590
1    ISIC_0032824
2              nv
3       consensus
4            55.0
5            male
6         unknown
Name: 7983, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034209.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001547
1       ISIC_0034209
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7984, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034297.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001547
1       ISIC_0034297
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 7985, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034171.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004172
1    ISIC_0034171
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7986, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033996.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004172
1    ISIC_0033996
2              nv
3           histo
4            45.0
5            male
6            back
Name: 7987, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033448.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002257
1    ISIC_0033448
2              nv
3           histo
4            60.0
5            male
6            back
Name: 7988, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034304.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002257
1    ISIC_0034304
2              nv
3           histo
4            60.0
5            male
6            back
Name: 7989, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033036.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004189
1    ISIC_0033036
2              nv
3           histo
4            40.0
5          female
6         unknown
Name: 7990, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033015.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006396
1    ISIC_0033015
2              nv
3           histo
4            35.0
5            male
6            neck
Name: 7991, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033928.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006396
1    ISIC_0033928
2              nv
3           histo
4            35.0
5            male
6            neck
Name: 7992, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034124.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004599
1    ISIC_0034124
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7993, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033861.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004599
1    ISIC_0033861
2              nv
3           histo
4            30.0
5          female
6            back
Name: 7994, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033955.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000432
1    ISIC_0033955
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 7995, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033822.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000432
1    ISIC_0033822
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 7996, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032762.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004000
1       ISIC_0032762
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 7997, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032594.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004000
1       ISIC_0032594
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 7998, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033147.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004000
1       ISIC_0033147
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 7999, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033407.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001994
1    ISIC_0033407
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8000, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033734.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001994
1    ISIC_0033734
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8001, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033923.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001994
1    ISIC_0033923
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8002, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033769.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006284
1    ISIC_0033769
2              nv
3           histo
4             5.0
5          female
6            back
Name: 8003, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032904.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006284
1    ISIC_0032904
2              nv
3           histo
4             5.0
5          female
6            back
Name: 8004, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030447.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003523
1    ISIC_0030447
2              nv
3           histo
4            40.0
5            male
6            back
Name: 8006, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034108.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005997
1    ISIC_0034108
2              nv
3           histo
4            25.0
5          female
6            face
Name: 8008, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033740.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005997
1    ISIC_0033740
2              nv
3           histo
4            25.0
5          female
6            face
Name: 8009, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032519.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005715
1    ISIC_0032519
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8010, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034090.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005715
1    ISIC_0034090
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8011, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032896.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004063
1    ISIC_0032896
2              nv
3           histo
4            15.0
5          female
6            hand
Name: 8012, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034166.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004063
1    ISIC_0034166
2              nv
3           histo
4            15.0
5          female
6            hand
Name: 8013, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034217.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003310
1    ISIC_0034217
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 8014, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032952.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003310
1    ISIC_0032952
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 8015, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033851.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005489
1    ISIC_0033851
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 8016, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032966.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004076
1    ISIC_0032966
2              nv
3           histo
4             0.0
5         unknown
6            back
Name: 8017, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033864.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004076
1    ISIC_0033864
2              nv
3           histo
4             0.0
5         unknown
6            back
Name: 8018, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034008.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006610
1       ISIC_0034008
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 8019, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033250.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006610
1       ISIC_0033250
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 8020, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033177.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006295
1    ISIC_0033177
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8021, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033086.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006295
1    ISIC_0033086
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8022, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032720.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006295
1    ISIC_0032720
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8023, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032946.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003649
1    ISIC_0032946
2              nv
3           histo
4            45.0
5         unknown
6         abdomen
Name: 8024, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033153.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003649
1    ISIC_0033153
2              nv
3           histo
4            45.0
5         unknown
6         abdomen
Name: 8025, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033314.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001437
1    ISIC_0033314
2              nv
3           histo
4            10.0
5            male
6            foot
Name: 8026, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033580.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001437
1    ISIC_0033580
2              nv
3           histo
4            10.0
5            male
6            foot
Name: 8027, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033993.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001948
1    ISIC_0033993
2              nv
3           histo
4            35.0
5            male
6            foot
Name: 8028, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032926.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001948
1    ISIC_0032926
2              nv
3           histo
4            35.0
5            male
6            foot
Name: 8029, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033049.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001948
1    ISIC_0033049
2              nv
3           histo
4            35.0
5            male
6            foot
Name: 8030, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033463.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007533
1       ISIC_0033463
2                 nv
3              histo
4               10.0
5             female
6    lower extremity
Name: 8031, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033757.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007533
1       ISIC_0033757
2                 nv
3              histo
4               10.0
5             female
6    lower extremity
Name: 8032, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032933.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002595
1    ISIC_0032933
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8033, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034063.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002596
1    ISIC_0034063
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8034, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033045.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002597
1    ISIC_0033045
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8035, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033873.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002598
1    ISIC_0033873
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8036, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033143.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002599
1    ISIC_0033143
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8037, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032588.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002600
1    ISIC_0032588
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8038, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032510.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002601
1    ISIC_0032510
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8039, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032798.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002602
1    ISIC_0032798
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8040, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032848.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002596
1    ISIC_0032848
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8041, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033697.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002603
1    ISIC_0033697
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8042, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033656.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002604
1    ISIC_0033656
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8043, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034164.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002605
1    ISIC_0034164
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8044, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033228.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002606
1    ISIC_0033228
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8045, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032744.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002607
1    ISIC_0032744
2              nv
3       consensus
4            25.0
5            male
6         unknown
Name: 8046, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033033.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001405
1       ISIC_0033033
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 8047, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033390.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001405
1       ISIC_0033390
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 8048, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033836.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001405
1       ISIC_0033836
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 8049, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033585.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005972
1       ISIC_0033585
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 8050, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033319.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005972
1       ISIC_0033319
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 8051, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029393.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001755
1    ISIC_0029393
2              nv
3           histo
4            25.0
5            male
6           trunk
Name: 8052, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029306.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000897
1    ISIC_0029306
2              nv
3           histo
4            35.0
5          female
6           acral
Name: 8053, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030537.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003997
1    ISIC_0030537
2              nv
3           histo
4            45.0
5          female
6         unknown
Name: 8055, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029654.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000312
1    ISIC_0029654
2              nv
3           histo
4            25.0
5          female
6           trunk
Name: 8058, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030023.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001706
1    ISIC_0030023
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 8059, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029531.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004412
1    ISIC_0029531
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8061, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030961.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004412
1    ISIC_0030961
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8062, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030626.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001031
1    ISIC_0030626
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 8063, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031163.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001031
1    ISIC_0031163
2              nv
3           histo
4            40.0
5            male
6           trunk
Name: 8064, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032322.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004564
1    ISIC_0032322
2              nv
3           histo
4            15.0
5          female
6            back
Name: 8068, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031053.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001052
1       ISIC_0031053
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 8069, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032496.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005578
1    ISIC_0032496
2              nv
3           histo
4            25.0
5            male
6            back
Name: 8070, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029775.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002432
1       ISIC_0029775
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 8071, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030156.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004954
1       ISIC_0030156
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 8075, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031411.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004675
1       ISIC_0031411
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 8077, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031848.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001136
1    ISIC_0031848
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8078, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031970.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005421
1    ISIC_0031970
2              nv
3           histo
4            75.0
5            male
6           trunk
Name: 8083, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032375.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000279
1    ISIC_0032375
2              nv
3           histo
4            40.0
5          female
6           trunk
Name: 8087, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030362.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000135
1       ISIC_0030362
2                 nv
3              histo
4               25.0
5             female
6    lower extremity
Name: 8088, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031460.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000135
1       ISIC_0031460
2                 nv
3              histo
4               25.0
5             female
6    lower extremity
Name: 8089, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031948.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001276
1    ISIC_0031948
2              nv
3           histo
4            70.0
5            male
6           trunk
Name: 8092, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030543.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001745
1    ISIC_0030543
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8094, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031867.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001012
1    ISIC_0031867
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 8095, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029581.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000626
1    ISIC_0029581
2              nv
3           histo
4            35.0
5          female
6            foot
Name: 8099, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029814.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004485
1       ISIC_0029814
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 8100, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031481.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004485
1       ISIC_0031481
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 8101, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029704.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003745
1    ISIC_0029704
2              nv
3           histo
4            30.0
5            male
6         abdomen
Name: 8105, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029809.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004014
1    ISIC_0029809
2              nv
3           histo
4            45.0
5            male
6           chest
Name: 8106, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030771.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001450
1       ISIC_0030771
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 8107, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029904.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007079
1       ISIC_0029904
2                 nv
3              histo
4               35.0
5               male
6    upper extremity
Name: 8111, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030284.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003192
1    ISIC_0030284
2              nv
3           histo
4            40.0
5          female
6            back
Name: 8114, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029730.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002907
1    ISIC_0029730
2              nv
3           histo
4            30.0
5            male
6           trunk
Name: 8116, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031206.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007443
1    ISIC_0031206
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8125, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030361.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001470
1       ISIC_0030361
2                 nv
3              histo
4               40.0
5             female
6    upper extremity
Name: 8126, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031796.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000410
1       ISIC_0031796
2                 nv
3              histo
4               55.0
5             female
6    upper extremity
Name: 8127, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031923.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007195
1       ISIC_0031923
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 8129, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030305.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007577
1    ISIC_0030305
2              nv
3           histo
4            25.0
5            male
6            back
Name: 8135, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030232.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005092
1       ISIC_0030232
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 8136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030243.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000721
1    ISIC_0030243
2              nv
3           histo
4            40.0
5          female
6           trunk
Name: 8137, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032058.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000721
1    ISIC_0032058
2              nv
3           histo
4            40.0
5          female
6           trunk
Name: 8139, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030504.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005014
1    ISIC_0030504
2              nv
3           histo
4            60.0
5            male
6            neck
Name: 8143, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030841.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000231
1       ISIC_0030841
2                 nv
3              histo
4               55.0
5               male
6    lower extremity
Name: 8144, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031654.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005428
1    ISIC_0031654
2              nv
3           histo
4            15.0
5          female
6           trunk
Name: 8145, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029334.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002881
1    ISIC_0029334
2              nv
3           histo
4            40.0
5            male
6            foot
Name: 8149, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030074.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000140
1       ISIC_0030074
2                 nv
3              histo
4               40.0
5               male
6    upper extremity
Name: 8150, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031703.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005327
1    ISIC_0031703
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 8155, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031645.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001037
1    ISIC_0031645
2              nv
3           histo
4            35.0
5            male
6            foot
Name: 8157, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031726.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001037
1    ISIC_0031726
2              nv
3           histo
4            35.0
5            male
6            foot
Name: 8158, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030455.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000717
1    ISIC_0030455
2              nv
3           histo
4            25.0
5          female
6         abdomen
Name: 8166, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029431.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000167
1       ISIC_0029431
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 8168, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030264.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007221
1    ISIC_0030264
2              nv
3           histo
4            20.0
5          female
6            back
Name: 8174, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030717.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000431
1    ISIC_0030717
2              nv
3           histo
4            35.0
5          female
6            back
Name: 8175, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031521.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001637
1    ISIC_0031521
2              nv
3           histo
4            35.0
5            male
6           chest
Name: 8180, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032021.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000335
1       ISIC_0032021
2                 nv
3              histo
4               25.0
5             female
6    upper extremity
Name: 8182, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030773.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005840
1    ISIC_0030773
2              nv
3           histo
4            45.0
5          female
6           chest
Name: 8183, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032260.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005840
1    ISIC_0032260
2              nv
3           histo
4            45.0
5          female
6           chest
Name: 8185, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029664.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006754
1       ISIC_0029664
2                 nv
3              histo
4               55.0
5             female
6    upper extremity
Name: 8186, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030116.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000182
1    ISIC_0030116
2              nv
3           histo
4            60.0
5            male
6            neck
Name: 8191, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029572.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006020
1    ISIC_0029572
2              nv
3           histo
4            55.0
5            male
6            back
Name: 8195, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030933.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007385
1    ISIC_0030933
2              nv
3           histo
4            30.0
5            male
6           scalp
Name: 8196, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030268.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004717
1    ISIC_0030268
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8199, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029499.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000397
1    ISIC_0029499
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 8201, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031956.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001588
1       ISIC_0031956
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 8203, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032347.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007585
1    ISIC_0032347
2              nv
3           histo
4            35.0
5          female
6            back
Name: 8204, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032407.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001567
1    ISIC_0032407
2              nv
3           histo
4            40.0
5          female
6            back
Name: 8206, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030840.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002154
1    ISIC_0030840
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 8212, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032291.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000032
1    ISIC_0032291
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 8213, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030615.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001236
1    ISIC_0030615
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8215, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031917.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002031
1    ISIC_0031917
2              nv
3           histo
4            30.0
5            male
6            back
Name: 8217, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031308.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002187
1       ISIC_0031308
2                 nv
3              histo
4               25.0
5             female
6    lower extremity
Name: 8220, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031079.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003387
1    ISIC_0031079
2              nv
3           histo
4            25.0
5          female
6         abdomen
Name: 8222, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030225.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005085
1    ISIC_0030225
2              nv
3           histo
4            70.0
5            male
6            back
Name: 8226, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029313.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006041
1       ISIC_0029313
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 8228, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030508.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006041
1       ISIC_0030508
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 8229, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031194.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000924
1       ISIC_0031194
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 8231, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030597.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002661
1       ISIC_0030597
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 8233, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029667.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001142
1    ISIC_0029667
2              nv
3           histo
4            50.0
5            male
6            foot
Name: 8236, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029566.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004787
1    ISIC_0029566
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8237, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030058.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005794
1       ISIC_0030058
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 8239, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030990.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004665
1    ISIC_0030990
2              nv
3           histo
4            40.0
5          female
6            foot
Name: 8244, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029359.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001137
1    ISIC_0029359
2              nv
3           histo
4            60.0
5          female
6           chest
Name: 8245, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029746.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001137
1    ISIC_0029746
2              nv
3           histo
4            60.0
5          female
6           chest
Name: 8246, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029450.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004239
1       ISIC_0029450
2                 nv
3              histo
4               75.0
5             female
6    lower extremity
Name: 8249, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031149.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003833
1       ISIC_0031149
2                 nv
3              histo
4               75.0
5             female
6    lower extremity
Name: 8254, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031360.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000291
1       ISIC_0031360
2                 nv
3              histo
4               75.0
5             female
6    lower extremity
Name: 8259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029861.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002300
1    ISIC_0029861
2              nv
3           histo
4            35.0
5          female
6            back
Name: 8261, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032368.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001715
1       ISIC_0032368
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 8264, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029504.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001715
1       ISIC_0029504
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 8265, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032492.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004068
1    ISIC_0032492
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 8266, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029835.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001512
1    ISIC_0029835
2              nv
3           histo
4            20.0
5          female
6           trunk
Name: 8271, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031447.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000509
1       ISIC_0031447
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 8275, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031667.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000509
1       ISIC_0031667
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 8277, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031839.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001027
1    ISIC_0031839
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 8279, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031502.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001830
1    ISIC_0031502
2              nv
3           histo
4            55.0
5          female
6            back
Name: 8283, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031905.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003320
1    ISIC_0031905
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 8286, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030367.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003320
1    ISIC_0030367
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 8287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032227.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000963
1    ISIC_0032227
2              nv
3           histo
4            35.0
5            male
6           trunk
Name: 8288, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031657.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003828
1    ISIC_0031657
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8289, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030077.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003828
1    ISIC_0030077
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8290, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029865.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003828
1    ISIC_0029865
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8291, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032003.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000751
1       ISIC_0032003
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 8293, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030466.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004432
1    ISIC_0030466
2              nv
3           histo
4            25.0
5            male
6         abdomen
Name: 8295, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030135.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001297
1    ISIC_0030135
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8301, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030941.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001297
1    ISIC_0030941
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8303, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029938.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001895
1    ISIC_0029938
2              nv
3           histo
4            25.0
5            male
6           chest
Name: 8304, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029516.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002547
1    ISIC_0029516
2              nv
3           histo
4            20.0
5          female
6            back
Name: 8308, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030066.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007089
1    ISIC_0030066
2              nv
3           histo
4            35.0
5            male
6           chest
Name: 8309, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031631.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003742
1    ISIC_0031631
2              nv
3           histo
4            20.0
5          female
6            back
Name: 8313, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030588.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002979
1    ISIC_0030588
2              nv
3           histo
4            35.0
5          female
6            back
Name: 8315, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029640.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005284
1    ISIC_0029640
2              nv
3           histo
4            20.0
5            male
6            back
Name: 8317, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029724.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005284
1    ISIC_0029724
2              nv
3           histo
4            20.0
5            male
6            back
Name: 8318, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030057.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001157
1       ISIC_0030057
2                 nv
3              histo
4               65.0
5               male
6    upper extremity
Name: 8321, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032165.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003345
1    ISIC_0032165
2              nv
3           histo
4            70.0
5            male
6           chest
Name: 8323, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029666.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002645
1    ISIC_0029666
2              nv
3           histo
4            15.0
5          female
6            back
Name: 8327, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031541.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004007
1       ISIC_0031541
2                 nv
3              histo
4               35.0
5             female
6    lower extremity
Name: 8332, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030852.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002628
1       ISIC_0030852
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 8342, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030652.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002628
1       ISIC_0030652
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 8343, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031204.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002628
1       ISIC_0031204
2                 nv
3              histo
4               50.0
5               male
6    lower extremity
Name: 8344, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030179.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001507
1    ISIC_0030179
2              nv
3           histo
4            35.0
5            male
6         abdomen
Name: 8345, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030894.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003284
1       ISIC_0030894
2                 nv
3              histo
4               75.0
5             female
6    lower extremity
Name: 8348, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030610.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001130
1    ISIC_0030610
2              nv
3           histo
4            65.0
5            male
6         abdomen
Name: 8351, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031340.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000996
1    ISIC_0031340
2              nv
3           histo
4            65.0
5            male
6         abdomen
Name: 8354, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030065.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001817
1    ISIC_0030065
2              nv
3           histo
4            75.0
5            male
6           trunk
Name: 8357, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029382.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000275
1    ISIC_0029382
2              nv
3           histo
4            75.0
5            male
6           trunk
Name: 8360, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030093.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000275
1    ISIC_0030093
2              nv
3           histo
4            75.0
5            male
6           trunk
Name: 8361, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031857.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000391
1    ISIC_0031857
2              nv
3           histo
4            25.0
5          female
6         abdomen
Name: 8363, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031621.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000597
1    ISIC_0031621
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8366, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031822.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000597
1    ISIC_0031822
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8367, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030654.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000597
1    ISIC_0030654
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8368, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031811.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003113
1    ISIC_0031811
2              nv
3           histo
4            60.0
5            male
6           trunk
Name: 8370, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031984.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006430
1    ISIC_0031984
2              nv
3           histo
4            20.0
5          female
6            back
Name: 8372, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030945.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004443
1    ISIC_0030945
2              nv
3           histo
4            75.0
5            male
6            face
Name: 8374, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029609.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000211
1       ISIC_0029609
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 8381, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029661.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001699
1       ISIC_0029661
2                 nv
3              histo
4               80.0
5             female
6    upper extremity
Name: 8382, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031623.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005625
1    ISIC_0031623
2              nv
3           histo
4            35.0
5          female
6            back
Name: 8385, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029493.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005761
1       ISIC_0029493
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 8389, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031559.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006760
1    ISIC_0031559
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8392, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029482.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000211
1       ISIC_0029482
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 8394, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032305.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006456
1    ISIC_0032305
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8398, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031756.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004054
1    ISIC_0031756
2              nv
3           histo
4            70.0
5            male
6            hand
Name: 8401, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030127.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004698
1       ISIC_0030127
2                 nv
3              histo
4               60.0
5               male
6    upper extremity
Name: 8409, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031725.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006706
1    ISIC_0031725
2              nv
3           histo
4             NaN
5          female
6         abdomen
Name: 8411, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030397.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005614
1    ISIC_0030397
2              nv
3           histo
4            35.0
5          female
6           trunk
Name: 8415, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032427.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005818
1    ISIC_0032427
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8417, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032355.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005888
1    ISIC_0032355
2              nv
3           histo
4            65.0
5          female
6           trunk
Name: 8418, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031405.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002333
1    ISIC_0031405
2              nv
3           histo
4            45.0
5            male
6           trunk
Name: 8420, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031092.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006492
1    ISIC_0031092
2              nv
3           histo
4            35.0
5          female
6         abdomen
Name: 8422, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029339.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000418
1    ISIC_0029339
2              nv
3           histo
4            55.0
5            male
6            back
Name: 8428, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032184.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004866
1    ISIC_0032184
2              nv
3           histo
4            70.0
5          female
6            back
Name: 8429, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031399.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002746
1    ISIC_0031399
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8430, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030621.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001101
1       ISIC_0030621
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 8436, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031510.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000525
1    ISIC_0031510
2              nv
3           histo
4            60.0
5            male
6            neck
Name: 8437, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031727.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005855
1       ISIC_0031727
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 8439, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031483.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002298
1       ISIC_0031483
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 8441, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032274.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006451
1    ISIC_0032274
2              nv
3           histo
4            50.0
5          female
6            back
Name: 8443, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032436.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001207
1    ISIC_0032436
2              nv
3           histo
4            50.0
5          female
6            back
Name: 8444, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031603.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002128
1    ISIC_0031603
2              nv
3           histo
4            35.0
5          female
6           scalp
Name: 8449, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029867.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002128
1    ISIC_0029867
2              nv
3           histo
4            35.0
5          female
6           scalp
Name: 8450, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031070.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000632
1       ISIC_0031070
2                 nv
3              histo
4               25.0
5             female
6    lower extremity
Name: 8451, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032176.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001769
1    ISIC_0032176
2              nv
3           histo
4            75.0
5            male
6         unknown
Name: 8457, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029589.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004069
1    ISIC_0029589
2              nv
3           histo
4            70.0
5            male
6            neck
Name: 8458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029641.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002675
1       ISIC_0029641
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 8460, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031564.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005090
1    ISIC_0031564
2              nv
3           histo
4            50.0
5          female
6            back
Name: 8463, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032141.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003723
1    ISIC_0032141
2              nv
3           histo
4            60.0
5          female
6             ear
Name: 8466, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031798.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005051
1    ISIC_0031798
2              nv
3           histo
4            20.0
5            male
6            back
Name: 8467, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031015.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007518
1    ISIC_0031015
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8468, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031354.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002823
1    ISIC_0031354
2              nv
3           histo
4            35.0
5          female
6            face
Name: 8470, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032163.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001427
1    ISIC_0032163
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8472, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030842.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006855
1    ISIC_0030842
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8474, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030967.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005881
1    ISIC_0030967
2              nv
3           histo
4            60.0
5          female
6            foot
Name: 8481, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030675.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003568
1    ISIC_0030675
2              nv
3           histo
4            55.0
5          female
6            foot
Name: 8482, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032474.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003282
1    ISIC_0032474
2              nv
3           histo
4            60.0
5            male
6           chest
Name: 8483, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030819.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006302
1    ISIC_0030819
2              nv
3           histo
4            50.0
5          female
6             ear
Name: 8484, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032015.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005643
1    ISIC_0032015
2              nv
3           histo
4            50.0
5          female
6            back
Name: 8486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031285.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006025
1    ISIC_0031285
2              nv
3           histo
4            70.0
5          female
6            foot
Name: 8487, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030532.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002766
1    ISIC_0030532
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029459.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006884
1       ISIC_0029459
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 8492, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029528.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003707
1    ISIC_0029528
2              nv
3           histo
4            35.0
5            male
6            face
Name: 8493, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030581.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002916
1    ISIC_0030581
2              nv
3           histo
4             5.0
5          female
6            hand
Name: 8496, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029438.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002738
1    ISIC_0029438
2              nv
3           histo
4            65.0
5          female
6            face
Name: 8497, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029994.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007080
1    ISIC_0029994
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029926.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004030
1    ISIC_0029926
2              nv
3           histo
4            50.0
5            male
6            hand
Name: 8500, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031934.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002003
1    ISIC_0031934
2              nv
3           histo
4            20.0
5            male
6            back
Name: 8501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029583.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003585
1    ISIC_0029583
2              nv
3           histo
4            75.0
5            male
6            back
Name: 8504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030399.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005870
1       ISIC_0030399
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 8506, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032136.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001458
1    ISIC_0032136
2              nv
3           histo
4            45.0
5          female
6            back
Name: 8508, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031353.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000168
1    ISIC_0031353
2              nv
3           histo
4            55.0
5            male
6            neck
Name: 8509, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029693.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002305
1    ISIC_0029693
2              nv
3           histo
4            55.0
5            male
6            back
Name: 8512, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031932.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004291
1    ISIC_0031932
2              nv
3           histo
4            25.0
5            male
6         abdomen
Name: 8517, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030592.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006154
1       ISIC_0030592
2                 nv
3              histo
4               20.0
5               male
6    lower extremity
Name: 8518, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031302.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001846
1       ISIC_0031302
2                 nv
3              histo
4               20.0
5             female
6    upper extremity
Name: 8523, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029457.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001846
1       ISIC_0029457
2                 nv
3              histo
4               20.0
5             female
6    upper extremity
Name: 8524, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030525.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007004
1    ISIC_0030525
2              nv
3           histo
4            70.0
5          female
6            hand
Name: 8526, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030296.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005795
1    ISIC_0030296
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030121.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003088
1    ISIC_0030121
2              nv
3           histo
4            35.0
5            male
6            back
Name: 8537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031126.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003434
1    ISIC_0031126
2              nv
3           histo
4            30.0
5          female
6            neck
Name: 8538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029736.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003088
1    ISIC_0029736
2              nv
3           histo
4            35.0
5            male
6            back
Name: 8539, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031311.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000150
1    ISIC_0031311
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8541, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030816.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002205
1    ISIC_0030816
2              nv
3           histo
4            35.0
5            male
6            back
Name: 8542, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030796.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006793
1    ISIC_0030796
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8546, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030790.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001730
1    ISIC_0030790
2              nv
3           histo
4            65.0
5          female
6            back
Name: 8548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030914.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001406
1    ISIC_0030914
2              nv
3           histo
4            25.0
5          female
6           chest
Name: 8549, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032300.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007278
1    ISIC_0032300
2              nv
3           histo
4             NaN
5          female
6           chest
Name: 8556, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032126.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000045
1    ISIC_0032126
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8561, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032067.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007442
1    ISIC_0032067
2              nv
3           histo
4            30.0
5          female
6            face
Name: 8567, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032489.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001327
1    ISIC_0032489
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 8573, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030733.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006245
1    ISIC_0030733
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8574, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030544.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003562
1    ISIC_0030544
2              nv
3           histo
4            60.0
5          female
6            face
Name: 8579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030962.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003562
1    ISIC_0030962
2              nv
3           histo
4            60.0
5          female
6            face
Name: 8580, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029978.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006040
1    ISIC_0029978
2              nv
3           histo
4            40.0
5          female
6           chest
Name: 8582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029577.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000886
1    ISIC_0029577
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8584, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029993.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005987
1       ISIC_0029993
2                 nv
3              histo
4               80.0
5             female
6    lower extremity
Name: 8586, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031117.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005176
1    ISIC_0031117
2              nv
3           histo
4            70.0
5            male
6            back
Name: 8589, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031046.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002657
1    ISIC_0031046
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8591, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029349.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000771
1    ISIC_0029349
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8594, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032047.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005568
1    ISIC_0032047
2              nv
3           histo
4            50.0
5          female
6         unknown
Name: 8595, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032243.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004701
1       ISIC_0032243
2                 nv
3              histo
4               65.0
5               male
6    lower extremity
Name: 8601, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030328.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001334
1    ISIC_0030328
2              nv
3           histo
4            45.0
5            male
6            back
Name: 8604, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030117.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001361
1       ISIC_0030117
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 8605, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031363.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001334
1    ISIC_0031363
2              nv
3           histo
4            45.0
5            male
6            back
Name: 8606, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031220.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001028
1       ISIC_0031220
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 8607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029369.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004505
1    ISIC_0029369
2              nv
3           histo
4            45.0
5            male
6            back
Name: 8609, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031942.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003408
1    ISIC_0031942
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029452.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005429
1       ISIC_0029452
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 8620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029773.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003340
1    ISIC_0029773
2              nv
3           histo
4            70.0
5          female
6            back
Name: 8623, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032444.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000949
1    ISIC_0032444
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8626, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029645.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000225
1    ISIC_0029645
2              nv
3           histo
4            40.0
5            male
6            back
Name: 8630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030416.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003026
1    ISIC_0030416
2              nv
3           histo
4            60.0
5          female
6            face
Name: 8638, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030180.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000362
1       ISIC_0030180
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 8639, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031451.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006401
1    ISIC_0031451
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 8641, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029544.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007013
1    ISIC_0029544
2              nv
3           histo
4            85.0
5            male
6            back
Name: 8643, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031612.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005873
1    ISIC_0031612
2              nv
3           histo
4            45.0
5            male
6            back
Name: 8645, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030115.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003822
1    ISIC_0030115
2              nv
3           histo
4            60.0
5            male
6            back
Name: 8649, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029898.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004324
1    ISIC_0029898
2              nv
3           histo
4            80.0
5            male
6         abdomen
Name: 8650, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032112.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003652
1    ISIC_0032112
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 8658, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031306.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000063
1    ISIC_0031306
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030704.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005966
1    ISIC_0030704
2              nv
3           histo
4            80.0
5            male
6            back
Name: 8661, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029597.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007133
1    ISIC_0029597
2              nv
3           histo
4            30.0
5            male
6            back
Name: 8664, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030082.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006154
1       ISIC_0030082
2                 nv
3              histo
4               20.0
5               male
6    lower extremity
Name: 8668, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029679.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000366
1    ISIC_0029679
2              nv
3           histo
4            75.0
5            male
6            back
Name: 8670, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030006.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003546
1    ISIC_0030006
2              nv
3           histo
4            20.0
5          female
6            back
Name: 8673, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029432.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002480
1    ISIC_0029432
2              nv
3           histo
4            75.0
5            male
6            foot
Name: 8682, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030079.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003241
1    ISIC_0030079
2              nv
3           histo
4            40.0
5            male
6            back
Name: 8685, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031596.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002794
1    ISIC_0031596
2              nv
3           histo
4            55.0
5          female
6            back
Name: 8687, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029881.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000217
1    ISIC_0029881
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8688, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031115.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000217
1    ISIC_0031115
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8689, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031919.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004681
1    ISIC_0031919
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8690, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030039.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001737
1       ISIC_0030039
2                 nv
3              histo
4               85.0
5               male
6    upper extremity
Name: 8692, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030535.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001762
1       ISIC_0030535
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 8694, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031700.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004127
1    ISIC_0031700
2              nv
3           histo
4            55.0
5            male
6            back
Name: 8698, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030209.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000266
1       ISIC_0030209
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 8699, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031019.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000287
1       ISIC_0031019
2                 nv
3              histo
4               70.0
5               male
6    upper extremity
Name: 8701, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029959.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007066
1    ISIC_0029959
2              nv
3           histo
4            40.0
5          female
6            back
Name: 8702, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029696.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005183
1       ISIC_0029696
2                 nv
3              histo
4               65.0
5             female
6    upper extremity
Name: 8711, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029975.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005994
1    ISIC_0029975
2              nv
3           histo
4            75.0
5            male
6            foot
Name: 8713, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031042.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005994
1    ISIC_0031042
2              nv
3           histo
4            75.0
5            male
6            foot
Name: 8714, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031049.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001688
1    ISIC_0031049
2              nv
3           histo
4            45.0
5            male
6            back
Name: 8715, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030219.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006681
1    ISIC_0030219
2              nv
3           histo
4            70.0
5          female
6            back
Name: 8716, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030981.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001552
1    ISIC_0030981
2              nv
3           histo
4            15.0
5            male
6            face
Name: 8717, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031710.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005730
1    ISIC_0031710
2              nv
3           histo
4            65.0
5            male
6           chest
Name: 8719, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031708.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002865
1    ISIC_0031708
2              nv
3           histo
4            30.0
5          female
6            back
Name: 8733, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032251.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001764
1       ISIC_0032251
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 8739, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032253.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001764
1       ISIC_0032253
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 8740, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029665.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000347
1       ISIC_0029665
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 8741, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030966.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004802
1    ISIC_0030966
2              nv
3           histo
4            45.0
5          female
6            back
Name: 8748, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029614.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006684
1    ISIC_0029614
2              nv
3           histo
4            40.0
5            male
6            back
Name: 8752, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032189.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006028
1    ISIC_0032189
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8753, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032281.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004174
1    ISIC_0032281
2              nv
3           histo
4            40.0
5            male
6            back
Name: 8754, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030425.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004946
1       ISIC_0030425
2                 nv
3              histo
4               55.0
5             female
6    lower extremity
Name: 8755, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032145.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003760
1    ISIC_0032145
2              nv
3           histo
4            40.0
5            male
6            back
Name: 8760, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030973.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004923
1    ISIC_0030973
2              nv
3           histo
4            20.0
5            male
6            back
Name: 8766, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030444.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004923
1    ISIC_0030444
2              nv
3           histo
4            20.0
5            male
6            back
Name: 8767, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030645.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003911
1       ISIC_0030645
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 8769, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032292.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003685
1       ISIC_0032292
2                 nv
3              histo
4               70.0
5             female
6    lower extremity
Name: 8770, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032107.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003313
1    ISIC_0032107
2              nv
3           histo
4            70.0
5          female
6            back
Name: 8771, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031076.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001961
1    ISIC_0031076
2              nv
3           histo
4            25.0
5          female
6         abdomen
Name: 8772, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032218.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006094
1    ISIC_0032218
2              nv
3           histo
4            40.0
5          female
6         genital
Name: 8775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031838.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002517
1    ISIC_0031838
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 8776, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032028.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002518
1    ISIC_0032028
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 8777, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030253.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005670
1       ISIC_0030253
2                 nv
3              histo
4               20.0
5             female
6    upper extremity
Name: 8779, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029733.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005750
1       ISIC_0029733
2                 nv
3              histo
4               70.0
5               male
6    upper extremity
Name: 8780, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031832.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006972
1    ISIC_0031832
2              nv
3           histo
4            75.0
5            male
6            back
Name: 8784, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030340.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006972
1    ISIC_0030340
2              nv
3           histo
4            75.0
5            male
6            back
Name: 8786, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031278.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001014
1    ISIC_0031278
2              nv
3           histo
4            70.0
5            male
6            back
Name: 8787, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030069.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004833
1    ISIC_0030069
2              nv
3           histo
4            75.0
5            male
6            back
Name: 8795, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031924.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002423
1    ISIC_0031924
2              nv
3           histo
4            30.0
5          female
6         abdomen
Name: 8798, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030167.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004372
1    ISIC_0030167
2              nv
3           histo
4            65.0
5            male
6           scalp
Name: 8803, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032175.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000302
1       ISIC_0032175
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 8804, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032327.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004806
1    ISIC_0032327
2              nv
3           histo
4            80.0
5            male
6            back
Name: 8805, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032423.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001014
1    ISIC_0032423
2              nv
3           histo
4            70.0
5            male
6            back
Name: 8813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030873.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005745
1    ISIC_0030873
2              nv
3           histo
4            45.0
5            male
6         abdomen
Name: 8814, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031014.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002675
1       ISIC_0031014
2                 nv
3              histo
4               30.0
5             female
6    upper extremity
Name: 8819, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032936.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002552
1       ISIC_0032936
2                mel
3              histo
4               25.0
5               male
6    upper extremity
Name: 8821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030732.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006366
1       ISIC_0030732
2                 nv
3              histo
4               65.0
5             female
6    upper extremity
Name: 8822, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030802.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004058
1       ISIC_0030802
2                 nv
3              histo
4               80.0
5             female
6    lower extremity
Name: 8823, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030742.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000603
1    ISIC_0030742
2              nv
3           histo
4            80.0
5            male
6         abdomen
Name: 8825, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031374.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000603
1    ISIC_0031374
2              nv
3           histo
4            80.0
5            male
6         abdomen
Name: 8827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030422.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005980
1    ISIC_0030422
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 8828, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031681.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006069
1    ISIC_0031681
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 8829, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030313.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003902
1       ISIC_0030313
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 8831, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030008.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007317
1    ISIC_0030008
2              nv
3           histo
4            30.0
5            male
6            back
Name: 8834, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033232.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002552
1       ISIC_0033232
2                mel
3              histo
4               25.0
5               male
6    upper extremity
Name: 8835, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032405.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001455
1       ISIC_0032405
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 8836, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031933.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001455
1       ISIC_0031933
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 8837, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029905.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006420
1       ISIC_0029905
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 8839, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031081.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006596
1    ISIC_0031081
2              nv
3           histo
4            35.0
5            male
6            back
Name: 8842, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029983.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006619
1    ISIC_0029983
2              nv
3           histo
4            80.0
5            male
6            back
Name: 8843, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031662.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006947
1    ISIC_0031662
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 8846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031583.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007374
1    ISIC_0031583
2              nv
3           histo
4            30.0
5            male
6            back
Name: 8847, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032109.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006947
1    ISIC_0032109
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 8848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031031.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004806
1    ISIC_0031031
2              nv
3           histo
4            80.0
5            male
6            back
Name: 8849, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031742.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001803
1    ISIC_0031742
2              nv
3           histo
4            70.0
5            male
6            back
Name: 8851, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031113.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000707
1    ISIC_0031113
2              nv
3           histo
4            70.0
5          female
6         abdomen
Name: 8854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030792.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000759
1    ISIC_0030792
2              nv
3           histo
4            80.0
5            male
6            back
Name: 8855, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032459.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003590
1       ISIC_0032459
2                 nv
3              histo
4               45.0
5             female
6    lower extremity
Name: 8856, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032195.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007075
1       ISIC_0032195
2                 nv
3              histo
4               50.0
5               male
6    upper extremity
Name: 8860, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031813.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003987
1       ISIC_0031813
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 8861, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030354.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003987
1       ISIC_0030354
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 8862, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031476.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004170
1    ISIC_0031476
2              nv
3           histo
4            65.0
5            male
6         abdomen
Name: 8863, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031754.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003940
1    ISIC_0031754
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8867, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029803.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003940
1    ISIC_0029803
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8868, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029465.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006323
1       ISIC_0029465
2                 nv
3              histo
4               75.0
5             female
6    lower extremity
Name: 8873, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031894.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006613
1    ISIC_0031894
2              nv
3           histo
4            25.0
5            male
6            back
Name: 8874, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031594.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006835
1    ISIC_0031594
2              nv
3           histo
4            75.0
5            male
6           chest
Name: 8878, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029855.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003958
1    ISIC_0029855
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8879, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029530.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000267
1       ISIC_0029530
2                 nv
3              histo
4               80.0
5               male
6    lower extremity
Name: 8880, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031960.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004518
1       ISIC_0031960
2                 nv
3              histo
4               35.0
5             female
6    upper extremity
Name: 8884, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029554.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003958
1    ISIC_0029554
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8886, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031366.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000014
1    ISIC_0031366
2              nv
3           histo
4            40.0
5            male
6         abdomen
Name: 8889, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031644.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005925
1       ISIC_0031644
2                 nv
3              histo
4               85.0
5             female
6    upper extremity
Name: 8891, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031802.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003836
1    ISIC_0031802
2              nv
3           histo
4            55.0
5            male
6         unknown
Name: 8895, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030625.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007342
1    ISIC_0030625
2              nv
3           histo
4            35.0
5            male
6            back
Name: 8898, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032233.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006174
1    ISIC_0032233
2              nv
3           histo
4            75.0
5            male
6            back
Name: 8905, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030251.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001989
1       ISIC_0030251
2                 nv
3              histo
4               65.0
5               male
6    lower extremity
Name: 8910, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032144.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007176
1       ISIC_0032144
2                 nv
3              histo
4               30.0
5               male
6    lower extremity
Name: 8911, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030598.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001891
1    ISIC_0030598
2              nv
3           histo
4            50.0
5            male
6           scalp
Name: 8912, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030740.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002319
1    ISIC_0030740
2              nv
3           histo
4            30.0
5          female
6            face
Name: 8913, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030772.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005086
1    ISIC_0030772
2              nv
3           histo
4            30.0
5            male
6            foot
Name: 8916, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029479.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005175
1    ISIC_0029479
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8917, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032278.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005175
1    ISIC_0032278
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8918, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030580.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006702
1    ISIC_0030580
2              nv
3           histo
4            55.0
5            male
6            neck
Name: 8929, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030620.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006409
1       ISIC_0030620
2                 nv
3              histo
4               60.0
5             female
6    upper extremity
Name: 8930, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031871.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006225
1    ISIC_0031871
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 8935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031567.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001803
1    ISIC_0031567
2              nv
3           histo
4            70.0
5            male
6            back
Name: 8938, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030809.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001609
1    ISIC_0030809
2              nv
3           histo
4            65.0
5            male
6            back
Name: 8941, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032311.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005086
1    ISIC_0032311
2              nv
3           histo
4            30.0
5            male
6            foot
Name: 8942, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030920.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007385
1    ISIC_0030920
2              nv
3           histo
4            30.0
5            male
6           scalp
Name: 8943, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030370.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000889
1       ISIC_0030370
2                 nv
3              histo
4               30.0
5             female
6    lower extremity
Name: 8945, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030534.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002647
1    ISIC_0030534
2              nv
3           histo
4            50.0
5          female
6            back
Name: 8947, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032284.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002647
1    ISIC_0032284
2              nv
3           histo
4            50.0
5          female
6            back
Name: 8948, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031107.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006725
1    ISIC_0031107
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 8949, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031314.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000204
1    ISIC_0031314
2              nv
3           histo
4            55.0
5            male
6            back
Name: 8953, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031249.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003223
1       ISIC_0031249
2                 nv
3              histo
4               60.0
5               male
6    upper extremity
Name: 8954, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031121.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006205
1    ISIC_0031121
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 8955, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032034.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006205
1    ISIC_0032034
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 8956, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030451.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006905
1    ISIC_0030451
2              nv
3           histo
4            85.0
5            male
6            foot
Name: 8957, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031301.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000922
1       ISIC_0031301
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 8958, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031111.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000922
1       ISIC_0031111
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 8959, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030833.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000976
1    ISIC_0030833
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8965, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032140.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004337
1    ISIC_0032140
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 8967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031982.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002345
1       ISIC_0031982
2                 nv
3              histo
4               35.0
5               male
6    upper extremity
Name: 8969, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029833.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006664
1    ISIC_0029833
2              nv
3           histo
4            25.0
5          female
6            back
Name: 8970, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031806.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003142
1    ISIC_0031806
2              nv
3           histo
4            60.0
5          female
6            back
Name: 8971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030635.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003640
1    ISIC_0030635
2              nv
3           histo
4            75.0
5          female
6            foot
Name: 8972, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031991.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007108
1    ISIC_0031991
2              nv
3           histo
4            55.0
5            male
6            back
Name: 8974, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030817.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000073
1    ISIC_0030817
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8975, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029470.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000073
1    ISIC_0029470
2              nv
3           histo
4            50.0
5            male
6            back
Name: 8976, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030674.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006905
1    ISIC_0030674
2              nv
3           histo
4            85.0
5            male
6            foot
Name: 8978, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032065.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006924
1    ISIC_0032065
2              nv
3           histo
4            40.0
5          female
6           chest
Name: 8979, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029749.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001962
1       ISIC_0029749
2                 nv
3              histo
4               75.0
5               male
6    lower extremity
Name: 8983, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030922.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005197
1    ISIC_0030922
2              nv
3           histo
4            75.0
5            male
6           trunk
Name: 8984, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031192.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006932
1       ISIC_0031192
2                 nv
3              histo
4               55.0
5             female
6    upper extremity
Name: 8987, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031074.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006420
1       ISIC_0031074
2                 nv
3              histo
4               50.0
5             female
6    upper extremity
Name: 8992, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030603.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006921
1       ISIC_0030603
2                 nv
3              histo
4               75.0
5             female
6    upper extremity
Name: 8993, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031085.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005828
1    ISIC_0031085
2              nv
3           histo
4            75.0
5            male
6            back
Name: 8994, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030260.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006821
1       ISIC_0030260
2                 nv
3              histo
4               75.0
5               male
6    upper extremity
Name: 8998, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031462.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002861
1       ISIC_0031462
2                 nv
3              histo
4               55.0
5               male
6    upper extremity
Name: 8999, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031981.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004337
1    ISIC_0031981
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 9002, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032279.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004991
1    ISIC_0032279
2              nv
3           histo
4            65.0
5            male
6            back
Name: 9003, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030198.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005695
1    ISIC_0030198
2              nv
3           histo
4            45.0
5          female
6            foot
Name: 9009, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032186.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000104
1    ISIC_0032186
2              nv
3           histo
4            65.0
5            male
6            back
Name: 9014, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030923.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005750
1       ISIC_0030923
2                 nv
3              histo
4               70.0
5               male
6    upper extremity
Name: 9015, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032340.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001881
1       ISIC_0032340
2                 nv
3              histo
4               20.0
5             female
6    lower extremity
Name: 9020, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032090.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004479
1    ISIC_0032090
2              nv
3           histo
4            45.0
5          female
6             ear
Name: 9025, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030401.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002370
1    ISIC_0030401
2              nv
3           histo
4            65.0
5            male
6            back
Name: 9031, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032035.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002228
1    ISIC_0032035
2              nv
3           histo
4            40.0
5            male
6            back
Name: 9032, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032412.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002234
1    ISIC_0032412
2              nv
3           histo
4            75.0
5            male
6            back
Name: 9033, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031930.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002271
1    ISIC_0031930
2              nv
3           histo
4            65.0
5          female
6            back
Name: 9035, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031131.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004443
1    ISIC_0031131
2              nv
3           histo
4            75.0
5            male
6            face
Name: 9036, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031473.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004443
1    ISIC_0031473
2              nv
3           histo
4            75.0
5            male
6            face
Name: 9037, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029671.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003754
1    ISIC_0029671
2              nv
3           histo
4            60.0
5            male
6            foot
Name: 9038, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031011.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003919
1    ISIC_0031011
2              nv
3           histo
4            35.0
5            male
6            hand
Name: 9040, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031134.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001934
1    ISIC_0031134
2              nv
3           histo
4            65.0
5            male
6         abdomen
Name: 9046, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030061.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000836
1    ISIC_0030061
2              nv
3           histo
4            45.0
5          female
6            back
Name: 9054, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030960.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000836
1    ISIC_0030960
2              nv
3           histo
4            45.0
5          female
6            back
Name: 9055, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030311.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000836
1    ISIC_0030311
2              nv
3           histo
4            45.0
5          female
6            back
Name: 9056, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031875.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002326
1    ISIC_0031875
2              nv
3           histo
4            55.0
5            male
6            back
Name: 9059, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032125.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003305
1       ISIC_0032125
2                 nv
3              histo
4               25.0
5             female
6    lower extremity
Name: 9068, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032471.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003932
1    ISIC_0032471
2              nv
3           histo
4            55.0
5            male
6            back
Name: 9070, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032148.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000521
1    ISIC_0032148
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 9072, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031889.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000521
1    ISIC_0031889
2              nv
3           histo
4            55.0
5            male
6           chest
Name: 9073, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030553.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005848
1    ISIC_0030553
2              nv
3           histo
4            50.0
5            male
6         abdomen
Name: 9075, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031573.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006273
1    ISIC_0031573
2              nv
3           histo
4            75.0
5            male
6            back
Name: 9079, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031238.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002238
1    ISIC_0031238
2              nv
3           histo
4            60.0
5          female
6           chest
Name: 9083, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029771.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004656
1    ISIC_0029771
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 9089, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031064.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000798
1    ISIC_0031064
2              nv
3           histo
4            65.0
5            male
6            foot
Name: 9091, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029332.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000798
1    ISIC_0029332
2              nv
3           histo
4            65.0
5            male
6            foot
Name: 9094, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031304.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001125
1    ISIC_0031304
2              nv
3           histo
4            60.0
5            male
6           chest
Name: 9096, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030856.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001730
1    ISIC_0030856
2              nv
3           histo
4            65.0
5          female
6            back
Name: 9097, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029476.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004069
1    ISIC_0029476
2              nv
3           histo
4            70.0
5            male
6            neck
Name: 9098, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030456.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000194
1       ISIC_0030456
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 9101, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030942.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000194
1       ISIC_0030942
2                 nv
3              histo
4               50.0
5             female
6    lower extremity
Name: 9102, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031913.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000104
1    ISIC_0031913
2              nv
3           histo
4            65.0
5            male
6            back
Name: 9103, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031880.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000976
1    ISIC_0031880
2              nv
3           histo
4            40.0
5            male
6           chest
Name: 9104, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029344.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004638
1    ISIC_0029344
2              nv
3           histo
4            45.0
5          female
6            back
Name: 9105, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029812.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005318
1    ISIC_0029812
2              nv
3           histo
4            75.0
5            male
6            back
Name: 9106, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030639.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000815
1    ISIC_0030639
2              nv
3           histo
4            30.0
5          female
6            hand
Name: 9108, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030694.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002490
1    ISIC_0030694
2              nv
3           histo
4            70.0
5          female
6            foot
Name: 9111, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029390.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001701
1       ISIC_0029390
2                 nv
3              histo
4               65.0
5               male
6    lower extremity
Name: 9115, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029441.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000500
1       ISIC_0029441
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 9117, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032310.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007014
1    ISIC_0032310
2              nv
3           histo
4            45.0
5          female
6         abdomen
Name: 9121, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030663.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006104
1    ISIC_0030663
2              nv
3           histo
4            30.0
5            male
6            back
Name: 9123, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030151.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004614
1       ISIC_0030151
2                 nv
3              histo
4               65.0
5             female
6    upper extremity
Name: 9125, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030279.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002936
1    ISIC_0030279
2              nv
3           histo
4            60.0
5            male
6            back
Name: 9126, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032344.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003919
1    ISIC_0032344
2              nv
3           histo
4            35.0
5            male
6            hand
Name: 9129, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031866.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003423
1       ISIC_0031866
2                 nv
3              histo
4               65.0
5               male
6    upper extremity
Name: 9130, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030033.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002572
1       ISIC_0030033
2                 nv
3              histo
4               30.0
5               male
6    upper extremity
Name: 9133, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031039.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000778
1    ISIC_0031039
2              nv
3           histo
4            30.0
5          female
6            back
Name: 9136, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031611.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003710
1    ISIC_0031611
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 9138, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032074.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003710
1    ISIC_0032074
2              nv
3           histo
4            60.0
5            male
6         abdomen
Name: 9139, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030978.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002007
1       ISIC_0030978
2                 nv
3              histo
4               85.0
5               male
6    lower extremity
Name: 9142, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030810.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004956
1       ISIC_0030810
2                 nv
3              histo
4               55.0
5             female
6    upper extremity
Name: 9149, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030839.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006926
1    ISIC_0030839
2              nv
3           histo
4            70.0
5            male
6            back
Name: 9154, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029862.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006910
1       ISIC_0029862
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 9156, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030593.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002685
1    ISIC_0030593
2              nv
3           histo
4            30.0
5            male
6           chest
Name: 9158, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031045.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001454
1       ISIC_0031045
2                 nv
3              histo
4               45.0
5             female
6    upper extremity
Name: 9160, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031794.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006616
1       ISIC_0031794
2                 nv
3              histo
4               85.0
5               male
6    upper extremity
Name: 9161, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030176.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005450
1       ISIC_0030176
2                 nv
3              histo
4               40.0
5             female
6    lower extremity
Name: 9163, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031379.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006241
1    ISIC_0031379
2              nv
3           histo
4            40.0
5            male
6            back
Name: 9164, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031599.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003263
1       ISIC_0031599
2                 nv
3              histo
4               25.0
5               male
6    lower extremity
Name: 9171, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031965.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002511
1    ISIC_0031965
2              nv
3           histo
4            35.0
5            male
6            back
Name: 9173, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030140.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006512
1    ISIC_0030140
2              nv
3           histo
4            35.0
5          female
6            back
Name: 9175, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030159.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007208
1       ISIC_0030159
2                 nv
3              histo
4               75.0
5             female
6    upper extremity
Name: 9179, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030847.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005153
1       ISIC_0030847
2                 nv
3              histo
4               65.0
5               male
6    lower extremity
Name: 9181, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032157.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000353
1       ISIC_0032157
2                 nv
3              histo
4               25.0
5             female
6    upper extremity
Name: 9183, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030434.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005733
1    ISIC_0030434
2              nv
3           histo
4            25.0
5          female
6            back
Name: 9184, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032236.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006105
1    ISIC_0032236
2              nv
3           histo
4            40.0
5          female
6            foot
Name: 9185, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030919.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005008
1       ISIC_0030919
2                 nv
3              histo
4               60.0
5               male
6    lower extremity
Name: 9187, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030210.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004534
1    ISIC_0030210
2              nv
3           histo
4            40.0
5            male
6            back
Name: 9190, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029560.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006129
1       ISIC_0029560
2                 nv
3              histo
4               45.0
5               male
6    lower extremity
Name: 9192, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031809.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004835
1       ISIC_0031809
2                 nv
3              histo
4               60.0
5             female
6    lower extremity
Name: 9194, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030912.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001020
1       ISIC_0030912
2                 nv
3              histo
4               70.0
5             female
6    lower extremity
Name: 9196, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030940.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002189
1    ISIC_0030940
2              nv
3           histo
4            55.0
5            male
6           scalp
Name: 9200, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030263.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003672
1    ISIC_0030263
2              nv
3           histo
4            55.0
5            male
6            back
Name: 9201, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029963.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007025
1    ISIC_0029963
2              nv
3           histo
4            20.0
5          female
6            back
Name: 9202, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030937.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005173
1    ISIC_0030937
2              nv
3           histo
4            85.0
5            male
6            back
Name: 9203, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029792.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005250
1    ISIC_0029792
2              nv
3           histo
4            40.0
5          female
6            foot
Name: 9207, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032018.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006600
1       ISIC_0032018
2                 nv
3          consensus
4               25.0
5             female
6    lower extremity
Name: 9211, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032333.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001083
1    ISIC_0032333
2              nv
3       consensus
4            35.0
5          female
6         unknown
Name: 9213, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032328.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006469
1       ISIC_0032328
2                 nv
3          consensus
4                5.0
5               male
6    upper extremity
Name: 9222, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030900.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006262
1    ISIC_0030900
2              nv
3       consensus
4            75.0
5          female
6            back
Name: 9232, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030155.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005817
1       ISIC_0030155
2                 nv
3          consensus
4                0.0
5               male
6    upper extremity
Name: 9236, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032385.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005712
1    ISIC_0032385
2              nv
3       consensus
4             5.0
5          female
6            foot
Name: 9238, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029328.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001169
1       ISIC_0029328
2                 nv
3          consensus
4               10.0
5               male
6    upper extremity
Name: 9245, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030384.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001169
1       ISIC_0030384
2                 nv
3          consensus
4               10.0
5               male
6    upper extremity
Name: 9246, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029498.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001356
1    ISIC_0029498
2              nv
3       consensus
4            60.0
5          female
6           chest
Name: 9247, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031829.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006936
1    ISIC_0031829
2              nv
3       consensus
4            15.0
5          female
6           chest
Name: 9249, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031036.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005254
1    ISIC_0031036
2              nv
3       consensus
4             5.0
5          female
6            face
Name: 9251, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029650.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001329
1       ISIC_0029650
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9253, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029879.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001329
1       ISIC_0029879
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9254, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029838.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002364
1    ISIC_0029838
2              nv
3       consensus
4             5.0
5          female
6            hand
Name: 9255, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030182.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000690
1    ISIC_0030182
2              nv
3       consensus
4            30.0
5          female
6            back
Name: 9259, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030019.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006967
1    ISIC_0030019
2              nv
3       consensus
4            60.0
5          female
6            back
Name: 9271, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030229.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003579
1    ISIC_0030229
2              nv
3       consensus
4            60.0
5            male
6            back
Name: 9273, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030485.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002587
1    ISIC_0030485
2              nv
3       consensus
4            60.0
5          female
6         abdomen
Name: 9276, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031803.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002587
1    ISIC_0031803
2              nv
3       consensus
4            60.0
5          female
6         abdomen
Name: 9277, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032312.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002795
1    ISIC_0032312
2              nv
3       consensus
4            30.0
5          female
6            back
Name: 9279, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030977.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005154
1    ISIC_0030977
2              nv
3       consensus
4            55.0
5            male
6            back
Name: 9284, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031595.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006645
1    ISIC_0031595
2              nv
3       consensus
4            40.0
5            male
6            back
Name: 9287, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031071.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003045
1    ISIC_0031071
2              nv
3       consensus
4            45.0
5            male
6            back
Name: 9288, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031475.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003045
1    ISIC_0031475
2              nv
3       consensus
4            45.0
5            male
6            back
Name: 9289, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031127.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000144
1    ISIC_0031127
2              nv
3       consensus
4            40.0
5            male
6            back
Name: 9290, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029794.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006734
1    ISIC_0029794
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9292, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029759.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001765
1       ISIC_0029759
2                 nv
3          consensus
4               65.0
5             female
6    lower extremity
Name: 9298, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030348.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002364
1    ISIC_0030348
2              nv
3       consensus
4             5.0
5          female
6            hand
Name: 9299, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032042.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002364
1    ISIC_0032042
2              nv
3       consensus
4             5.0
5          female
6            hand
Name: 9300, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031602.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006913
1       ISIC_0031602
2                 nv
3          consensus
4               65.0
5               male
6    upper extremity
Name: 9301, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030144.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004996
1       ISIC_0030144
2                 nv
3          consensus
4               25.0
5             female
6    lower extremity
Name: 9310, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029920.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004475
1    ISIC_0029920
2              nv
3       consensus
4            85.0
5          female
6            back
Name: 9314, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031188.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004475
1    ISIC_0031188
2              nv
3       consensus
4            85.0
5          female
6            back
Name: 9315, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030589.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005829
1    ISIC_0030589
2              nv
3       consensus
4            50.0
5          female
6           scalp
Name: 9316, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030091.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005829
1    ISIC_0030091
2              nv
3       consensus
4            50.0
5          female
6           scalp
Name: 9317, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029668.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001902
1       ISIC_0029668
2                 nv
3          consensus
4                5.0
5             female
6    lower extremity
Name: 9323, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030410.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006553
1    ISIC_0030410
2              nv
3       consensus
4            20.0
5          female
6            face
Name: 9325, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031750.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007484
1       ISIC_0031750
2                 nv
3          consensus
4               15.0
5             female
6    lower extremity
Name: 9326, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030710.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007484
1       ISIC_0030710
2                 nv
3          consensus
4               15.0
5             female
6    lower extremity
Name: 9327, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030585.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005720
1    ISIC_0030585
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9329, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030567.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003609
1    ISIC_0030567
2              nv
3       consensus
4            30.0
5            male
6            foot
Name: 9331, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030557.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004646
1    ISIC_0030557
2              nv
3       consensus
4            25.0
5            male
6            back
Name: 9334, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032026.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002832
1    ISIC_0032026
2              nv
3       consensus
4             5.0
5            male
6           trunk
Name: 9338, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030963.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002833
1    ISIC_0030963
2              nv
3       consensus
4             5.0
5            male
6           trunk
Name: 9340, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030336.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006551
1       ISIC_0030336
2                 nv
3          consensus
4               25.0
5               male
6    lower extremity
Name: 9341, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031322.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006411
1       ISIC_0031322
2                 nv
3          consensus
4               15.0
5             female
6    lower extremity
Name: 9344, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031985.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000406
1    ISIC_0031985
2              nv
3       consensus
4            20.0
5          female
6            back
Name: 9345, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030890.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000406
1    ISIC_0030890
2              nv
3       consensus
4            20.0
5          female
6            back
Name: 9346, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030404.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002084
1    ISIC_0030404
2              nv
3       consensus
4             0.0
5            male
6            face
Name: 9347, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031896.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003027
1    ISIC_0031896
2              nv
3       consensus
4            35.0
5          female
6            back
Name: 9349, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032388.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000378
1    ISIC_0032388
2              nv
3       consensus
4             5.0
5            male
6            face
Name: 9351, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031973.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000378
1    ISIC_0031973
2              nv
3       consensus
4             5.0
5            male
6            face
Name: 9352, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029786.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007058
1    ISIC_0029786
2              nv
3       consensus
4            50.0
5            male
6            back
Name: 9359, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032008.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004667
1    ISIC_0032008
2              nv
3       consensus
4            55.0
5            male
6            neck
Name: 9363, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031317.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004667
1    ISIC_0031317
2              nv
3       consensus
4            55.0
5            male
6            neck
Name: 9364, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029592.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006756
1    ISIC_0029592
2              nv
3       consensus
4            30.0
5          female
6           chest
Name: 9367, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030299.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006554
1       ISIC_0030299
2                 nv
3          consensus
4               55.0
5             female
6    lower extremity
Name: 9370, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029895.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004777
1    ISIC_0029895
2              nv
3       consensus
4            25.0
5          female
6            foot
Name: 9375, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030059.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005246
1    ISIC_0030059
2              nv
3       consensus
4             0.0
5            male
6           scalp
Name: 9376, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032020.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007437
1       ISIC_0032020
2                 nv
3          consensus
4                0.0
5             female
6    lower extremity
Name: 9378, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029970.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005712
1    ISIC_0029970
2              nv
3       consensus
4             5.0
5          female
6            foot
Name: 9382, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030358.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005960
1    ISIC_0030358
2              nv
3       consensus
4            60.0
5            male
6            neck
Name: 9384, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029537.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002147
1    ISIC_0029537
2              nv
3       consensus
4             5.0
5          female
6            hand
Name: 9386, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031668.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000698
1    ISIC_0031668
2              nv
3       consensus
4             NaN
5            male
6            foot
Name: 9387, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030479.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007566
1    ISIC_0030479
2              nv
3       consensus
4            50.0
5            male
6            back
Name: 9389, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030300.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002284
1    ISIC_0030300
2              nv
3       consensus
4            15.0
5            male
6            back
Name: 9391, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030086.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000229
1    ISIC_0030086
2              nv
3       consensus
4            35.0
5          female
6            face
Name: 9394, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031395.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005974
1       ISIC_0031395
2                 nv
3          consensus
4               80.0
5               male
6    upper extremity
Name: 9395, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034265.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005122
1    ISIC_0034265
2              nv
3       consensus
4            70.0
5            male
6           trunk
Name: 9396, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033011.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006459
1    ISIC_0033011
2              nv
3       consensus
4            70.0
5            male
6           trunk
Name: 9397, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032706.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000412
1    ISIC_0032706
2              nv
3       consensus
4            70.0
5            male
6           trunk
Name: 9398, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033445.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000765
1    ISIC_0033445
2              nv
3       consensus
4            70.0
5            male
6           trunk
Name: 9399, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032697.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002027
1    ISIC_0032697
2              nv
3       consensus
4            70.0
5            male
6           trunk
Name: 9400, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032589.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006218
1    ISIC_0032589
2              nv
3       consensus
4            70.0
5            male
6           trunk
Name: 9401, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032931.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002553
1    ISIC_0032931
2              nv
3       consensus
4            70.0
5            male
6           trunk
Name: 9402, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033140.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003360
1    ISIC_0033140
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9403, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033313.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003362
1    ISIC_0033313
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9404, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033234.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003361
1    ISIC_0033234
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9405, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033765.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003366
1    ISIC_0033765
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9406, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033903.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003367
1    ISIC_0033903
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9407, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032939.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003358
1    ISIC_0032939
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9408, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033682.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003365
1    ISIC_0033682
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9409, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033105.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003356
1    ISIC_0033105
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9410, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032979.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003359
1    ISIC_0032979
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9411, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033890.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003365
1    ISIC_0033890
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9412, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033381.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003363
1    ISIC_0033381
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9413, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033474.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003364
1    ISIC_0033474
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9414, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034270.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003368
1    ISIC_0034270
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9415, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032572.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003356
1    ISIC_0032572
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9416, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032912.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003357
1    ISIC_0032912
2              nv
3       consensus
4            45.0
5          female
6         unknown
Name: 9417, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029808.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003540
1    ISIC_0029808
2              nv
3       consensus
4            75.0
5            male
6            back
Name: 9418, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031524.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007206
1       ISIC_0031524
2                 nv
3          consensus
4               60.0
5             female
6    lower extremity
Name: 9422, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034043.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006625
1    ISIC_0034043
2              nv
3       consensus
4            75.0
5          female
6            foot
Name: 9424, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029401.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001009
1    ISIC_0029401
2              nv
3       consensus
4            35.0
5            male
6            foot
Name: 9425, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033484.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000556
1       ISIC_0033484
2                 nv
3          consensus
4               50.0
5             female
6    upper extremity
Name: 9426, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033540.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000556
1       ISIC_0033540
2                 nv
3          consensus
4               50.0
5             female
6    upper extremity
Name: 9427, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034279.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000556
1       ISIC_0034279
2                 nv
3          consensus
4               50.0
5             female
6    upper extremity
Name: 9428, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033589.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006925
1    ISIC_0033589
2              nv
3       consensus
4            50.0
5          female
6           chest
Name: 9429, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033888.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006925
1    ISIC_0033888
2              nv
3       consensus
4            50.0
5          female
6           chest
Name: 9430, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033338.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006925
1    ISIC_0033338
2              nv
3       consensus
4            50.0
5          female
6           chest
Name: 9431, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032880.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001930
1    ISIC_0032880
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9432, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032600.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001930
1    ISIC_0032600
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9433, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032791.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001930
1    ISIC_0032791
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9434, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032721.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001916
1    ISIC_0032721
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9435, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033537.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001916
1    ISIC_0033537
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9436, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032837.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002425
1    ISIC_0032837
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9437, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032682.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002425
1    ISIC_0032682
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9438, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033223.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007596
1    ISIC_0033223
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9439, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032764.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007596
1    ISIC_0032764
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9440, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032907.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003681
1    ISIC_0032907
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9441, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033760.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003681
1    ISIC_0033760
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9442, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033335.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005313
1    ISIC_0033335
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9443, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034053.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001442
1    ISIC_0034053
2              nv
3       consensus
4            40.0
5            male
6            back
Name: 9444, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032930.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000488
1    ISIC_0032930
2              nv
3       consensus
4            40.0
5            male
6            back
Name: 9445, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032616.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007376
1    ISIC_0032616
2              nv
3       consensus
4            40.0
5            male
6            back
Name: 9446, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033614.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007333
1    ISIC_0033614
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9447, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033436.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007184
1    ISIC_0033436
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9448, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033572.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003208
1    ISIC_0033572
2              nv
3       consensus
4            35.0
5            male
6         unknown
Name: 9449, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033596.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003208
1    ISIC_0033596
2              nv
3       consensus
4            35.0
5            male
6         unknown
Name: 9450, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034212.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003755
1    ISIC_0034212
2              nv
3       consensus
4            35.0
5            male
6         unknown
Name: 9451, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033489.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003755
1    ISIC_0033489
2              nv
3       consensus
4            35.0
5            male
6         unknown
Name: 9452, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033907.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005316
1    ISIC_0033907
2              nv
3       consensus
4            35.0
5            male
6         unknown
Name: 9453, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033139.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005316
1    ISIC_0033139
2              nv
3       consensus
4            35.0
5            male
6         unknown
Name: 9454, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033225.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001106
1    ISIC_0033225
2              nv
3       consensus
4            35.0
5            male
6           chest
Name: 9455, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033615.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001106
1    ISIC_0033615
2              nv
3       consensus
4            35.0
5            male
6           chest
Name: 9456, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033418.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000675
1    ISIC_0033418
2              nv
3       consensus
4            35.0
5            male
6         abdomen
Name: 9457, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034054.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000675
1    ISIC_0034054
2              nv
3       consensus
4            35.0
5            male
6         abdomen
Name: 9458, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033364.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000214
1    ISIC_0033364
2              nv
3       consensus
4            25.0
5          female
6            foot
Name: 9459, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034163.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005263
1    ISIC_0034163
2              nv
3       consensus
4            40.0
5            male
6           trunk
Name: 9460, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034277.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005263
1    ISIC_0034277
2              nv
3       consensus
4            40.0
5            male
6           trunk
Name: 9461, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034147.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005263
1    ISIC_0034147
2              nv
3       consensus
4            40.0
5            male
6           trunk
Name: 9462, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033247.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005263
1    ISIC_0033247
2              nv
3       consensus
4            40.0
5            male
6           trunk
Name: 9463, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033918.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005263
1    ISIC_0033918
2              nv
3       consensus
4            40.0
5            male
6           trunk
Name: 9464, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032889.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005263
1    ISIC_0032889
2              nv
3       consensus
4            40.0
5            male
6           trunk
Name: 9465, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033132.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004387
1    ISIC_0033132
2              nv
3       consensus
4            55.0
5          female
6           trunk
Name: 9466, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033821.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004387
1    ISIC_0033821
2              nv
3       consensus
4            55.0
5          female
6           trunk
Name: 9467, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033457.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005434
1    ISIC_0033457
2              nv
3       consensus
4            55.0
5          female
6           trunk
Name: 9468, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033588.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003774
1    ISIC_0033588
2              nv
3       consensus
4            85.0
5            male
6            back
Name: 9469, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033144.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003774
1    ISIC_0033144
2              nv
3       consensus
4            85.0
5            male
6            back
Name: 9470, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033916.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005641
1    ISIC_0033916
2              nv
3       consensus
4            85.0
5            male
6         unknown
Name: 9471, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032554.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005641
1    ISIC_0032554
2              nv
3       consensus
4            85.0
5            male
6         unknown
Name: 9472, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033777.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004854
1       ISIC_0033777
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9473, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033078.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004854
1       ISIC_0033078
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9474, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034055.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004854
1       ISIC_0034055
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9475, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033997.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006353
1       ISIC_0033997
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9476, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032712.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006353
1       ISIC_0032712
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9477, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033164.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006353
1       ISIC_0033164
2                 nv
3          consensus
4               40.0
5             female
6    lower extremity
Name: 9478, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033395.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004392
1       ISIC_0033395
2                 nv
3          consensus
4               20.0
5             female
6    lower extremity
Name: 9479, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033355.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004392
1       ISIC_0033355
2                 nv
3          consensus
4               20.0
5             female
6    lower extremity
Name: 9480, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033095.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004392
1       ISIC_0033095
2                 nv
3          consensus
4               20.0
5             female
6    lower extremity
Name: 9481, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033082.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002876
1    ISIC_0033082
2              nv
3       consensus
4            25.0
5            male
6         abdomen
Name: 9482, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034098.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002876
1    ISIC_0034098
2              nv
3       consensus
4            25.0
5            male
6         abdomen
Name: 9483, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033040.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007478
1    ISIC_0033040
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9484, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034238.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002712
1    ISIC_0034238
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9485, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032543.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002413
1    ISIC_0032543
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9486, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033176.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001490
1    ISIC_0033176
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9487, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032658.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005717
1    ISIC_0032658
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9488, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032868.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004572
1    ISIC_0032868
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9489, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032631.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001834
1    ISIC_0032631
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9490, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032528.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003945
1    ISIC_0032528
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9491, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034018.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002569
1    ISIC_0034018
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9492, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033879.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000007
1    ISIC_0033879
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9493, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033211.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005062
1    ISIC_0033211
2              nv
3       consensus
4            70.0
5          female
6            back
Name: 9494, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033617.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005062
1    ISIC_0033617
2              nv
3       consensus
4            70.0
5          female
6            back
Name: 9495, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033889.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005062
1    ISIC_0033889
2              nv
3       consensus
4            70.0
5          female
6            back
Name: 9496, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033495.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003968
1    ISIC_0033495
2              nv
3       consensus
4            35.0
5          female
6            back
Name: 9497, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033161.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003968
1    ISIC_0033161
2              nv
3       consensus
4            35.0
5          female
6            back
Name: 9498, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032796.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003968
1    ISIC_0032796
2              nv
3       consensus
4            35.0
5          female
6            back
Name: 9499, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033346.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004165
1    ISIC_0033346
2              nv
3       consensus
4            75.0
5            male
6            back
Name: 9500, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034219.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004165
1    ISIC_0034219
2              nv
3       consensus
4            75.0
5            male
6            back
Name: 9501, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033098.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004071
1    ISIC_0033098
2              nv
3       consensus
4            45.0
5            male
6         abdomen
Name: 9502, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032607.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004071
1    ISIC_0032607
2              nv
3       consensus
4            45.0
5            male
6         abdomen
Name: 9503, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033584.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003777
1    ISIC_0033584
2              nv
3       consensus
4            30.0
5          female
6            back
Name: 9504, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033118.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003777
1    ISIC_0033118
2              nv
3       consensus
4            30.0
5          female
6            back
Name: 9505, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032523.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002755
1    ISIC_0032523
2              nv
3       consensus
4            65.0
5            male
6         abdomen
Name: 9506, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033159.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002755
1    ISIC_0033159
2              nv
3       consensus
4            65.0
5            male
6         abdomen
Name: 9507, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033542.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001613
1    ISIC_0033542
2              nv
3       consensus
4            65.0
5            male
6         abdomen
Name: 9508, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032748.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001613
1    ISIC_0032748
2              nv
3       consensus
4            65.0
5            male
6         abdomen
Name: 9509, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034260.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004705
1    ISIC_0034260
2              nv
3       consensus
4            65.0
5            male
6         abdomen
Name: 9510, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034027.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005059
1       ISIC_0034027
2                 nv
3          consensus
4               70.0
5               male
6    upper extremity
Name: 9511, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032580.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002724
1       ISIC_0032580
2                 nv
3          consensus
4               70.0
5               male
6    upper extremity
Name: 9512, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033692.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002724
1       ISIC_0033692
2                 nv
3          consensus
4               70.0
5               male
6    upper extremity
Name: 9513, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032575.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002074
1    ISIC_0032575
2              nv
3       consensus
4            40.0
5          female
6            face
Name: 9514, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032793.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002074
1    ISIC_0032793
2              nv
3       consensus
4            40.0
5          female
6            face
Name: 9515, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033766.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005115
1       ISIC_0033766
2                 nv
3          consensus
4               35.0
5               male
6    upper extremity
Name: 9516, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033008.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005115
1       ISIC_0033008
2                 nv
3          consensus
4               35.0
5               male
6    upper extremity
Name: 9517, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033543.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000181
1    ISIC_0033543
2              nv
3       consensus
4            45.0
5            male
6           trunk
Name: 9518, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034185.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000181
1    ISIC_0034185
2              nv
3       consensus
4            45.0
5            male
6           trunk
Name: 9519, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033842.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005353
1    ISIC_0033842
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9520, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032923.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005353
1    ISIC_0032923
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9521, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032935.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004016
1    ISIC_0032935
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9522, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034229.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005689
1    ISIC_0034229
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9523, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032828.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005308
1    ISIC_0032828
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9525, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033464.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000650
1    ISIC_0033464
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9526, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033577.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004346
1    ISIC_0033577
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9527, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033895.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004348
1    ISIC_0033895
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9528, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032678.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004344
1    ISIC_0032678
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9529, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033970.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004350
1    ISIC_0033970
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9530, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033896.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004349
1    ISIC_0033896
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9531, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034250.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004352
1    ISIC_0034250
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9532, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033690.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004347
1    ISIC_0033690
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9533, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034193.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004351
1    ISIC_0034193
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9534, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033208.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004345
1    ISIC_0033208
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9535, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032402.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003809
1    ISIC_0032402
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9536, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034309.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003810
1    ISIC_0034309
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9537, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032900.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003811
1    ISIC_0032900
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9538, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033898.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003812
1    ISIC_0033898
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9539, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033173.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003813
1    ISIC_0033173
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9540, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032647.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003814
1    ISIC_0032647
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9541, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032800.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003817
1    ISIC_0032800
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9544, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033622.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003818
1    ISIC_0033622
2              nv
3       consensus
4            40.0
5            male
6         unknown
Name: 9545, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032655.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003807
1    ISIC_0032655
2             bkl
3       consensus
4            40.0
5            male
6         unknown
Name: 9547, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033290.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006233
1    ISIC_0033290
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9548, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034072.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006237
1    ISIC_0034072
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9549, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034177.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006239
1    ISIC_0034177
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9550, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033681.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006235
1    ISIC_0033681
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9551, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033741.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006236
1    ISIC_0033741
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9552, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033341.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006234
1    ISIC_0033341
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9553, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032849.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006231
1    ISIC_0032849
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9554, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033043.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006232
1    ISIC_0033043
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9555, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032632.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006230
1    ISIC_0032632
2              nv
3       consensus
4            60.0
5            male
6         unknown
Name: 9556, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034302.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004215
1    ISIC_0034302
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9557, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032635.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004185
1    ISIC_0032635
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9558, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034114.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004212
1    ISIC_0034114
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9559, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032562.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004191
1    ISIC_0032562
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9560, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033826.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004206
1    ISIC_0033826
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9561, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033421.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004196
1    ISIC_0033421
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9562, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033602.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004201
1    ISIC_0033602
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9563, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034248.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004214
1    ISIC_0034248
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9564, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033467.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004197
1    ISIC_0033467
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9565, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033797.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004205
1    ISIC_0033797
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9566, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033772.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004204
1    ISIC_0033772
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9567, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033039.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004190
1    ISIC_0033039
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9568, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032996.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004188
1    ISIC_0032996
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9569, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032591.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004182
1    ISIC_0032591
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9570, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034228.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004213
1    ISIC_0034228
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9571, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033556.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004199
1    ISIC_0033556
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9572, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033892.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004208
1    ISIC_0033892
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9573, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032571.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004181
1    ISIC_0032571
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9574, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033101.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004194
1    ISIC_0033101
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9575, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033623.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004202
1    ISIC_0033623
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9576, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034075.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004209
1    ISIC_0034075
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9577, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032606.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004183
1    ISIC_0032606
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9578, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033066.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004192
1    ISIC_0033066
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9579, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033383.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004195
1    ISIC_0033383
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9580, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033858.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004207
1    ISIC_0033858
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9581, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034081.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004210
1    ISIC_0034081
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9582, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033072.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004193
1    ISIC_0033072
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9583, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032759.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004186
1    ISIC_0032759
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9584, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033647.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004203
1    ISIC_0033647
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9585, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032634.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004184
1    ISIC_0032634
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9586, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032956.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004187
1    ISIC_0032956
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9587, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033481.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004198
1    ISIC_0033481
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9588, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034082.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004211
1    ISIC_0034082
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9589, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033567.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004200
1    ISIC_0033567
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9590, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034312.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004216
1    ISIC_0034312
2              nv
3       consensus
4            40.0
5          female
6         unknown
Name: 9591, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033025.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003236
1       ISIC_0033025
2                 nv
3          consensus
4               30.0
5             female
6    upper extremity
Name: 9592, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033053.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003236
1       ISIC_0033053
2                 nv
3          consensus
4               30.0
5             female
6    upper extremity
Name: 9593, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033374.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006766
1    ISIC_0033374
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9594, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033877.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004237
1    ISIC_0033877
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9595, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032578.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007460
1    ISIC_0032578
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9596, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033841.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000822
1    ISIC_0033841
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9597, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033882.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006644
1    ISIC_0033882
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9598, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034266.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004120
1    ISIC_0034266
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9599, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033751.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005257
1    ISIC_0033751
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9600, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033065.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001619
1    ISIC_0033065
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9601, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033375.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001147
1    ISIC_0033375
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9602, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033628.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004508
1    ISIC_0033628
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9603, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033733.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002037
1    ISIC_0033733
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9604, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032738.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007191
1    ISIC_0032738
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9605, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033353.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001000
1    ISIC_0033353
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9606, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034019.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000627
1    ISIC_0034019
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9607, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032852.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002164
1    ISIC_0032852
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9608, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034080.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000421
1    ISIC_0034080
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9609, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034154.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003561
1    ISIC_0034154
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9610, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032789.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004430
1    ISIC_0032789
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9611, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033417.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007301
1    ISIC_0033417
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9612, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033782.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003935
1    ISIC_0033782
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9613, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033332.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001118
1    ISIC_0033332
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9614, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034130.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007172
1    ISIC_0034130
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9615, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032945.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003696
1    ISIC_0032945
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9616, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033597.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005439
1    ISIC_0033597
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9617, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034045.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002282
1    ISIC_0034045
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9618, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033028.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001139
1    ISIC_0033028
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9619, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033809.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003998
1    ISIC_0033809
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9620, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033187.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003034
1    ISIC_0033187
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9621, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032814.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001366
1    ISIC_0032814
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9622, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033190.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004670
1    ISIC_0033190
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9623, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033535.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003017
1    ISIC_0033535
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9624, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033330.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005156
1    ISIC_0033330
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9625, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033064.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001209
1    ISIC_0033064
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9626, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033515.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002402
1    ISIC_0033515
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9627, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033735.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001433
1    ISIC_0033735
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9628, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033982.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006643
1    ISIC_0033982
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9629, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034195.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003300
1    ISIC_0034195
2              nv
3       consensus
4             NaN
5         unknown
6         unknown
Name: 9630, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033620.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003807
1    ISIC_0033620
2             bkl
3       consensus
4            40.0
5            male
6         unknown
Name: 9631, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0034040.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003808
1    ISIC_0034040
2             bkl
3       consensus
4            40.0
5            male
6         unknown
Name: 9632, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029355.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007069
1       ISIC_0029355
2                 nv
3          consensus
4               50.0
5             female
6    lower extremity
Name: 9633, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031259.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006720
1       ISIC_0031259
2                 nv
3          consensus
4                0.0
5             female
6    lower extremity
Name: 9635, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031216.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006861
1    ISIC_0031216
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9642, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031769.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006861
1    ISIC_0031769
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9643, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031209.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007069
1       ISIC_0031209
2                 nv
3          consensus
4               50.0
5             female
6    lower extremity
Name: 9645, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032379.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005522
1       ISIC_0032379
2                 nv
3          consensus
4               65.0
5               male
6    upper extremity
Name: 9648, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029368.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005522
1       ISIC_0029368
2                 nv
3          consensus
4               65.0
5               male
6    upper extremity
Name: 9649, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031105.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002566
1    ISIC_0031105
2              nv
3       consensus
4            55.0
5          female
6           chest
Name: 9653, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031359.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002408
1    ISIC_0031359
2              nv
3       consensus
4            65.0
5            male
6            neck
Name: 9656, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031454.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002408
1    ISIC_0031454
2              nv
3       consensus
4            65.0
5            male
6            neck
Name: 9657, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030038.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001956
1    ISIC_0030038
2              nv
3       consensus
4            30.0
5          female
6            back
Name: 9659, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030909.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000258
1    ISIC_0030909
2              nv
3       consensus
4            30.0
5          female
6           scalp
Name: 9660, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031323.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000258
1    ISIC_0031323
2              nv
3       consensus
4            30.0
5          female
6           scalp
Name: 9661, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031791.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004742
1    ISIC_0031791
2              nv
3       consensus
4            50.0
5          female
6            back
Name: 9662, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031488.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001633
1    ISIC_0031488
2              nv
3       consensus
4            70.0
5            male
6         unknown
Name: 9665, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031148.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005091
1    ISIC_0031148
2              nv
3       consensus
4            50.0
5          female
6           chest
Name: 9667, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031222.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004857
1       ISIC_0031222
2                 nv
3          consensus
4               70.0
5               male
6    lower extremity
Name: 9675, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032102.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002554
1    ISIC_0032102
2              nv
3       consensus
4            30.0
5            male
6            back
Name: 9677, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032273.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006283
1    ISIC_0032273
2              nv
3       consensus
4            20.0
5            male
6           chest
Name: 9678, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031299.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003384
1    ISIC_0031299
2              nv
3       consensus
4            55.0
5          female
6           chest
Name: 9679, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031547.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000102
1    ISIC_0031547
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9684, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032221.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000102
1    ISIC_0032221
2              nv
3       consensus
4            20.0
5            male
6            back
Name: 9685, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030693.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005314
1    ISIC_0030693
2              nv
3       consensus
4            40.0
5            male
6            neck
Name: 9686, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031649.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003322
1    ISIC_0031649
2              nv
3       consensus
4            50.0
5          female
6            face
Name: 9687, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029417.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002644
1    ISIC_0029417
2           akiec
3           histo
4            80.0
5          female
6            neck
Name: 9688, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029915.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006002
1    ISIC_0029915
2           akiec
3           histo
4            50.0
5          female
6            face
Name: 9689, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029360.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000549
1       ISIC_0029360
2              akiec
3              histo
4               70.0
5               male
6    upper extremity
Name: 9690, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029659.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000673
1    ISIC_0029659
2           akiec
3           histo
4            70.0
5          female
6            face
Name: 9692, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030586.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006875
1    ISIC_0030586
2           akiec
3           histo
4            80.0
5            male
6            face
Name: 9694, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031040.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006898
1    ISIC_0031040
2           akiec
3           histo
4            80.0
5            male
6           scalp
Name: 9698, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031929.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001499
1       ISIC_0031929
2              akiec
3              histo
4               65.0
5               male
6    lower extremity
Name: 9699, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032173.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001694
1       ISIC_0032173
2              akiec
3              histo
4               80.0
5             female
6    upper extremity
Name: 9700, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033456.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002615
1    ISIC_0033456
2           akiec
3           histo
4            70.0
5            male
6           scalp
Name: 9701, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030408.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002061
1    ISIC_0030408
2           akiec
3           histo
4            80.0
5            male
6           scalp
Name: 9702, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032329.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005027
1    ISIC_0032329
2           akiec
3           histo
4            85.0
5          female
6            back
Name: 9705, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031198.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003422
1    ISIC_0031198
2           akiec
3           histo
4            55.0
5          female
6            neck
Name: 9706, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031191.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005931
1       ISIC_0031191
2              akiec
3              histo
4               60.0
5               male
6    lower extremity
Name: 9708, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030242.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006898
1    ISIC_0030242
2           akiec
3           histo
4            80.0
5            male
6           scalp
Name: 9710, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031119.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004243
1    ISIC_0031119
2           akiec
3           histo
4            80.0
5            male
6            face
Name: 9711, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030297.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001621
1    ISIC_0030297
2           akiec
3           histo
4            70.0
5          female
6            face
Name: 9714, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030714.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003989
1    ISIC_0030714
2           akiec
3           histo
4            70.0
5          female
6            face
Name: 9716, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029634.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003971
1    ISIC_0029634
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 9720, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031918.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003141
1    ISIC_0031918
2           akiec
3           histo
4            65.0
5            male
6            neck
Name: 9721, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030803.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004012
1    ISIC_0030803
2           akiec
3           histo
4            65.0
5          female
6            face
Name: 9722, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030602.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007555
1       ISIC_0030602
2              akiec
3              histo
4               60.0
5               male
6    upper extremity
Name: 9728, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031874.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001922
1    ISIC_0031874
2           akiec
3           histo
4            65.0
5          female
6            face
Name: 9729, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032437.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007601
1       ISIC_0032437
2              akiec
3              histo
4               65.0
5               male
6    upper extremity
Name: 9730, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030076.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0007085
1       ISIC_0030076
2              akiec
3              histo
4               85.0
5             female
6    upper extremity
Name: 9735, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030191.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003161
1       ISIC_0030191
2              akiec
3              histo
4               60.0
5             female
6    lower extremity
Name: 9741, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031043.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006217
1    ISIC_0031043
2           akiec
3           histo
4            85.0
5            male
6            face
Name: 9742, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032455.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001337
1       ISIC_0032455
2              akiec
3              histo
4               80.0
5               male
6    upper extremity
Name: 9746, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030794.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002185
1       ISIC_0030794
2              akiec
3              histo
4               65.0
5               male
6    lower extremity
Name: 9747, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031738.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005766
1       ISIC_0031738
2              akiec
3              histo
4               85.0
5               male
6    upper extremity
Name: 9748, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029930.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005889
1    ISIC_0029930
2           akiec
3           histo
4            70.0
5          female
6            face
Name: 9749, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032349.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003086
1       ISIC_0032349
2              akiec
3              histo
4               60.0
5               male
6    lower extremity
Name: 9752, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029362.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005413
1    ISIC_0029362
2           akiec
3           histo
4            80.0
5          female
6            face
Name: 9753, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030991.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001453
1    ISIC_0030991
2           akiec
3           histo
4            45.0
5            male
6            face
Name: 9756, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029541.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004636
1    ISIC_0029541
2           akiec
3           histo
4            55.0
5            male
6            face
Name: 9757, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030827.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001173
1    ISIC_0030827
2           akiec
3           histo
4            40.0
5          female
6            face
Name: 9760, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031940.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001234
1       ISIC_0031940
2              akiec
3              histo
4               55.0
5             female
6    lower extremity
Name: 9761, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029582.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003501
1       ISIC_0029582
2              akiec
3              histo
4               75.0
5               male
6    lower extremity
Name: 9762, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031044.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006135
1    ISIC_0031044
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 9768, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031852.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004441
1       ISIC_0031852
2              akiec
3              histo
4               85.0
5             female
6    upper extremity
Name: 9771, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031609.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004363
1    ISIC_0031609
2           akiec
3           histo
4            55.0
5            male
6            face
Name: 9772, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032422.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004384
1    ISIC_0032422
2           akiec
3           histo
4            70.0
5            male
6            face
Name: 9773, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030826.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004384
1    ISIC_0030826
2           akiec
3           histo
4            70.0
5            male
6            face
Name: 9774, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031012.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005389
1       ISIC_0031012
2              akiec
3              histo
4               70.0
5               male
6    lower extremity
Name: 9775, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029533.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005389
1       ISIC_0029533
2              akiec
3              histo
4               70.0
5               male
6    lower extremity
Name: 9776, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029563.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003146
1       ISIC_0029563
2              akiec
3              histo
4               85.0
5               male
6    upper extremity
Name: 9780, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030491.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002441
1    ISIC_0030491
2           akiec
3           histo
4            80.0
5            male
6           scalp
Name: 9781, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029715.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000859
1       ISIC_0029715
2              akiec
3              histo
4               70.0
5               male
6    lower extremity
Name: 9782, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029860.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001967
1    ISIC_0029860
2           akiec
3           histo
4            85.0
5            male
6           chest
Name: 9783, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030341.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004558
1    ISIC_0030341
2           akiec
3           histo
4            70.0
5          female
6            back
Name: 9785, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029315.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004780
1       ISIC_0029315
2              akiec
3              histo
4               75.0
5               male
6    lower extremity
Name: 9792, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029811.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003157
1       ISIC_0029811
2              akiec
3              histo
4               65.0
5               male
6    upper extremity
Name: 9793, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031743.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005505
1       ISIC_0031743
2              akiec
3              histo
4               50.0
5               male
6    upper extremity
Name: 9795, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029932.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004722
1       ISIC_0029932
2              akiec
3              histo
4               70.0
5             female
6    upper extremity
Name: 9801, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030375.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007037
1    ISIC_0030375
2           akiec
3           histo
4            65.0
5            male
6            face
Name: 9802, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030175.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003051
1       ISIC_0030175
2              akiec
3              histo
4               85.0
5             female
6    upper extremity
Name: 9803, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031335.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000501
1    ISIC_0031335
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 9805, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031692.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007131
1    ISIC_0031692
2           akiec
3           histo
4            60.0
5            male
6            back
Name: 9806, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032203.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005954
1       ISIC_0032203
2              akiec
3              histo
4               60.0
5             female
6    lower extremity
Name: 9807, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029371.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005264
1    ISIC_0029371
2           akiec
3           histo
4            45.0
5            male
6            back
Name: 9813, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031659.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005264
1    ISIC_0031659
2           akiec
3           histo
4            45.0
5            male
6            back
Name: 9814, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030707.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0001890
1       ISIC_0030707
2              akiec
3              histo
4               80.0
5             female
6    upper extremity
Name: 9816, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031211.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004563
1       ISIC_0031211
2              akiec
3              histo
4               75.0
5               male
6    lower extremity
Name: 9817, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030953.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005924
1       ISIC_0030953
2              akiec
3              histo
4               80.0
5             female
6    upper extremity
Name: 9819, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030821.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006604
1    ISIC_0030821
2           akiec
3           histo
4            75.0
5            male
6            neck
Name: 9821, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031292.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007008
1    ISIC_0031292
2           akiec
3           histo
4            60.0
5            male
6            hand
Name: 9822, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031570.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001178
1    ISIC_0031570
2           akiec
3           histo
4            70.0
5          female
6            back
Name: 9827, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032277.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001624
1    ISIC_0032277
2           akiec
3           histo
4            85.0
5            male
6           scalp
Name: 9833, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033494.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002615
1    ISIC_0033494
2           akiec
3           histo
4            70.0
5            male
6           scalp
Name: 9837, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032371.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006483
1       ISIC_0032371
2              akiec
3              histo
4               75.0
5               male
6    upper extremity
Name: 9840, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029610.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005459
1       ISIC_0029610
2              akiec
3              histo
4               85.0
5               male
6    upper extremity
Name: 9841, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033413.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002615
1    ISIC_0033413
2           akiec
3           histo
4            70.0
5            male
6           scalp
Name: 9842, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030785.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004609
1    ISIC_0030785
2           akiec
3           histo
4            75.0
5            male
6            back
Name: 9843, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029840.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004809
1    ISIC_0029840
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 9844, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030143.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005978
1    ISIC_0030143
2           akiec
3           histo
4            65.0
5          female
6            face
Name: 9846, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032154.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002307
1    ISIC_0032154
2           akiec
3           histo
4            75.0
5            male
6           chest
Name: 9848, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032356.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000982
1       ISIC_0032356
2              akiec
3              histo
4               60.0
5               male
6    lower extremity
Name: 9850, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029567.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000954
1       ISIC_0029567
2              akiec
3              histo
4               70.0
5               male
6    lower extremity
Name: 9852, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030387.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005650
1       ISIC_0030387
2              akiec
3              histo
4               65.0
5               male
6    lower extremity
Name: 9854, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031381.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002441
1    ISIC_0031381
2           akiec
3           histo
4            80.0
5            male
6           scalp
Name: 9855, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029851.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000769
1       ISIC_0029851
2              akiec
3              histo
4               80.0
5               male
6    lower extremity
Name: 9856, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029573.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006879
1       ISIC_0029573
2              akiec
3              histo
4               70.0
5               male
6    lower extremity
Name: 9862, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030280.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003633
1       ISIC_0030280
2              akiec
3              histo
4               70.0
5               male
6    upper extremity
Name: 9864, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031578.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003157
1       ISIC_0031578
2              akiec
3              histo
4               65.0
5               male
6    upper extremity
Name: 9865, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032397.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005459
1       ISIC_0032397
2              akiec
3              histo
4               85.0
5               male
6    upper extremity
Name: 9866, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030245.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004780
1       ISIC_0030245
2              akiec
3              histo
4               75.0
5               male
6    lower extremity
Name: 9867, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030487.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000688
1       ISIC_0030487
2              akiec
3              histo
4               75.0
5               male
6    lower extremity
Name: 9869, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032238.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000688
1       ISIC_0032238
2              akiec
3              histo
4               75.0
5               male
6    lower extremity
Name: 9870, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031672.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004439
1    ISIC_0031672
2           akiec
3           histo
4            55.0
5          female
6            face
Name: 9871, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030986.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004439
1    ISIC_0030986
2           akiec
3           histo
4            55.0
5          female
6            face
Name: 9872, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031431.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004439
1    ISIC_0031431
2           akiec
3           histo
4            55.0
5          female
6            face
Name: 9873, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029598.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003401
1    ISIC_0029598
2           akiec
3           histo
4            55.0
5            male
6            face
Name: 9877, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029781.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002646
1    ISIC_0029781
2           akiec
3           histo
4            75.0
5            male
6            face
Name: 9879, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032897.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000462
1       ISIC_0032897
2              akiec
3              histo
4               60.0
5             female
6    lower extremity
Name: 9883, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030730.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004592
1    ISIC_0030730
2           akiec
3           histo
4            60.0
5          female
6            face
Name: 9887, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030549.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0002094
1       ISIC_0030549
2              akiec
3              histo
4               50.0
5               male
6    upper extremity
Name: 9888, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032014.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007349
1    ISIC_0032014
2           akiec
3           histo
4            60.0
5            male
6            back
Name: 9892, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029462.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007349
1    ISIC_0029462
2           akiec
3           histo
4            60.0
5            male
6            back
Name: 9894, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031421.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0004976
1       ISIC_0031421
2              akiec
3              histo
4               80.0
5             female
6    upper extremity
Name: 9896, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030591.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000005
1       ISIC_0030591
2              akiec
3              histo
4               75.0
5             female
6    lower extremity
Name: 9900, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029638.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000005
1       ISIC_0029638
2              akiec
3              histo
4               75.0
5             female
6    lower extremity
Name: 9902, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031286.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000909
1       ISIC_0031286
2              akiec
3              histo
4               55.0
5               male
6    lower extremity
Name: 9913, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030158.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005255
1       ISIC_0030158
2              akiec
3              histo
4               55.0
5               male
6    upper extremity
Name: 9914, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029900.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005551
1    ISIC_0029900
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 9915, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029549.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005718
1    ISIC_0029549
2           akiec
3           histo
4            70.0
5            male
6            back
Name: 9916, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033000.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006442
1    ISIC_0033000
2           akiec
3           histo
4            70.0
5            male
6            hand
Name: 9920, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033295.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006442
1    ISIC_0033295
2           akiec
3           histo
4            70.0
5            male
6            hand
Name: 9921, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031228.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006524
1    ISIC_0031228
2           akiec
3           histo
4            65.0
5            male
6             ear
Name: 9922, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030142.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0006434
1       ISIC_0030142
2              akiec
3              histo
4               60.0
5               male
6    lower extremity
Name: 9925, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031823.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006301
1    ISIC_0031823
2           akiec
3           histo
4            75.0
5            male
6            neck
Name: 9928, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029460.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000545
1    ISIC_0029460
2           akiec
3           histo
4            70.0
5            male
6            face
Name: 9934, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030844.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0003107
1       ISIC_0030844
2              akiec
3              histo
4               80.0
5             female
6    upper extremity
Name: 9935, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031993.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006887
1    ISIC_0031993
2           akiec
3           histo
4            45.0
5            male
6            face
Name: 9936, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029500.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006887
1    ISIC_0029500
2           akiec
3           histo
4            45.0
5            male
6            face
Name: 9937, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032404.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007038
1    ISIC_0032404
2           akiec
3           histo
4            70.0
5            male
6            face
Name: 9938, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031927.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001277
1    ISIC_0031927
2           akiec
3           histo
4            75.0
5            male
6           chest
Name: 9940, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030344.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007199
1    ISIC_0030344
2           akiec
3           histo
4            55.0
5          female
6            face
Name: 9944, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032135.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003144
1    ISIC_0032135
2           akiec
3           histo
4            65.0
5          female
6            face
Name: 9957, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030463.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004655
1    ISIC_0030463
2           akiec
3           histo
4            70.0
5          female
6            face
Name: 9960, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029827.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002699
1    ISIC_0029827
2           akiec
3           histo
4            60.0
5            male
6            back
Name: 9961, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032206.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001302
1    ISIC_0032206
2           akiec
3           histo
4            50.0
5            male
6            neck
Name: 9966, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032199.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000361
1    ISIC_0032199
2           akiec
3           histo
4            60.0
5          female
6            face
Name: 9967, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033869.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0000462
1       ISIC_0033869
2              akiec
3              histo
4               60.0
5             female
6    lower extremity
Name: 9968, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030825.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004060
1    ISIC_0030825
2           akiec
3           histo
4            40.0
5            male
6            face
Name: 9970, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029713.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006036
1    ISIC_0029713
2           akiec
3           histo
4            85.0
5            male
6            back
Name: 9971, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033866.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000239
1    ISIC_0033866
2           akiec
3           histo
4            80.0
5            male
6            face
Name: 9973, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030036.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0007008
1    ISIC_0030036
2           akiec
3           histo
4            60.0
5            male
6            hand
Name: 9974, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031506.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006902
1    ISIC_0031506
2           akiec
3           histo
4            70.0
5            male
6            hand
Name: 9978, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029830.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006024
1    ISIC_0029830
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 9985, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031108.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004809
1    ISIC_0031108
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 9988, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030133.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001152
1    ISIC_0030133
2           akiec
3           histo
4            65.0
5            male
6            face
Name: 9992, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033811.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004282
1    ISIC_0033811
2           akiec
3           histo
4            65.0
5          female
6            face
Name: 9993, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030877.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000193
1    ISIC_0030877
2           akiec
3           histo
4            60.0
5          female
6            face
Name: 9995, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033358.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004282
1    ISIC_0033358
2           akiec
3           histo
4            65.0
5          female
6            face
Name: 9999, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0030655.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000356
1    ISIC_0030655
2           akiec
3           histo
4            60.0
5          female
6            face
Name: 10000, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033151.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0004282
1    ISIC_0033151
2           akiec
3           histo
4            65.0
5          female
6            face
Name: 10001, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031922.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000020
1    ISIC_0031922
2           akiec
3           histo
4            60.0
5          female
6            face
Name: 10002, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032947.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0006442
1    ISIC_0032947
2           akiec
3           histo
4            70.0
5            male
6            hand
Name: 10003, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0029309.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0005579
1    ISIC_0029309
2           akiec
3           histo
4            80.0
5            male
6            face
Name: 10005, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033705.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0001576
1    ISIC_0033705
2           akiec
3           histo
4            60.0
5            male
6            face
Name: 10009, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0031430.dib' is not existed in the directory, so we skip to create an dataset item according to 0        HAM_0005705
1       ISIC_0031430
2              akiec
3              histo
4               75.0
5             female
6    lower extremity
Name: 10010, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033084.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002867
1    ISIC_0033084
2           akiec
3           histo
4            40.0
5            male
6         abdomen
Name: 10011, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033550.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002867
1    ISIC_0033550
2           akiec
3           histo
4            40.0
5            male
6         abdomen
Name: 10012, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0033536.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0002867
1    ISIC_0033536
2           akiec
3           histo
4            40.0
5            male
6         abdomen
Name: 10013, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032854.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0000239
1    ISIC_0032854
2           akiec
3           histo
4            80.0
5            male
6            face
Name: 10014, dtype: object.
  warnings.warn(
/home/wonjulee/datumaro/src/datumaro/plugins/data_formats/kaggle/base.py:83: UserWarning: './skin-cancer-mnist-ham10000/ham10000_images_part_1/ISIC_0032258.dib' is not existed in the directory, so we skip to create an dataset item according to 0     HAM_0003521
1    ISIC_0032258
2             mel
3           histo
4            70.0
5          female
6            back
Name: 10015, dtype: object.
  warnings.warn(
Dataset
        size=5000
        source_path=./skin-cancer-mnist-ham10000/ham10000_images_part_1
        media_type=<class 'datumaro.components.media.Image'>
        annotated_items_count=5000
        annotations_count=5000
subsets
        default: # of items=5000, # of annotated items=5000, # of annotations=5000, annotation types=['label']
infos
        categories
        label: ['bkl', 'nv', 'df', 'mel', 'vasc', 'bcc', 'akiec']

Concluding Remarks#

We are still increasing the coverage rate of Kaggle datasets with the aid of Datumaro importers.

Currently, the coverage rate is 80% for top-100 most voted Image datasets.

Please enjoy the arguments for importing various Kaggle datasets below.

[4]:
datasets = [
    {
        "path": "./paultimothymooney/chest-xray-pneumonia/chest_xray",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./moltean/fruits/fruits-360_dataset/fruits-360/Training", "format": "imagenet"},
    {"path": "./zalando-research/fashionmnist", "format": "mnist_csv"},
    {"path": "./alxmamaev/flowers-recognition/flowers", "format": "imagenet"},
    {"path": "./muratkokludataset/rice-image-dataset/Rice_Image_Dataset", "format": "imagenet"},
    {
        "path": "./andrewmvd/face-mask-detection/images",
        "format": "kaggle_voc",
        "ann_path": "./andrewmvd/face-mask-detection/annotations",
    },
    {
        "path": "./kmader/skin-cancer-mnist-ham10000/ham10000_images_part_1",
        "format": "kaggle_image_csv",
        "ann_file": "./kmader/skin-cancer-mnist-ham10000/HAM10000_metadata.csv",
        "columns": {"media": "image_id", "label": "dx"},
    },
    {
        "path": "./muratkokludataset/pistachio-image-dataset/Pistachio_Image_Dataset/Pistachio_Image_Dataset",
        "format": "imagenet",
    },
    {
        "path": "./muratkokludataset/durum-wheat-dataset/Durum_Wheat_Dataset/Dataset2-Durum Wheat Video Images",
        "format": "imagenet",
    },
    {"path": "./puneet6060/intel-image-classification/seg_train/seg_train/", "format": "imagenet"},
    {
        "path": "./gpiosenka/100-bird-species",
        "format": "kaggle_image_csv",
        "ann_file": "./gpiosenka/100-bird-species/birds.csv",
        "columns": {"media": "filepaths", "label": "labels"},
    },
    {
        "path": "./meowmeowmeowmeowmeow/gtsrb-german-traffic-sign",
        "format": "kaggle_image_csv",
        "ann_file": "./meowmeowmeowmeowmeow/gtsrb-german-traffic-sign/Train.csv",
        "columns": {
            "media": "Path",
            "bbox": {
                "x1": "Roi.X1",
                "y1": "Roi.Y1",
                "x2": "Roi.X2",
                "y2": "Roi.Y2",
            },
            "label": "ClassId",
        },
    },
    {"path": "./ikarus777/best-artworks-of-all-time/images/images", "format": "imagenet"},
    {
        "path": "./crowww/a-large-scale-fish-dataset/Fish_Dataset/Fish_Dataset/Shrimp/Shrimp",
        "format": "kaggle_image_mask",
        "mask_path": "./crowww/a-large-scale-fish-dataset/Fish_Dataset/Fish_Dataset/Shrimp/Shrimp GT",
    },
    {"path": "./paultimothymooney/breast-histopathology-images/10253/", "format": "imagenet"},
    {
        "path": "./tawsifurrahman/covid19-radiography-database/COVID-19_Radiography_Dataset/COVID/images",
        "format": "kaggle_image_mask",
        "mask_path": "./tawsifurrahman/covid19-radiography-database/COVID-19_Radiography_Dataset/COVID/masks",
    },
    {
        "path": "./grassknoted/asl-alphabet/asl_alphabet_train/asl_alphabet_train",
        "format": "imagenet",
    },
    {
        "path": "./vipoooool/new-plant-diseases-dataset/new plant diseases dataset(augmented)/"
        + "New Plant Diseases Dataset(Augmented)",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./paultimothymooney/blood-cells/dataset-master/dataset-master/JPEGImages/",
        "format": "kaggle_voc",
        "ann_path": "./paultimothymooney/blood-cells/dataset-master/dataset-master/Annotations",
    },
    {"path": "./alessiocorrado99/animals10/raw-img", "format": "imagenet"},
    {"path": "./oddrationale/mnist-in-csv", "format": "mnist_csv"},
    {
        "path": "./sachinpatel21/az-handwritten-alphabets-in-csv-format/A_Z Handwritten Data",
        "format": "tabular",
    },
    {"path": "./gti-upm/leapgestrecog/leapGestRecog/00", "format": "imagenet"},
    {
        "path": "./paramaggarwal/fashion-product-images-dataset/fashion-dataset/images",
        "format": "kaggle_image_csv",
        "ann_file": "./paramaggarwal/fashion-product-images-dataset/fashion-dataset/styles.csv",
        "columns": {"media": "id", "label": "masterCategory"},
    },
    {
        "path": "./alexattia/the-simpsons-characters-dataset",
        "format": "kaggle_image_txt",
        "ann_file": "./alexattia/the-simpsons-characters-dataset/annotation.txt",
        "columns": {
            "media": 0,
            "bbox": {
                "x1": 1,
                "y1": 2,
                "width": 3,
                "height": 4,
            },
            "label": 5,
        },
    },
    {
        "path": "./paultimothymooney/kermany2018/oct2017/OCT2017 ",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./slothkong/10-monkey-species/training/training", "format": "imagenet"},
    {
        "path": "./tanlikesmath/diabetic-retinopathy-resized/resized_train/resized_train",
        "format": "kaggle_image_csv",
        "ann_file": "./tanlikesmath/diabetic-retinopathy-resized/trainLabels.csv",
        "columns": {"media": "image", "label": "level"},
    },
    {"path": "./jboysen/mri-and-alzheimers", "format": "tabular"},
    {
        "path": "./asdasdasasdas/garbage-classification/garbage classification/Garbage classification",
        "format": "imagenet",
    },
    {"path": "./prasunroy/natural-images/natural_images", "format": "imagenet"},
    {"path": "./shaunthesheep/microsoft-catsvsdogs-dataset/PetImages", "format": "imagenet"},
    {
        "path": "./kmader/rsna-bone-age/boneage-training-dataset/boneage-training-dataset",
        "format": "kaggle_image_csv",
        "ann_file": "./kmader/rsna-bone-age/boneage-training-dataset.csv",
        "columns": {"media": "id", "label": "boneage"},
    },
    {
        "path": "./techsash/waste-classification-data/dataset/DATASET",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./landlord/handwriting-recognition/train_v2",
        "format": "kaggle_image_csv",
        "ann_file": "./landlord/handwriting-recognition/written_name_train_v2.csv",
        "columns": {"media": "FILENAME", "label": "IDENTITY"},
    },
    {
        "path": "./andrewmvd/ocular-disease-recognition-odir5k/ODIR-5K/Training Images/",
        "format": "kaggle_image_csv",
        "ann_file": "./andrewmvd/ocular-disease-recognition-odir5k/full_df.csv",
        "columns": {"media": "filename", "label": "labels"},
    },
    {
        "path": "./xhlulu/140k-real-and-fake-faces/real_vs_fake/real-vs-fake",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./mbkinaci/fruit-images-for-object-detection/train_zip/train",
        "format": "kaggle_voc",
        "ann_path": "./mbkinaci/fruit-images-for-object-detection/train_zip/train",
    },
    {"path": "./masoudnickparvar/brain-tumor-mri-dataset", "format": "imagenet_with_subset_dirs"},
    {"path": "./fournierp/captcha-version-2-images/samples/samples", "format": "image_dir"},
    {"path": "./chrisfilo/fruit-recognition", "format": "imagenet"},
    {
        "path": "./andrewmvd/hard-hat-detection/images",
        "format": "kaggle_voc",
        "ann_path": "./andrewmvd/hard-hat-detection/annotations",
    },
    {"path": "./nipunarora8/age-gender-and-ethnicity-face-data-csv", "format": "tabular"},
    {
        "path": "./paramaggarwal/fashion-product-images-small/images",
        "format": "kaggle_image_csv",
        "ann_file": "./paramaggarwal/fashion-product-images-small/styles.csv",
        "columns": {"media": "id", "label": "masterCategory"},
    },
    {"path": "./kvpratama/pokemon-images-dataset/pokemon/pokemon", "format": "image_dir"},
    {
        "path": "./ravirajsinh45/real-life-industrial-dataset-of-casting-product/casting_512x512/casting_512x512",
        "format": "imagenet",
    },
    {"path": "./mohamedhanyyy/chest-ctscan-images/Data/", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./thedownhill/art-images-drawings-painting-sculpture-engraving/dataset/dataset_updated",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./ihelon/lego-minifigures-classification",
        "format": "kaggle_image_csv",
        "ann_file": "./ihelon/lego-minifigures-classification/index.csv",
        "columns": {"media": "path", "label": "class_id"},
    },
    {
        "path": "./kmader/finding-lungs-in-ct-data/2d_images/",
        "format": "kaggle_image_mask",
        "mask_path": "./kmader/finding-lungs-in-ct-data/2d_masks/",
    },
    {
        "path": "./aryashah2k/breast-ultrasound-images-dataset/Dataset_BUSI_with_GT/benign",
        "format": "kaggle_image_mask",
        "mask_path": "./aryashah2k/breast-ultrasound-images-dataset/Dataset_BUSI_with_GT/benign",
    },
    {"path": "./ruizgara/socofing/socofing/SOCOFing/Real", "format": "image_dir"},
    {
        "path": "./kritikseth/fruit-and-vegetable-image-recognition",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./jenny18/honey-bee-annotated-images/bee_imgs",
        "format": "kaggle_image_csv",
        "ann_file": "./jenny18/honey-bee-annotated-images/bee_data.csv",
        "columns": {"media": "file", "label": "health"},
    },
    {
        "path": "./iamsouravbanerjee/animal-image-dataset-90-different-animals/animals/animals",
        "format": "imagenet",
    },
    {
        "path": "./nih-chest-xrays/sample/sample/images",
        "format": "kaggle_image_csv",
        "ann_file": "./nih-chest-xrays/sample/sample/sample_labels.csv",
        "columns": {"media": "Image Index", "label": "Finding Labels"},
    },
    {"path": "./andrewmvd/animal-faces/afhq", "format": "imagenet_with_subset_dirs"},
    {"path": "./awsaf49/coco-2017-dataset/coco2017", "format": "mmdet_coco"},
    {
        "path": "./bulentsiyah/semantic-drone-dataset/dataset/semantic_drone_dataset/original_images",
        "format": "kaggle_image_mask",
        "mask_path": "./bulentsiyah/semantic-drone-dataset/dataset/semantic_drone_dataset/label_images_semantic",
        "labelmap_file": "./bulentsiyah/semantic-drone-dataset/class_dict_seg.csv",
    },
    {"path": "./plameneduardo/sarscov2-ctscan-dataset", "format": "imagenet"},
    {"path": "./dansbecker/cityscapes-image-pairs/cityscapes_data", "format": "image_dir"},
    {
        "path": "./dasmehdixtr/drone-dataset-uav/dataset_xml_format/dataset_xml_format",
        "format": "kaggle_voc",
        "ann_path": "./dasmehdixtr/drone-dataset-uav/dataset_xml_format/dataset_xml_format",
    },
    {
        "path": "./dasmehdixtr/drone-dataset-uav/drone_dataset_yolo/dataset_txt",
        "format": "kaggle_yolo",
        "ann_path": "./dasmehdixtr/drone-dataset-uav/drone_dataset_yolo/dataset_txt",
    },
    {
        "path": "./minhhuy2810/rice-diseases-image-dataset/LabelledRice/Labelled",
        "format": "imagenet",
    },
    {"path": "./anokas/kuzushiji", "format": "mnist"},
    {
        "path": "./olgabelitskaya/classification-of-handwritten-letters/letters",
        "format": "kaggle_image_csv",
        "ann_file": "./olgabelitskaya/classification-of-handwritten-letters/letters.csv",
        "columns": {"media": "file", "label": "letter"},
    },
    {"path": "./diyer22/retail-product-checkout-dataset/", "format": "imagenet_with_subset_dirs"},
    {"path": "./jangedoo/utkface-new/UTKFace", "format": "image_dir"},
    {"path": "./arnaud58/landscape-pictures", "format": "image_dir"},
    {"path": "./joosthazelzet/lego-brick-images/LEGO brick images v1", "format": "imagenet"},
    {
        "path": "./olgabelitskaya/flower-color-images/flower_images/flower_images",
        "format": "kaggle_image_csv",
        "ann_file": "./olgabelitskaya/flower-color-images/flower_images/flower_images/flower_labels.csv",
        "columns": {"media": "file", "label": "label"},
    },
    {"path": "./ananthu017/emotion-detection-fer", "format": "imagenet_with_subset_dirs"},
    {"path": "./jessicali9530/caltech256/256_ObjectCategories", "format": "imagenet"},
    {
        "path": "./gpiosenka/sports-classification",
        "format": "kaggle_image_csv",
        "ann_file": "./gpiosenka/sports-classification/sports.csv",
        "columns": {"media": "filepaths", "label": "labels"},
    },
    {"path": "./soumikrakshit/anime-faces", "format": "image_dir"},
    {
        "path": "./andrewmvd/leukemia-classification/C-NMC_Leukemia/training_data/fold_0",
        "format": "imagenet",
    },
    {
        "path": "./andrewmvd/lung-and-colon-cancer-histopathological-images/lung_colon_image_set/lung_image_sets",
        "format": "imagenet",
    },
    {"path": "./drgfreeman/rockpaperscissors/rps-cv-images", "format": "imagenet"},
    {"path": "./pankrzysiu/cifar10-python/cifar-10-batches-py", "format": "cifar"},
    {"path": "./koryakinp/chess-positions", "format": "image_dir"},
    {"path": "./nancyalaswad90/breast-cancer-dataset", "format": "tabular"},
    {"path": "./clorichel/boat-types-recognition", "format": "imagenet"},
    {"path": "./smeschke/four-shapes/shapes", "format": "imagenet"},
    {
        "path": "./andyczhao/covidx-cxr2/train",
        "format": "kaggle_image_txt",
        "ann_file": "./andyczhao/covidx-cxr2/train.txt",
        "columns": {"media": 1, "label": 2},
    },
    {
        "path": "./nodoubttome/skin-cancer9-classesisic/Skin cancer ISIC The International Skin Imaging Collaboration/",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./vencerlanz09/sea-animals-image-dataste", "format": "imagenet"},
    {
        "path": "./kmkarakaya/logos-bk-kfc-mcdonald-starbucks-subway-none/logos3",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./shubhamgoel27/dermnet", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./nikhilpandey360/chest-xray-masks-and-labels/data/Lung Segmentation/CXR_png",
        "format": "kaggle_image_mask",
        "mask_path": "./nikhilpandey360/chest-xray-masks-and-labels/data/Lung Segmentation",
    },
    {"path": "./vbookshelf/rice-leaf-diseases/rice_leaf_diseases", "format": "imagenet"},
    {
        "path": "./khoongweihao/covid19-xray-dataset-train-test-sets/xray_dataset_covid19/",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./hojjatk/mnist-dataset", "format": "mnist"},
    {"path": "./fatiimaezzahra/famous-iconic-women/output", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./bryanb/abstract-art-gallery/Abstract_gallery/Abstract_gallery",
        "format": "image_dir",
    },
    {
        "path": "./hasibalmuzdadid/shoe-vs-sandal-vs-boot-dataset-15k-images/Shoe vs Sandal vs Boot Dataset",
        "format": "imagenet",
    },
    {"path": "./ifigotin/imagenetmini-1000/imagenet-mini", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./sshikamaru/glaucoma-detection/Fundus_Train_Val_Data/Fundus_Scanes_Sorted/",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./andrewmvd/retinal-disease-classification/Training_Set/Training_Set/Training/",
        "format": "kaggle_image_csv",
        "ann_file": "./andrewmvd/retinal-disease-classification/Training_Set/Training_Set/RFMiD_Training_Labels.csv",
        "columns": {"media": "ID", "label": "Disease_Risk"},
    },
    {"path": "./tanlikesmath/the-oxfordiiit-pet-dataset/images", "format": "image_dir"},
    {
        "path": "./BengaliAI/numta/training-a",
        "format": "kaggle_image_csv",
        "ann_file": "./BengaliAI/numta/training-a.csv",
        "columns": {"media": "filename", "label": "digit"},
    },
    {"path": "./sayangoswami/reddit-memes-dataset/memes/memes", "format": "image_dir"},
    {"path": "./jehanbhathena/weather-dataset/dataset", "format": "imagenet"},
    {
        "path": "./kumaresanmanickavelu/lyft-udacity-challenge/dataa/dataA/CameraRGB",
        "format": "kaggle_image_mask",
        "mask_path": "./kumaresanmanickavelu/lyft-udacity-challenge/dataa/dataA/CameraSeg",
    },
    {"path": "./fedesoriano/cifar100", "format": "cifar"},
    {
        "path": "./andrewmvd/doom-crossing/animal_crossing/",
        "format": "kaggle_image_csv",
        "ann_file": "./andrewmvd/doom-crossing/animal_crossing_dataset.csv",
        "columns": {"media": "filename", "label": "total_awards_received"},
    },
    {"path": "./cactus3/basicshapes/shapes/", "format": "imagenet"},
    {
        "path": "./agrigorev/clothing-dataset-full/images_compressed",
        "format": "kaggle_image_csv",
        "ann_file": "./agrigorev/clothing-dataset-full/images.csv",
        "columns": {"media": "image", "label": "label"},
    },
    {"path": "./odins0n/ucf-crime-dataset/", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./hgunraj/covidxct/3A_images",
        "format": "kaggle_image_txt",
        "ann_file": "./hgunraj/covidxct/val_COVIDx_CT-3A.txt",
        "columns": {
            "media": 0,
            "bbox": {
                "x1": 2,
                "y1": 3,
                "x2": 4,
                "y2": 5,
            },
            "label": 1,
        },
    },
    {"path": "./mohamedhanyyy/chest-ctscan-images/Data/train", "format": "imagenet"},
    {"path": "./plameneduardo/sarscov2-ctscan-dataset", "format": "imagenet"},
    {
        "path": "./dhruvildave/english-handwritten-characters-dataset/",
        "format": "kaggle_image_csv",
        "ann_file": "./dhruvildave/english-handwritten-characters-dataset/english.csv",
        "columns": {"media": "image", "label": "label"},
    },
    {"path": "./tunguz/deep-solar-dataset", "format": "tabular"},
    {
        "path": "./maysee/mushrooms-classification-common-genuss-images/Mushrooms",
        "format": "imagenet",
    },
    {
        "path": "./sanikamal/horses-or-humans-dataset/horse-or-human/horse-or-human",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./misrakahmed/vegetable-image-dataset/Vegetable Images",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./ambarish/breakhis",
        "format": "kaggle_image_csv",
        "ann_file": "./ambarish/breakhis/Folds.csv",
        "columns": {"media": "filename", "label": "fold"},
    },
    {"path": "./aelchimminut/fruits262/Fruit-262", "format": "imagenet"},
    {"path": "./brsdincer/vehicle-detection-image-set/data", "format": "imagenet"},
    {
        "path": "./valentynsichkar/traffic-signs-dataset-in-yolo-format/ts/ts",
        "format": "kaggle_yolo",
        "ann_path": "./valentynsichkar/traffic-signs-dataset-in-yolo-format/ts/ts",
    },
    {
        "path": "./aalborguniversity/aau-rainsnow",
        "format": "kaggle_coco",
        "ann_file": "./aalborguniversity/aau-rainsnow/aauRainSnow-rgb.json",
    },
    {"path": "./kostastokis/simpsons-faces/cropped", "format": "image_dir"},
    {"path": "./sachinkumar413/alzheimer-mri-dataset/Dataset", "format": "imagenet"},
    {
        "path": "./mistag/arthropod-taxonomy-orders-object-detection-dataset/ArTaxOr",
        "format": "imagenet",
    },
    {"path": "./jessicali9530/stl10/train_images", "format": "image_dir"},
    {
        "path": "./vencerlanz09/pharmaceutical-drugs-and-vitamins-synthetic-images/"
        + "ImageClassesCombinedWithCOCOAnnotations/images_raw",
        "format": "kaggle_coco",
        "ann_file": "./vencerlanz09/pharmaceutical-drugs-and-vitamins-synthetic-images/"
        + "/ImageClassesCombinedWithCOCOAnnotations/coco_instances.json",
    },
    {"path": "./anshtanwar/pets-facial-expression-dataset", "format": "imagenet"},
    {
        "path": "./tunguz/1-million-fake-faces/1m_faces_00_01_02_03/1m_faces_00_01_02_03/1m_faces_00",
        "format": "image_dir",
    },
    {
        "path": "./gpiosenka/butterfly-images40-species",
        "format": "kaggle_image_csv",
        "ann_file": "./gpiosenka/butterfly-images40-species/butterflies and moths.csv",
        "columns": {"media": "filepaths", "label": "labels"},
    },
    {
        "path": "./meetnagadia/human-action-recognition-har-dataset/Human Action Recognition/train",
        "format": "kaggle_image_csv",
        "ann_file": "./meetnagadia/human-action-recognition-har-dataset/Human Action Recognition/Training_set.csv",
        "columns": {"media": "filename", "label": "label"},
    },
    {
        "path": "./antoreepjana/animals-detection-images-dataset",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./mahmoudreda55/satellite-image-classification/data", "format": "imagenet"},
    {"path": "./andrewmvd/medical-mnist", "format": "imagenet"},
    {"path": "./frabbisw/facial-age/face_age", "format": "imagenet"},
    {"path": "./odins0n/guie-custom-data/images_224", "format": "imagenet"},
    {
        "path": "./zippyz/cats-and-dogs-breeds-classification-oxford-dataset/images/images",
        "format": "kaggle_voc",
        "ann_path": "./zippyz/cats-and-dogs-breeds-classification-oxford-dataset/annotations/annotations/xmls",
    },
    {"path": "./muhammedtausif/best-selling-mobile-phones", "format": "tabular"},
    {
        "path": "./kneroma/tacotrashdataset/data",
        "format": "kaggle_image_csv",
        "ann_file": "./kneroma/tacotrashdataset/meta_df.csv",
        "columns": {
            "media": "img_file",
            "bbox": {
                "x1": "x",
                "y1": "y",
                "width": "width",
                "height": "height",
            },
            "label": "cat_name",
        },
    },
    {
        "path": "./vencerlanz09/bottle-synthetic-images-dataset/ImageClassesCombinedWithCOCOAnnotations/images_raw",
        "format": "kaggle_coco",
        "ann_file": "./vencerlanz09/bottle-synthetic-images-dataset/"
        + "ImageClassesCombinedWithCOCOAnnotations/coco_instances.json",
    },
    {
        "path": "./preetviradiya/brian-tumor-dataset/Brain Tumor Data Set/Brain Tumor Data Set/Brain Tumor",
        "format": "kaggle_image_csv",
        "ann_file": "./preetviradiya/brian-tumor-dataset/metadata.csv",
        "columns": {"media": "image", "label": "class"},
    },
    {
        "path": "./benjaminwarner/resized-2015-2019-blindness-detection-images/resized train 19",
        "format": "kaggle_image_csv",
        "ann_file": "./benjaminwarner/resized-2015-2019-blindness-detection-images/labels/trainLabels19.csv",
        "columns": {"media": "id_code", "label": "diagnosis"},
    },
    {"path": "./luisblanche/covidct", "format": "imagenet"},
    {"path": "./anujms/car-damage-detection/data1a/", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./iamsouravbanerjee/indian-actor-images-dataset/Bollywood Actor Images/Bollywood Actor Images",
        "format": "imagenet",
    },
    {"path": "./vikramtiwari/pix2pix-dataset/cityscapes/cityscapes/train", "format": "image_dir"},
    {"path": "./vencerlanz09/taco-dataset-yolo-format/", "format": "roboflow_yolo"},
    {
        "path": "./balraj98/deepglobe-road-extraction-dataset/train",
        "format": "kaggle_image_mask",
        "mask_path": "./balraj98/deepglobe-road-extraction-dataset/train",
    },
    {"path": "./kwentar/blur-dataset", "format": "imagenet"},
    {
        "path": "./vencerlanz09/plastic-paper-garbage-bag-synthetic-images/"
        + "ImageClassesCombinedWithCOCOAnnotations/images_raw",
        "format": "kaggle_coco",
        "ann_file": "./vencerlanz09/plastic-paper-garbage-bag-synthetic-images/"
        + "ImageClassesCombinedWithCOCOAnnotations/coco_instances.json",
    },
    {
        "path": "./utkarshsaxenadn/fast-food-classification-dataset/Fast Food Classification V2",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./robikscube/textocr-text-extraction-from-images-dataset/train_val_images/train_images",
        "format": "kaggle_image_csv",
        "ann_file": "./benjaminwarner/resized-2015-2019-blindness-detection-images/labels/trainLabels19.csv",
        "columns": {"media": "image_id", "bbox": "bbox"},
    },
    {
        "path": "./andrewmvd/helmet-detection/images",
        "format": "kaggle_voc",
        "ann_path": "./andrewmvd/helmet-detection/annotations/",
    },
    {
        "path": "./ashfakyeafi/road-vehicle-images-dataset/trafic_data/train/images",
        "format": "kaggle_yolo",
        "ann_path": "./ashfakyeafi/road-vehicle-images-dataset/trafic_data/train/labels",
    },
    {"path": "./mostafaabla/garbage-classification/garbage_classification", "format": "imagenet"},
    {
        "path": "./franciscoescobar/satellite-images-of-water-bodies/Water Bodies Dataset/Images",
        "format": "kaggle_image_mask",
        "mask_path": "./franciscoescobar/satellite-images-of-water-bodies/Water Bodies Dataset/Masks",
    },
    {"path": "./gavinarmstrong/open-sprayer-images/Docknet", "format": "imagenet_with_subset_dirs"},
    {"path": "./aaronyin/oneshotpokemon/kaggle-one-shot-pokemon/pokemon-a", "format": "image_dir"},
    {
        "path": "./arashnic/faces-age-detection-dataset/Train",
        "format": "kaggle_image_csv",
        "ann_file": "./arashnic/faces-age-detection-dataset/train.csv",
        "columns": {"media": "ID", "label": "Class"},
    },
    {"path": "./ayuraj/asl-dataset/asl_dataset", "format": "imagenet"},
    {
        "path": "./balabaskar/tom-and-jerry-image-classification/tom_and_jerry/tom_and_jerry",
        "format": "imagenet",
    },
    {
        "path": "./nafin59/monkeypox-skin-lesion-dataset/Original Images/Original Images",
        "format": "imagenet",
    },
    {"path": "./trolukovich/food11-image-dataset", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./mrgeislinger/asl-rgb-depth-fingerspelling-spelling-it-out/dataset5/A",
        "format": "imagenet",
    },
    {
        "path": "./balraj98/massachusetts-roads-dataset/tiff/test",
        "format": "kaggle_image_mask",
        "mask_path": "./balraj98/massachusetts-roads-dataset/tiff/test_labels",
    },
    {"path": "./kutaykutlu/forest-fire", "format": "imagenet"},
    {
        "path": "./sachinpatel21/pothole-image-dataset/pothole_image_data/Pothole_Image_Data",
        "format": "image_dir",
    },
    {
        "path": "./raddar/chest-xrays-indiana-university/images/images_normalized",
        "format": "kaggle_image_csv",
        "ann_file": "./raddar/chest-xrays-indiana-university/indiana_projections.csv",
        "columns": {"media": "filename", "label": "projection"},
    },
    {
        "path": "./ashfakyeafi/cat-dog-images-for-classification/cat_dog",
        "format": "kaggle_image_csv",
        "ann_file": "./ashfakyeafi/cat-dog-images-for-classification/cat_dog.csv",
        "columns": {"media": "image", "label": "labels"},
    },
    {
        "path": "./ashfakyeafi/cat-dog-images-for-classification/cat_dog",
        "format": "kaggle_image_csv",
        "ann_file": "./ashfakyeafi/cat-dog-images-for-classification/cat_dog.csv",
        "columns": {"media": "image", "label": "labels"},
    },
    {"path": "./meetnaren/goodreads-best-books/images/images", "format": "image_dir"},
    {"path": "./kondwani/eye-disease-dataset/Eye_diseases", "format": "imagenet"},
    {
        "path": "./niten19/face-shape-dataset/FaceShape Dataset",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./rishianand/devanagari-character-set/Images/Images", "format": "imagenet"},
    {"path": "./pkdarabi/cardetection", "format": "roboflow_yolo"},
    {
        "path": "./gpiosenka/cards-image-datasetclassification",
        "format": "kaggle_image_csv",
        "ann_file": "./gpiosenka/cards-image-datasetclassification/cards.csv",
        "columns": {"media": "filepaths", "label": "labels"},
    },
    {
        "path": "./piterfm/2022-ukraine-russia-war-equipment-losses-oryx/img_russia/img_russia",
        "format": "imagenet",
    },
    {
        "path": "./swaroopkml/cifar10-pngs-in-folders/cifar10/cifar10",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./tustunkok/synthetic-turkish-license-plates/license-plates", "format": "image_dir"},
    {
        "path": "./die9origephit/nike-adidas-and-converse-imaged",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./aniruddhsharma/structural-defects-network-concrete-crack-images/Pavements",
        "format": "imagenet",
    },
    {
        "path": "./andrewmvd/dog-and-cat-detection/images",
        "format": "kaggle_voc",
        "ann_path": "./andrewmvd/dog-and-cat-detection/annotations",
    },
    {
        "path": "./arpitjain007/game-of-deep-learning-ship-datasets/train/images",
        "format": "kaggle_image_csv",
        "ann_file": "./arpitjain007/game-of-deep-learning-ship-datasets/train/train.csv",
        "columns": {"media": "image", "label": "category"},
    },
    {
        "path": "./andrewmvd/tomato-detection/images",
        "format": "kaggle_voc",
        "ann_path": "./andrewmvd/tomato-detection/annotations",
    },
    {
        "path": "./sanikamal/rock-paper-scissors-dataset/Rock-Paper-Scissors",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./mdwaquarazam/agricultural-crops-image-classification/Agricultural-crops",
        "format": "imagenet",
    },
    {"path": "./akash2907/bird-species-classification/train_data/train_data", "format": "imagenet"},
    {
        "path": "./niteshfre/chessman-image-dataset/Chessman-image-dataset/Chess",
        "format": "imagenet",
    },
    {
        "path": "./niteshfre/chessman-image-dataset/Chessman-image-dataset/Chess",
        "format": "imagenet",
    },
    {"path": "./anshulmehtakaggl/chess-pieces-detection-images-dataset", "format": "imagenet"},
    {
        "path": "./usharengaraju/grassclover-dataset/biomass_data/train/images",
        "format": "kaggle_image_csv",
        "ann_file": "./usharengaraju/grassclover-dataset/biomass_data/train/biomass_train_data.csv",
        "columns": {"media": "image_file_name", "label": "label_type"},
    },
    {
        "path": "./farjanakabirsamanta/skin-cancer-dataset/Skin Cancer/Skin Cancer",
        "format": "kaggle_image_csv",
        "ann_file": "./farjanakabirsamanta/skin-cancer-dataset/HAM10000_metadata.csv",
        "columns": {"media": "image_id", "label": "dx"},
    },
    {"path": "./vaishnaviasonawane/indian-sign-language-dataset/data", "format": "imagenet"},
    {"path": "./l3llff/flowers/flowers", "format": "imagenet"},
    {"path": "./sharansmenon/animals141/dataset/dataset", "format": "imagenet"},
    {
        "path": "./balabaskar/wonders-of-the-world-image-classification/Wonders of World/Wonders of World",
        "format": "imagenet",
    },
    {"path": "./nancyalaswad90/us-airports", "format": "tabular"},
    {
        "path": "./wanderdust/skin-lesion-analysis-toward-melanoma-detection/skin-lesions",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./shashwatwork/knee-osteoarthritis-dataset-with-severity",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./sadhliroomyprime/spatial-vehicle-detection/images",
        "format": "kaggle_coco",
        "ann_file": "./sadhliroomyprime/spatial-vehicle-detection/COCO_Tokyo Japan.json",
    },
    {
        "path": "./sadhliroomyprime/spatial-vehicle-detection",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./linchundan/fundusimage1000/1000images", "format": "imagenet"},
    {
        "path": "./rashikrahmanpritom/plant-disease-recognition-dataset/Train/Train",
        "format": "imagenet",
    },
    {
        "path": "./ahemateja19bec1025/traffic-sign-dataset-classification/traffic_Data/DATA",
        "format": "imagenet",
    },
    {
        "path": "./maedemaftouni/large-covid19-ct-slice-dataset/curated_data/curated_data",
        "format": "imagenet",
    },
    {
        "path": "./lplenka/coco-car-damage-detection-dataset/train",
        "format": "kaggle_coco",
        "ann_file": "./lplenka/coco-car-damage-detection-dataset/train/COCO_train_annos.json",
    },
    {"path": "./rhtsingh/130k-images-512x512-universal-image-embeddings", "format": "imagenet"},
    {
        "path": "./anasmohammedtahir/covidqu/Lung Segmentation Data/Lung Segmentation Data/Train/COVID-19/images",
        "format": "kaggle_image_mask",
        "mask_path": "./anasmohammedtahir/covidqu/Lung Segmentation Data/"
        + "Lung Segmentation Data/Train/COVID-19/lung masks",
    },
    {"path": "./d4rklucif3r/cat-and-dogs/dataset/training_set/", "format": "imagenet"},
    {
        "path": "./vencerlanz09/shells-or-pebbles-an-image-classification-dataset",
        "format": "imagenet",
    },
    {
        "path": "./andrewmvd/drive-digital-retinal-images-for-vessel-extraction/DRIVE/training/images",
        "format": "kaggle_image_mask",
        "mask_path": "./andrewmvd/drive-digital-retinal-images-for-vessel-extraction/DRIVE/training/mask",
    },
    {
        "path": "./williamscott701/memotion-dataset-7k/memotion_dataset_7k/images",
        "format": "kaggle_image_csv",
        "ann_file": "./williamscott701/memotion-dataset-7k/memotion_dataset_7k/labels.csv",
        "columns": {"media": "image_name", "label": "overall_sentiment"},
    },
    {"path": "./gunavenkatdoddi/eye-diseases-classification/dataset", "format": "imagenet"},
    {
        "path": "./soumendraprasad/fifa-2022-all-players-image-dataset/Images/Images/Group B/England Players",
        "format": "imagenet",
    },
    {"path": "./karimabdulnabi/fruit-classification10-class/MY_data/train", "format": "imagenet"},
    {"path": "./akhiljethwa/blood-cancer-image-dataset/Blood_Cancer", "format": "image_dir"},
    {
        "path": "./pkdarabi/the-drug-name-detection-dataset/train/images",
        "format": "kaggle_yolo",
        "ann_path": "./pkdarabi/the-drug-name-detection-dataset/train/labels",
    },
    {"path": "./dionisiusdh/indonesian-batik-motifs", "format": "imagenet"},
    {"path": "./subinium/emojiimage-dataset/image", "format": "imagenet"},
    {
        "path": "./sadhliroomyprime/motorcycle-night-ride-semantic-segmentation/"
        + "www.acmeai.tech ODataset 1 - Motorcycle Night Ride Dataset/images",
        "format": "kaggle_coco",
        "ann_file": "./sadhliroomyprime/motorcycle-night-ride-semantic-segmentation/"
        + "www.acmeai.tech ODataset 1 - Motorcycle Night Ride Dataset/COCO_motorcycle (pixel).json",
    },
    {
        "path": "./nitishabharathi/scene-classification/train-scene classification/train",
        "format": "kaggle_image_csv",
        "ann_file": "./nitishabharathi/scene-classification/train-scene classification/train.csv",
        "columns": {"media": "image_name", "label": "label"},
    },
    {"path": "./harshalhonde/starbucks-reviews-dataset", "format": "tabular"},
    {"path": "./eliasdabbas/emoji-data-descriptions-codepoints", "format": "tabular"},
    {
        "path": "./lgmoneda/br-coins/COCO_labelme_classification/classification/coco/JPEGImages",
        "format": "kaggle_coco",
        "ann_file": "./lgmoneda/br-coins/COCO_labelme_classification/classification/coco/annotations.json",
    },
    {
        "path": "./preetviradiya/covid19-radiography-dataset/COVID-19_Radiography_Dataset/COVID-19_Radiography_Dataset",
        "format": "imagenet",
    },
    {
        "path": "./tapakah68/yandextoloka-water-meters-dataset/WaterMeters/images",
        "format": "kaggle_image_mask",
        "mask_path": "./tapakah68/yandextoloka-water-meters-dataset/WaterMeters/masks",
    },
    {"path": "./yusufberksardoan/traffic-detection-project", "format": "roboflow_yolo"},
    {
        "path": "./jtiptj/chest-xray-pneumoniacovid19tuberculosis",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./vijaykumar1799/face-mask-detection/Dataset", "format": "imagenet"},
    {"path": "./nancyalaswad90/trip-data-ford-go-bike", "format": "tabular"},
    {"path": "./alifrahman/covid19-chest-xray-image-dataset/dataset", "format": "imagenet"},
    {"path": "./vitaminc/cigarette-smoker-detection/data/data", "format": "imagenet"},
    {
        "path": "./tapakah68/segmentation-full-body-mads-dataset/"
        + "segmentation_full_body_mads_dataset_1192_img/segmentation_full_body_mads_dataset_1192_img/images",
        "format": "kaggle_image_mask",
        "mask_path": "./tapakah68/segmentation-full-body-mads-dataset/"
        + "segmentation_full_body_mads_dataset_1192_img/segmentation_full_body_mads_dataset_1192_img/masks",
    },
    {"path": "./mpwolke/cusersmarildownloadsdeadjpg", "format": "image_dir"},
    {"path": "./lsind18/gemstones-images", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./balabaskar/golden-foot-football-players-image-dataset/football_golden_foot/football_golden_foot",
        "format": "imagenet",
    },
    {
        "path": "./fantacher/neu-metal-surface-defects-data/NEU Metal Surface Defects Data",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./olgabelitskaya/style-color-images/style",
        "format": "kaggle_image_csv",
        "ann_file": "./olgabelitskaya/style-color-images/style/style.csv",
        "columns": {"media": "file", "label": "brand_name"},
    },
    {"path": "./salmaneunus/rock-classification/Dataset/Metamorphic", "format": "imagenet"},
    {"path": "./adhoppin/blood-cell-detection-datatset", "format": "roboflow_yolo"},
    {"path": "./carlosrunner/pizza-not-pizza/pizza_not_pizza", "format": "imagenet"},
    {"path": "./mpwolke/cusersmarildownloadsdeadjpg", "format": "image_dir"},
    {
        "path": "./maciejgronczynski/biggest-genderface-recognition-dataset/faces",
        "format": "imagenet",
    },
    {
        "path": "./balabaskar/cricket-legends-in-world-image-dataset/Cricket Legends/Cricket Legends",
        "format": "imagenet",
    },
    {
        "path": "./mksaad/wider-face-a-face-detection-benchmark/WIDER_train/WIDER_train/images",
        "format": "imagenet",
    },
    {
        "path": "./vencerlanz09/insect-village-synthetic-dataset/ImageClassesCombinedWithCOCOAnnotations/images_raw",
        "format": "kaggle_coco",
        "ann_file": "./vencerlanz09/insect-village-synthetic-dataset/"
        + "ImageClassesCombinedWithCOCOAnnotations/coco_instances.json",
    },
    {
        "path": "./balraj98/massachusetts-buildings-dataset/png/train",
        "format": "kaggle_image_mask",
        "mask_path": "./balraj98/massachusetts-buildings-dataset/png/train_labels",
    },
    {"path": "./wwymak/architecture-dataset/arcDataset", "format": "imagenet"},
    {"path": "./kmader/parkinsons-drawings/drawings/spiral", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./ivanfel/honey-bee-pollen/PollenDataset/images",
        "format": "kaggle_image_csv",
        "ann_file": "./ivanfel/honey-bee-pollen/PollenDataset/pollen_data.csv",
        "columns": {"media": "filename", "label": "pollen_carrying"},
    },
    {
        "path": "./birdy654/cifake-real-and-ai-generated-synthetic-images",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./theoviel/rsna-2023-abdominal-trauma-detection-pngs-18", "format": "image_dir"},
    {"path": "./coloradokb/dandelionimages/Images", "format": "imagenet"},
    {"path": "./ayanzadeh93/color-classification/ColorClassification", "format": "imagenet"},
    {"path": "./vijaygiitk/multiclass-weather-dataset/dataset", "format": "imagenet"},
    {"path": "./ashfakyeafi/glasses-classification-dataset", "format": "imagenet_with_subset_dirs"},
    {
        "path": "./samuelcortinhas/muffin-vs-chihuahua-image-classification",
        "format": "imagenet_with_subset_dirs",
    },
    {
        "path": "./subinium/highresolution-anime-face-dataset-512x512/portraits",
        "format": "image_dir",
    },
    {"path": "./edoardoba/fitness-exercises-with-animations", "format": "tabular"},
    {
        "path": "./vishesh1412/celebrity-face-image-dataset/Celebrity Faces Dataset",
        "format": "imagenet",
    },
    {
        "path": "./mcagriaksoy/amateur-unmanned-air-vehicle-detection-dataset/Database1/Database1",
        "format": "kaggle_yolo",
        "ann_path": "./mcagriaksoy/amateur-unmanned-air-vehicle-detection-dataset/Database1/Database1",
    },
    {
        "path": "./dataclusterlabs/fire-and-smoke-dataset/"
        + "Datacluster Fire and Smoke Sample/Datacluster Fire and Smoke Sample",
        "format": "kaggle_voc",
        "ann_path": "./dataclusterlabs/fire-and-smoke-dataset/Annotations/Annotations",
    },
    {
        "path": "./vencerlanz09/pharmaceutical-drugs-and-vitamins-dataset-v2/Capsure Dataset",
        "format": "imagenet_with_subset_dirs",
    },
    {"path": "./fernando2rad/brain-tumor-mri-images-44c", "format": "imagenet"},
    {
        "path": "./roydatascience/training-car/data",
        "format": "kaggle_image_csv",
        "ann_file": "./roydatascience/training-car/data/driving_log.csv",
        "columns": {"media": "center", "label": "brake"},
    },
    {"path": "./stoicstatic/face-recognition-dataset/Face Data/Face Dataset", "format": "imagenet"},
]

for kwargs in datasets:
    dataset = dm.Dataset.import_from(**kwargs)
265