faceboxes icon indicating copy to clipboard operation
faceboxes copied to clipboard

CReLU and BatchNorm

Open yulizhou opened this issue 7 years ago • 3 comments

Hi, I'm reading the paper and curious about your implementation.

CReLU layer seems defined but not used. Instead, the code implements it again in the layer construction.

Also, the paper has a batch norm layer but it's not implemented.

What is the consideration for this implementation? Better performance?

Thanks

yulizhou avatar Mar 10 '18 01:03 yulizhou

Whichever way is ok about CReLU . With the bn layer, faceboxes should have better results, I just forget to add the batch norm layer, thanks

lxg2015 avatar Mar 10 '18 05:03 lxg2015

@yulizhou @lxg2015 Hi, I fix network design in this repo, little changes made better performance, such as conv to conv_bn_relu~

abeardear avatar Jul 20 '18 02:07 abeardear

@xiongzihua hi, I think the predict code is wrong.We can't resize the original image. See this repo , the output is closer to the paper.

XiaXuehai avatar Aug 23 '18 08:08 XiaXuehai