Closed tonysy closed 5 years ago
stop_sign.n.01 is actually not a wordnet synset. Stop sign was added to maintain backward compatibility with COCO 80 categories.
We found wordnet to be helpful in constructing LVIS, but also somewhat limiting in a few quirky ways (e.g., in the case of stop sign). We didn't want to limit ourselves and therefore made some modifications (e.g., adding synsets, changing definitions). In the v1.0 release we may remove the synset information from the annotations file to prevent this from confusing people.
Thanks for your reply.
Hi, I use the nltk.wordnet to get the sysnet 'stop_sign.n.01', but get the following error:
would you like to give some solutions? which version of wordnet do you use? Thanks