junjiehe96 / FastInst

[CVPR2023] FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation
MIT License
175 stars 16 forks source link

Question about the experiment #24

Open xlim1996 opened 9 months ago

xlim1996 commented 9 months ago

In the paper, you mentioned the zero-initialized object query and the learnable object query in Table 2. IA-guided queries. Would you mind telling me how you implement the zero-initialized object query and the learnable object query?

Best regards, xiaolin

junjiehe96 commented 9 months ago

hi, zero-initialized object query means simply using zero embeddings as the initial queries and learnable object query means these embeddings are learnable.