|
|
|
|
|
|
|
|
|
|
|
model:
|
|
arch: blip_caption
|
|
load_finetuned: True
|
|
|
|
pretrained: "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_capfilt_large.pth"
|
|
finetuned: "https://storage.googleapis.com/sfr-vision-language-research/LAVIS/models/BLIP/blip_coco_caption_base.pth"
|
|
|
|
|
|
vit_type: "base"
|
|
vit_grad_ckpt: False
|
|
vit_ckpt_layer: 0
|
|
|
|
image_size: 384
|
|
|
|
|
|
med_config_path: "configs/models/med_config.json"
|
|
|
|
|
|
prompt: "a picture of "
|
|
|
|
|
|
preprocess:
|
|
vis_processor:
|
|
train:
|
|
name: "blip_image_train"
|
|
eval:
|
|
name: "blip_image_eval"
|
|
text_processor:
|
|
train:
|
|
name: "blip_caption"
|
|
prompt: "a picture of "
|
|
eval:
|
|
name: "blip_caption"
|
|
|