↓ 5 callersMethod__init__(self, in_dim=30, out_dim=30, dim=30, stage=2, num_blocks=[2,4,4])
basicsr/models/archs/MST_Plus_Plus_arch.py:167
↓ 5 callersFunctionreorder_imageReorder images to 'HWC' order. If the input_order is (h, w), return (h, w, 1); If the input_order is (c, h, w), return (h, w, c); If the
basicsr/metrics/metric_util.py:6
↓ 2 callersFunctionconv(in_channels, out_channels, kernel_size, bias=False, padding=1, stride=1)
basicsr/models/archs/RetinexFormer_arch.py:76
↓ 2 callersFunctionduf_downsampleDownsamping with Gaussian kernel used in the DUF official code. Args: x (Tensor): Frames to be downsampled, with shape (b, t, c, h, w).
basicsr/data/data_util.py:358
↓ 2 callersMethodnondist_validation(self, dataloader, current_iter, tb_logger,
save_img, rgb2bgr, use_image)
basicsr/models/image_restoration_model.py:243