muzairkhattak / multimodal-prompt-learning

[CVPR 2023] Official repository of paper titled "MaPLe: Multi-modal Prompt Learning".
https://muzairkhattak.github.io/multimodal-prompt-learning/
MIT License
578 stars 42 forks source link

Use of ImageNet #66

Closed dana-niu closed 1 month ago

dana-niu commented 2 months ago

Hello! I want to ask. After I download ImageNet2012, train/contains 1,000 folders like N01440764, N01443537, etc. Do I need any other processing? Or just decompress it all and use it directly?

muzairkhattak commented 2 months ago

Hi @dana-niu,

You need to have the imagenet folder as shown in the following format:


imagenet/
|–– images/
|   |–– train/ # contains 1,000 folders like n01440764, n01443537, etc.
|   |–– val/```

So I think your train folder looks great and it should work fine. 
dana-niu commented 2 months ago

I see. Thank you very much for your reply.

---- Replied Message ---- | From | Muhammad Uzair @.> | | Date | 05/09/2024 17:58 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [muzairkhattak/multimodal-prompt-learning] Use of ImageNet (Issue #66) |

Hi @dana-niu,

You need to have the imagenet folder as shown in the following format:

imagenet/ |–– images/ | |–– train/ # contains 1,000 folders like n01440764, n01443537, etc. | |–– val/```

So I think your train folder looks great and it should work fine.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>