↓ 2 callersMethodencode_and_concatenate_masks_to_input(
self, x, mask, batch_size, revisits, height, width
)
ssr/archs/srcnn_arch.py:204
↓ 2 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
ssr/utils/metric_utils.py:3
↓ 2 callersFunctionstitch(chunks_dir, img_size, save_path, scale=4, grid_size=16, sentinel2=False)
ssr/utils/infer_utils.py:41
Method__init__(self, num_in_ch, num_out_ch, scale=4, num_feat=64, num_block=23, num_grow_ch=32)
ssr/archs/rrdbnet_arch.py:92