Attila94 / CIConv

Original code for "Zero-Shot Day-Night Domain Adaptation with a Physics Prior"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how w_resnet101 weights have been trained.

hassaanmahmood opened this issue · comments

Hi,
thanks for your code sharing. I am not clear what is the difference between w_resnet101 weights and resnet101 weights ?

thanks

ResNet101 is the baseline network, W-ResNet101 is the network with the color invariant layer. Both have been pre-trained on Imagenet separately.

Hope this helps!