donglai

Results 5 issues of donglai

The visualizer is still buggy.

enhancement

Hey Jan, I'm trying to get the 75 percentile for the affinity between two seg ids. However, during debugging, I found that with the default`InitWithMax=true`, the histogram will only have...

In line 47: why is it "range(N+1)"? if we pad "half" number of 0 in both ends, then it should be "range(tailLength)". in line 79: inline function "addToNormWindow" doesn't seem...

Hi @andersbll Really nice package. After "make && make install", I did "python setup.py install". But function "lrnorm_bc01" is missing in this "cuda-end" version installation. Did I miss anything during...

In deeppy/feedforward/convnet_layers.py, the bprop for the LRN layer should not be the direct copy from the previous layer. Reference: decaf https://github.com/UCB-ICSI-Vision-Group/decaf-release/blob/master/decaf/layers/cpp/local_response_normalization.cpp