CloserLookFewShot icon indicating copy to clipboard operation
CloserLookFewShot copied to clipboard

There is an error in the code that generates the json file in ./filelists/miniImagenet .

Open zzyzzu opened this issue 5 years ago • 6 comments

2019-08-08 10-54-40屏幕截图

zzyzzu avatar Aug 08 '19 02:08 zzyzzu

1.txt

zzyzzu avatar Aug 08 '19 05:08 zzyzzu

Did you use original ImageNet? Or did you download the miniImageNet in the link provided in #22 ? It seems that if I download the miniImagenet, then I encounter the same error as yours.

johnnyasd12 avatar Aug 14 '19 02:08 johnnyasd12

There are some minor problems in the program, you try 2.txt and replace the miniImagenet directory.

zzyzzu avatar Aug 14 '19 06:08 zzyzzu

2.txt

zzyzzu avatar Aug 14 '19 06:08 zzyzzu

I downloaded the miniImageNet from #22 too and getting the same issue.

shashank3959 avatar Aug 24 '19 22:08 shashank3959

for the above issue, if you downloaded the miniImagenet file from #29 and download the .csv from #22 , here is what I do: I modified the write_miniImagenet_filelist.py and write_cross_filelist.py, link here:

it seems the issue could be fixed by the above code.

note: should preprocess the downloaded miniImagenet by the GitHub repository given by #29 (run scripts/prepare_mini_imagenet.py), and then execute the modified python file above.

johnnyasd12 avatar Aug 25 '19 04:08 johnnyasd12