DMRA icon indicating copy to clipboard operation
DMRA copied to clipboard

Code for ICCV 2019 paper. "Depth-induced Multi-scale Recurrent Attention Network for Saliency Detection". [RGB-D Salient Object Detection]

Results 5 DMRA issues
Sort by recently updated
recently updated
newest added

RuntimeError: The size of tensor a (150) must match the size of tensor b (152) at non-singleton dimension 3 how to solve it?

Hi Jiwei! Why you try a little bit more bigger learning rate in your training phase? Or You try some bigger lr like `lr = 3e-4` or `lr = 1e-6`,...

In your code you use "depth = np.array(depth, dtype=np.uint8)" to load your depth image, I was wondering maybe this is not okay. Because of the depth value is much bigger...

I found the depth size is 256x256 in DUT-RGBD-400*600, can you provide the original depth file (400x600)?