Semantic Segmentation Quality
Xuefei98 opened this issue · 1 comments
Xuefei98 commented
First of all, great work and thank you for open source all the code! I was trying to test the model using Pascal VOC 2010 Dataset but somehow the result does not look quite right. I wonder if it is something I should expect? the command is "python tools/test.py configs/maskclip/maskclip_vit16_520x520_pascal_context_59.py pretrain/ViT16_clip_backbone.pth --show-dir outp
ut/"
WJsebastian commented
I think the pretrained_weights' path config is missing in the config file, maybe adding the pre-trained weights' path could be of help.