Method__init__(self, in_channels=64, out_channels=64, kernel_size=3, stride=1, padding=1, bias=True, mode='CRC', reduction=1
models/basicblock.py:214
Method__init__(self, in_channels=64, out_channels=64, kernel_size=3, stride=1, padding=1, bias=True, mode='CRC', reduction=1
models/basicblock.py:233
Method__init__(self, nc=64, kernel_size=1, stride=1, padding=0, bias=True, act_mode='B', downsample=False, downsample_mode='
models/basicblock.py:391
Methodforward(self, x, FB, FBC, F2B, FBFy, alpha, sf)
models/network_usrnet_v1.py:183
Methodforward x: tensor, NxCxWxH k: tensor, Nx(1,3)xwxh sf: integer, 1 sigma: tensor, Nx1x1x1
models/network_usrnet_v1.py:237
Methodforward(self, x, FB, FBC, F2B, FBFy, alpha, sf)
models/network_usrnet.py:266
Methodforward x: tensor, NxCxWxH k: tensor, Nx(1,3)xwxh sf: integer, 1 sigma: tensor, Nx1x1x1
models/network_usrnet.py:319
Functiontensor2img Converts a torch Tensor into an image Numpy array of BGR channel order Input: 4D(B,(3/1),H,W), 3D(C,H,W), or 2D(H,W), any range, RGB channel
utils/utils_image.py:267