PyTorch Implementation for Our ECCV'24 Paper: "Online Zero-Shot Classification with CLIP"
- Python 3.9
- PyTorch 1.12
- CLIP
OnZeta with pre-trained ResNet-50
python main_online.py -a RN50 --data_path /path/to/imagenet
If you use the package in your research, please cite our paper:
@inproceedings{qian2024onzeta,
author = {Qi Qian and
Juhua Hu},
title = {Online Zero-Shot Classification with CLIP},
booktitle = {The 18th European Conference on Computer Vision, {ECCV} 2024},
year = {2024}
}