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

Could you please share your split csv files? #3

Closed zihangJiang closed 5 years ago

zihangJiang commented 5 years ago

Hi. I'm really interested in your work, and I notice that the "os.listdir(images_dir)" is not sorted, https://github.com/WenbinLee/DN4/blob/cb605fdf259549cb54ec51d09a53e7e762e7efa1/dataset/CubBird_prepare_csv.py#L32 so there might be some unexpected order here. Could you kindly share your csv files for verification? Thanks in advance.

WenbinLee commented 5 years ago

Thank you very much. Yes, it's very important for a fair verification. I have already uploaded the splits of these three fine-grained datasets.

Thanks.

zihangJiang commented 5 years ago

Thanks for your quick reply!