Yikai-Wang / ICI-FSL

This repository contains the code for Instance Credibility Inference (ICI).
82 stars 22 forks source link

split setting of miniImagenet #18

Closed Johnzhjw closed 2 years ago

Johnzhjw commented 2 years ago

miniImageNet_category_split_train_phase_train.pickle miniImageNet_category_split_val.pickle miniImageNet_category_split_test.pickle Cannot find these three files, how to find them?

Yikai-Wang commented 2 years ago

As we said in dataset preparation part, you can download it from the corresponding links.

Johnzhjw commented 2 years ago

I can only download the tieredImageNet dataset from BaiduNetDisk, while other the provided links to other datasets cannot be accessed. Please provide the BaiduNetDisk links. Thanks.

Johnzhjw commented 2 years ago

Excuse me, another question. In Table 2 of paper ``How to Trust Unlabeled Data? Instance Credibility Inference for Few-Shot Learning'', there are results of the proposed ICI with respect to the inductive, transductive and semi-supervised settings, how to run expreiments with the provided codes for different settings? Thanks.

Yikai-Wang commented 2 years ago

Sorry but we do not have permission to re-distribute these datasets. You may open an issue on their repo to request a BaiduNetDisk link.

For the running code of different settings, please check the readme.

Johnzhjw commented 2 years ago

Thank you very much.