dpp icon indicating copy to clipboard operation
dpp copied to clipboard

Detail-Preserving Pooling in Deep Networks (CVPR 2018)

Results 10 dpp issues
Sort by recently updated
recently updated
newest added

Hi, Thanks very much for the pytorch version. However, the the lib tensor_comprehensions is not maintained and cannot be installed successfully. Do you have an version not using tensor_comprehensions? Looking...

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...

Hi! Thanks for the nice work. I'm quite confused about whether or not DPPs for ResNet-50 and ResNet-101 are inserted as pooling layers __after__ the bottleneck? That seems increase the...

Hi, I'm confused about this code in positive bias.py, why did you do x/xn before geting w, I can't see this in your paper, in which you did w =...

Hi , have you implement dpp in pytorch or tensorflow with mainscript Thanks for your kindly sharing!

I saw the pytorch implement dir in your repo, can you show us how to use it in pytorch? Thank you for your sharing!

Hi, I think your method in your paper really gets excellent results, so I try to use it in my research. But I am not familiar with torch. And finally...

=> Creating model from file: models/resnetdpp.lua | ResNet-110 CIFAR-10 DPP Symmetric Lite on board! DPP Symmetric Lite on board! => Training epoch # 1 /home/user2/torch/install/bin/luajit: /home/user2/torch/install/share/lua/5.1/nn/THNN.lua:110: wrong number of arguments...

I saw a pytorch implement dir in your repo, can you show us how to use it in pytorch?

Hello. Thanks for the paper and code. I have done some work about bilateral filter before and I am curious about the torch implementation of ```dpp``` using primitive block. However...