yinguobing / linglong

A human friendly implementation of TensorFlow face detection.
GNU General Public License v3.0
7 stars 1 forks source link

network.py文件 feature_pyramid方法 代码 有问题? #1

Open chenying99 opened 3 years ago

chenying99 commented 3 years ago

feature_pyramid方法 95行 代码 p_2 = conv_s2_3x3(x_2)

应该是 p_2 = conv_s2_3x3(p_2) 吧

yinguobing commented 3 years ago

感谢提issue,我需要时间核实,确认后给你回复。

yinguobing commented 3 years ago

@chenying99

感谢指出错误。第95行中的x_2应该是p_2才对!