yangxue0827 / R-DFPN_FPN_Tensorflow

R-DFPN: Rotation Dense Feature Pyramid Networks (Tensorflow)
http://www.mdpi.com/2072-4292/10/1/132
120 stars 47 forks source link

in rpn_conv2d_3x3, the kernel_size is 5. #9

Closed destinyzs closed 6 years ago

destinyzs commented 6 years ago

In build_rpn.py, the rpn_conv2d_3x3 layer's kernel_size = [5, 5]? andstride = 1,so the output size will be smaller i think. is there any problems? maybe what i thought is wrong, i am not skillful to tf. In the FPN paper, kernel size = 3, and the output size is the same as the input.