shenjianbing / PDB-ConvLSTM

Pyramid Dilated Deeper CoonvLSTM for Video Salient Object Detection
118 stars 27 forks source link

What is the kernel setting in concatenated results of each DB-ConvLSTM? #7

Closed mtroym closed 4 years ago

mtroym commented 5 years ago

You said the DB-ConvLSTM using a 32 channel filter with 1,2 dilations, kernel size of 3x3. And you must concatenate 2(fw, bw) outputs from each branch -> CAT [(B, T, 32, 60, 60),(B, T, 32, 60, 60), 2] = (B, T, 64, 60, 60). But you did not mention, how does it use another Conv Layer to filter the concatenated result. ie. Kernel sizes, dilations.