对EfficientDet中加权融合方法的代码解读
谷歌大脑的《EfficientDet: Scalable and Efficient Object Detection》代码目前已经公布,代码链接:https://github.com/google/automl/tree/master/efficientdet接下来将对BiFPN中加权融合部分进行解析。对应代码入下: # Combine all nodes. dtype = n...
原创
2020-03-26 10:43:10 ·
1045 阅读 ·
0 评论