bcmi / CaGNet-Zero-Shot-Semantic-Segmentation

Code for our ACMMM2020 paper "Context-aware Feature Generation for Zero-shot Semantic Segmentation".
233 stars 14 forks source link

Generate word vector #9

Closed dwangxxx closed 3 years ago

dwangxxx commented 4 years ago

Hello, I want to train my own dataset, how can I generate the word vector? Can you give me some reference? Thank you very much!!!

zhangxgu commented 4 years ago

Hi, @dwangxxx , you can obtain the word vectors by searching the label names in other pretrained wordvector metrix like word2vec, glove, fasttext and so on.

dwangxxx commented 4 years ago

Hi, @dwangxxx , you can obtain the word vectors by searching the label names in other pretrained wordvector metrix like word2vec, glove, fasttext and so on.

OK, Thank you!