dpp icon indicating copy to clipboard operation
dpp copied to clipboard

positive bias.py

Open zhengchaobing opened this issue 4 years ago • 1 comments

Hi, I'm confused about this code in positive bias.py,

First, why did you do x/xn before geting w, not the same as the one introduced in the paper.

Second, ID is the result of a box filter applied to the input followed by downsampling, which is subsequently smoothed by an  approximate 2D Gaussian filter,  but you only use a pooling replace it.

zhengchaobing avatar May 28 '20 00:05 zhengchaobing

dividing x by xn is just for numerical stability and does not change the value of the output result as it cancels out. for the DPP complete implementation look at DPP_asym_lite.lua in visinf _package.

farazsaeedan avatar Jun 02 '20 07:06 farazsaeedan