Views
No views yet
| Name | Few-Shot | Base-to-Novel |
|---|---|---|
| BiomedCoOp | link | link |
1CUDA_VISIBLE_DEVICES=<GPU number> bash scripts/biomedcoop/eval_fewshot.sh <data directory> <dataset> <nb of shots>
2# Example on BTMRI using 16 shots and the BiomedCLIP model on GPU 0
3CUDA_VISIBLE_DEVICES=0 bash scripts/biomedcoop/eval_fewshot.sh data btmri 161CUDA_VISIBLE_DEVICES=<GPU number> bash scripts/biomedcoop/eval_base2new.sh <data directory> <dataset> <nb of shots>
2# Example on BTMRI using 16 shots and the BiomedCLIP model on GPU 0
3CUDA_VISIBLE_DEVICES=0 bash scripts/biomedcoop/eval_base2new.sh data btmri 161@article{koleilat2024biomedcoop,
2 title={BiomedCoOp: Learning to Prompt for Biomedical Vision-Language Models},
3 author={Koleilat, Taha and Asgariandehkordi, Hojat and Rivaz, Hassan and Xiao, Yiming},
4 journal={arXiv preprint arXiv:2411.15232},
5 year={2024}
6}