↓ 5 callersMethod__init__(self, in_dim=30, out_dim=30, dim=30, stage=2, num_blocks=[2,4,4])
package/agent_tools/Retinexformer/basicsr_retinexformer/models/archs/MST_Plus_Plus_arch.py:167
↓ 5 callersFunction_to_channel_first Args: x: (B, H, W, C) Returns: x: (B, C, H, W)
package/agent_tools/S2Former/UDR_S2Former.py:21
↓ 5 callersFunctionimfilterimfilter same as matlab. Args: input (tensor): (b, c, h, w) tensor to be filtered weight (tensor): (out_ch, in_ch, kh, kw) filter
dependences/IQA-PyTorch/pyiqa/matlab_utils/functions.py:46
↓ 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
package/agent_tools/Retinexformer/basicsr_retinexformer/metrics/metric_util.py:6
↓ 4 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
dependences/IQA-PyTorch/pyiqa/archs/maniqa_swin.py:12
↓ 4 callersMethod__init__(
self, dim, out_dim, input_resolution, depth, num_heads=4, head_dim=None,
window_size
dependences/IQA-PyTorch/pyiqa/archs/topiq_swin.py:436
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilate=False)
dependences/IQA-PyTorch/pyiqa/archs/ckdn_arch.py:223
↓ 4 callersFunctioncalculate_weights_indices(in_length, out_length, scale, kernel, kernel_width, antialiasing)
package/agent_tools/RIDCP/utils/utils_image.py:794
↓ 4 callersFunctioncalculate_weights_indices(in_length, out_length, scale, kernel, kernel_width, antialiasing)
package/agent_tools/SCUNet/utils/utils_image.py:791
↓ 4 callersMethodforward Args: pred (Tensor): of shape (N, C, H, W). Predicted tensor. target (Tensor): of shape (N, C, H, W). Ground truth te
package/agent_tools/RIDCP/basicsr_ridcp/losses/losses.py:61