Closed cymqqqq closed 4 years ago
nn.Conv2d(256+2,256,kernel_size=3,stride=1,padding=1,bias=True),
why the in_channel = 256+2?
256 means the feature channel and 2 denotes the foreground & background probability maps.
thx
why the in_channel = 256+2?