valeoai / ZS3

Zero-Shot Semantic Segmentation
https://arxiv.org/pdf/1906.00817.pdf
Other
187 stars 26 forks source link

How can I reproduce the results for the baseline model described in experiments section? #12

Open free-bit opened 2 years ago

free-bit commented 2 years ago

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 which is said to replace the classification layer of DeepLabv3+ with a projection layer to project extracted visual features onto the semantic embedding space to perform cosine similarity in the projected space. In the paper, it is said that this baseline is based on the DeViSE for zero-shot image classification. Could you please point me to the location in the repository where this experiment is conducted? If this experiment is not available in this repository, could you please add the responsible code to replicate it?

Thank you in advance.