hpc-yekin
initial commit
92e0882
# Alpha-CLIP evaluation
## Zero-Shot Classification on ImageNet-S
1.prepare [imagenet-s](https://github.com/LUSSeg/ImageNet-S) dataset, only `validation` raw image is needed.
2.download [imagenet_919.json](https://download.openxlab.org.cn/models/SunzeY/AlphaCLIP/weight/imagenet_919.json) we provide as data annotation (generated from imagenet-s annotation). The folder should be structured like
```
β”œβ”€β”€ imagenet_s_zs_test
β”‚ β”œβ”€β”€ data
β”‚ β”‚ β”œβ”€β”€ imagenet_919.json
β”‚ β”‚ └── ImageNetS919
β”‚ β”‚ └── validation
```
3.run test script.
```
cd eval/imagenet_s_zs_test
python imagenet_s_zs_test.py
```