DengPingFan / SINet

Camouflaged Object Detection, CVPR 2020 (Oral)

Home Page:http://dpfan.net/Camouflage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bconv: conv + BN + relu, as follows. The definition of bconv means conv + BN + relu, but forward only uses conv + BN. I tested it a little, but it had little impact on the final result.

ycyinchao opened this issue · comments

Bconv: conv + BN + relu, as follows. The definition of bconv means conv + BN + relu, but forward only uses conv + BN. I tested it a little, but it had little impact on the final result.
image

relu初始化后实际上并未使用,可以直接删除掉