GlassyWu / AECR-Net

Contrastive Learning for Compact Single Image Dehazing, CVPR2021
339 stars 48 forks source link

The explanation in the paper is wrong. #10

Open kimjy1211 opened 3 years ago

kimjy1211 commented 3 years ago

In the line 98 of AECRNet.py

The authors define the DehazeBlock only once.

So all DehazeBlocks share parameters.

This is different from the description in the paper.

hrishikeshps94 commented 3 years ago

It seems like to adhere to the number of parameters(2.61M) shown in the paper weights should be shared or else it would be very high number nearly 8M. The description in the paper seems to be a bit misleading.