ChenhongyiYang / QueryDet-PyTorch

[CVPR 2022 Oral] QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection
MIT License
415 stars 46 forks source link

About the Location and Stage of Queryhead's Appearance #71

Open lyqich opened 1 year ago

lyqich commented 1 year ago

From a code perspective, sparse convolution operations only appear in test_ forward. Does this mean that the model only trains traditional classification and regression heads? And the process shown in Figure 1 in the paper only appears during the testing phase?

xuwanzhuang commented 5 months ago

在训练的时候,分类头,回归头,查询头一块训练的吧