Install packages for your virtual environment:
pip install -r requirements.txt
Set up API keys for openai (Non-Free GPT-4Vision API Usage) and google (for Free Gemini Vision API Usage) on terminal or .bashrc:
export OPENAI_API_KEY=<your key>
export GOOGLE_API_KEY=<your key>
- Download link: MVTecAD-Website
- Please put the dataset under the folder datasets/MVTecAD
Eval on Gemini
python main_gemini.py --dataset "datasets/MVTecAD/vlm_for_ad_dataset.json" --cache "./output/answer_genmini.json" --output "./output/answer_5.json" --google_api_key 'ADD_YOUR_GOOLE_API_HERE’ --prompt_template “./prompt_template/ad_prompt.txt”
Eval on GPT4-Vision
python main_gpt.py --dataset "datasets/MVTecAD/vlm_for_ad_dataset.json" --cache "./output/answer_gpt4v.json" --output "./output/answer_gpt4v.json" --openai_api_key ‘ADD_YOUR_OPENAI_API_HERE’ --prompt_template “./prompt_template/ad_prompt.txt”
Please cite our paper if you find this repo useful! 💛 💙 💛 💙
@article{xu2024custimizing,
title={Customizing Visual-Language Foundation Models for Multi-modal Anomaly Detection and Reasoning},
author={Xu, Xiaohao and Cao, Yunkang and Chen, Yongqi and Shen, Weiming and Huang, Xiaonan},
journal={arXiv preprint arXiv:2403.11083},
year={2024}
}
If you have any question about this project, please feel free to contact [email protected]