clovaai / embedding-expansion

Official MXNet implementation of "Embedding Expansion: Augmentation in Embedding Space for Deep Metric Learning" (CVPR 2020)
MIT License
76 stars 9 forks source link

Can you specify dataset description and structure? #1

Closed anjaeju closed 3 years ago

anjaeju commented 3 years ago

The description for 'Prepare Data' seems to be impossible right now.

Prepare Data
Download CARS196 dataset.
$ mkdir -p data/CARS_196
$ wget http://imagenet.stanford.edu/internal/car196/car_ims.tgz
$ tar -xvzf car_ims.tgz -C data/CARS_196

As the website is changed, when following the wget command, the error occurs.

--2021-10-08 17:15:46--  http://imagenet.stanford.edu/internal/car196/car_ims.tgz
Resolving imagenet.stanford.edu (imagenet.stanford.edu)... 171.64.68.16
Connecting to imagenet.stanford.edu (imagenet.stanford.edu)|171.64.68.16|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://image-net.org/internal/car196/car_ims.tgz [following]
--2021-10-08 17:15:46--  https://image-net.org/internal/car196/car_ims.tgz
Resolving image-net.org (image-net.org)... 171.64.68.16
Connecting to image-net.org (image-net.org)|171.64.68.16|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-08 17:15:47 ERROR 404: Not Found.

Even, I download the dataset manually, it is impossible to run main.py due to the lack of description for data structure.

Do you have any plan for doing them ?

  1. specifying the data structure
  2. fixing the code for the ease of training
geonm commented 3 years ago
anjaeju commented 3 years ago

Thank you for rapid reply.

Solved.