chongzhou96 / MaskCLIP

Official PyTorch implementation of "Extract Free Dense Labels from CLIP" (ECCV 22 Oral)

Home Page:https://www.mmlab-ntu.com/project/maskclip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Segmentation Quality

Xuefei98 opened this issue · comments

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
Screenshot from 2023-07-25 12-48-00
ut/"

I think the pretrained_weights' path config is missing in the config file, maybe adding the pre-trained weights' path could be of help.