naver-ai / dap-cl

Official code of "Generating Instance-level Prompts for Rehearsal-free Continual Learning (ICCV 2023)"
Other
40 stars 2 forks source link

Lack of 'ChestX', 'Pets' and 'ISIC' Dataset file #10

Open arctanxarc opened 5 months ago

arctanxarc commented 5 months ago

First of all, thank you very much for preprocessing several data set files into TFdataset format. After we downloaded and used the 'ChestX' and 'ISIC' dataset, we found that the number of samples in the data set seemed to be inconsistent with what was mentioned in your supplementary materials. Specifically, the following is the number of samples in the data set we counted. CIFAR-100: (50000, 10000) Pets: (3680, 3669) # ! not consistent with supplementary materials EuroSAT: (21600, 5400) RESISC45: (25200,6300) CropDiseases: (42826, 10692) ISIC: (2648, 662) #!both these two datasets are supposed have 10,000+ data samples ChestX: (5662, 1416) # ! both these two datasets are supposed have 10,000+ data samples Could you please check whether the tfdataset files of these two datasets have been uploaded completely?