ZS3
ZS3 copied to clipboard
Zero-Shot Semantic Segmentation
Hello, I read your paper and checked the repository. However, I couldn't find the code which is responsible for training and evaluating the baseline model discussed in the experiments section...
In the folder, 'zs3/embeddings/pascal/w2c/norm_embed_arr_300.pkl' , how to generate?
The weights of the model trained on Pascal Context are missing : https://github.com/valeoai/ZS3/releases/download/0.2/deeplab_pascal_context_02_unseen_GMMN_GC_final.pth.tar More specifically the deeplabv3+ and GMMN with graph context weights in the case of 2 unseen classes....
Hi there, I tried training the model from scratch using train_context, and I got fair results (31%), but the train_context_GMMN model does not go higher than 17% pixel accuracy for...
Hi, I found the training and validation splits for pascal context are not provided on its website. Could someone please tell me where can I get them?
It seems the address (http://home.bharathh.info/pubs/codes/SBD/train_noval.txt) is invalid, so how can I get the corresponding dataset?