microsoft/X-Decoder

Using all things/stuffs for inference

ffahmed opened this issue · 2 comments

I want to do inference for all possible things/stuffs XDecoder is trained on.
How do I construct the metadatacatalog (that would be used in inference), contain all these classes?

Please refer to here:

thing_classes = ['car','person','traffic light', 'truck', 'motorcycle']

I meant to say if we don't know what things and stuffs we want from a picture, I want to tell it to give me all possible things and stuffs in panoptic seg. How do I do it?