isl-org / lang-seg

Language-Driven Semantic Segmentation
MIT License
691 stars 84 forks source link

question about the "other" class #30

Closed Dingry closed 1 year ago

Dingry commented 1 year ago

Hi, thanks for your great work. I noticed that you use "other" class to refer background or unknown classes in training. May I ask where is the corresponding processing code? Beside, do you encode the unseen (novel) classes as "other" in training procedures?

Boyiliee commented 1 year ago

Hi @Dingry,

Thanks for your interest in LSeg!

This is a great question and we are a little surprised that we didn't do any processing on the dataset. If the dataset contains 'other', then we will use it. Otherwise, we directly use the label provided in the selected dataset. No additional processing procedure is required.

Hope this helps.

Best, Boyi