WenbinLee / DN4

Pytorch code of "Revisiting Local Descriptor based Image-to-Class Measure for Few-shot Learning", CVPR 2019.
Other
191 stars 43 forks source link

why you used --ravi #13

Closed KP1-cmd closed 4 years ago

KP1-cmd commented 4 years ago

When I Try to run your code i get this error File Not Found Error: [Errno 2] No such file or directory: '/Datasets/CubBirds--ravi/train.csv' what is ravi in that? why you used ravi ? only instead of miniImagenet i used cub-200**

(parser.add_argument('--dataset_dir', default='/Datasets/miniImageNet--ravi', help='/miniImageNet'))

Bryce1010 commented 4 years ago

What's the meaning of ravi? I changed the dataset path to my local data address, it worked fine.

WenbinLee commented 4 years ago

Hi KP1-cmd, you may need to change the dataset path according to your own dir when you use this code. The ravi means we use the splits of miniImageNet provided by (Ravi and Larochelle 2017). Thank you.

Thanks, Bryce1010.

KP1-cmd commented 4 years ago

Hi KP1-cmd, you may need to change the dataset path according to your own dir when you use this code. The ravi means we use the splits of miniImageNet provided by (Ravi and Larochelle 2017). Thank you.

Thanks, Bryce1010.

ok got it thank you ~