dingjiansw101 / ZegFormer

Official code for "Decoupling Zero-Shot Semantic Segmentation"
Other
165 stars 5 forks source link

Confusion of parameters #21

Open Rows21 opened 4 months ago

Rows21 commented 4 months ago

What does bg_feature mean in the transformer_zeroshot_predictor.py file line 89, and why should it concat with cls_features?

dingjiansw101 commented 4 months ago

It should be the masks that do not overlap with ground truth above a threshold.