zylo117 / Yet-Another-EfficientDet-Pytorch

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
GNU Lesser General Public License v3.0
5.2k stars 1.27k forks source link

in bifpn,why there are some connections with weigh,while some are not #755

Open li-yun-peng opened 1 month ago

li-yun-peng commented 1 month ago

in bifpn. in add operation. why there are some connections with weigh,while some are not,will that make a difference in training? with p6_up = self.conv6_up(self.swish(weight[0] p6_in + weight[1] self.p6_upsample(p7_in))) without p7_up = self.conv7_up(self.swish(p7_in + self.p7_upsample(p8_in)))