I have a question about vanilla clip result on PascalVOC20 (with background)
In paper, result show miou 16.2.
However, my reproduced result show 10.2 miou with under configuration.
Could you please share the experiment setting for vanila Clip result on PascalVOC20 with background?
Hello, thanks for your great work!
I have a question about vanilla clip result on PascalVOC20 (with background) In paper, result show miou 16.2. However, my reproduced result show 10.2 miou with under configuration.
Could you please share the experiment setting for vanila Clip result on PascalVOC20 with background?
base configurations
model = dict( type='ClearCLIPSegmentation', clip_type='CLIP', # 'CLIP', 'BLIP', 'OpenCLIP', 'MetaCLIP', 'ALIP' vit_type= 'ViT-B/16', # 'ViT-B/16', 'ViT-L-14' model_type='vanilla', # 'vanilla', 'MaskCLIP', 'GEM', 'SCLIP', 'ClearCLIP' ignore_residual=False, )