GuoShi28/CBDNet

UNet Architecture

TouqeerAhmad opened this issue · 1 comments

Hi Guo Shi,

Can you please explain the UNet being used in CBDNet a little bit more. Few things are unclear from the description in the paper.

Example:-

  1. The original UNet paper uses max-pooling to reduce the size of the image, however it looks like in CBDNet it is done through convolution strides.
  2. Also it is unclear at what level the features are concatenated -- shouldn't that be shown by increasing the width of green and yellow rectangles in figure2 of the paper e.g. that is how it was shown in Fig1 of original UNet paper cited in CBDNet.
  3. Are the conv layers in UNet being padded -- otherwise the resolution would be different?

Since the model is in MatConvNet and not everyone has access to Matlab.

Thank you for your time!
Touqeer

Please ignore the above questions; I was able to load the .mat file in Python and get the answers for my questions.