Closed Pixie8888 closed 1 year ago
Btw, initially, I tried different CLIP_ENSEMBLE_WEIGHT
for the demo, but looks like 0
works the best. This is because CLIP branch works much better with diverse classes, while MaskFormer branch may overfit with pre-defined 171 COCO classes. In demo setting, people usually try rare classes, so the CLIP only works best for demo.
Hi,
I try to run demo.py using model 'R101c + CLIP-ViT-B/16'. I modified the config file as:
I changed the CLIP_ENSEMBLE_WEIGHT to 0.5. The command is
But it gets error:
Is there anything wrong with my modification of config file? How can I solve it?