mkocabas / CoordConv-pytorch

Pytorch implementation of CoordConv introduced in 'An intriguing failing of convolutional neural networks and the CoordConv solution' paper. (https://arxiv.org/pdf/1807.03247.pdf)
397 stars 50 forks source link

About the position of coord conv layers in the regression network? #15

Open AIprogrammer opened 4 years ago

AIprogrammer commented 4 years ago

Does anyone know where should we add the coord conv layers if we do regression task?

Bobo-y commented 3 years ago

@AIprogrammer " In order to re-duce the loss of efficiency as much as possible, we do notchange convolutional layers in backbone, and only replacethe 1x1 convolution layer in FPN and the first convolutionlayer in detection head with CoordCon" from pp-yolo paper.