Visual-AI / PromptCCD

The official repository for ECCV2024 paper "PromptCCD: Learning Gaussian Mixture Prompt Pool for Continual Category Discovery"
https://visual-ai.github.io/promptccd/
13 stars 1 forks source link

imagenet 100 dataset is not available #3

Closed gangxu822 closed 2 weeks ago

gangxu822 commented 2 weeks ago

https://image-net.org/challenges/LSVRC/2012/index#introduction https://image-net.org/challenges/LSVRC/2012/signup image

fcendra commented 2 weeks ago

For the ImageNet 100 dataset, we use the official ImageNet (ILSVRC) 2012 datasets, which you can download from here.

To access the dataset, please follow these steps:

  1. Sign in or create an account: Make sure to use your institutional email. You will receive a confirmation email to verify your account.
  2. Download access: Once signed in and granted access, navigate to the ImageNet Large-scale Visual Recognition Challenge (ILSVRC) section and select the 2012 challenge.
  3. Select images: In the Images section, choose the Training images (Task 1 & 2) (~130 GB) and Test images (all tasks) (13 GB).
  4. Organize the files: Follow the directory structure instructions provided here.

I hope this helps! Let me know If you have any further questions.