WenbinLee / DN4

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

About preprocessing on Stanford_Cars #19

Closed WeixiangXu closed 1 year ago

WeixiangXu commented 1 year ago

Hi, thanks for your cool work. I have a question about Stanford_Cars.

I download all images of stanford_cars from https://ai.stanford.edu/~jkrause/cars/car_dataset.html. The download file is as: car_ims/000001.jpg, 000002.jpg, ..., 016185.jpg It seems that the provided StanforCar_prepare_csv.py does not handle on this file?

Is there any other preprocess on the downloaded car_ims? Thanks!

WenbinLee commented 1 year ago

Hi, thanks for your interest in our work.

Yes, we have provided a preprocess script for processing the data, and you can find them in /DN4/dataset/StanforCar_prepare_csv.py.

Thanks.

WeixiangXu commented 1 year ago

Thanks!