MCPcopy Create free account

hub / github.com/HeZongyao/LMF / types & classes

Types & classes51 in github.com/HeZongyao/LMF

↓ 3 callersClassBasicBlock
models/arch_ciaosr/arch_csnln.py:17
↓ 2 callersClassContrasExtractorLayer
models/arch_ciaosr/arch_csnln.py:90
↓ 2 callersClassCrossScaleAttention
models/arch_ciaosr/arch_csnln.py:406
↓ 2 callersClassEDSR
models/edsr.py:94
↓ 2 callersClassImageFolder
datasets/image_folder.py:16
↓ 2 callersClassMeanShift
models/rcan.py:16
↓ 2 callersClassMeanShift
models/edsr.py:21
↓ 2 callersClassPatchEmbed
r""" Image to Patch Embedding Args: img_size (int): Image size. Default: 224. patch_size (int): Patch token size. Default: 4.
models/swinir.py:499
↓ 2 callersClassPatchUnEmbed
r""" Image to Patch Unembedding Args: img_size (int): Image size. Default: 224. patch_size (int): Patch token size. Default: 4.
models/swinir.py:542
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input re
models/swinir.py:353
↓ 1 callersClassCALayer
models/rcan.py:49
↓ 1 callersClassMlp
models/swinir.py:18
↓ 1 callersClassRCAB
models/rcan.py:69
↓ 1 callersClassRCAN
models/rcan.py:110
↓ 1 callersClassRDB
models/rdn.py:27
↓ 1 callersClassRDB_Conv
models/rdn.py:13
↓ 1 callersClassRDN
models/rdn.py:45
↓ 1 callersClassRSTB
Residual Swin Transformer Block (RSTB). Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input resolutio
models/swinir.py:423
↓ 1 callersClassResBlock
models/edsr.py:32
↓ 1 callersClassResidualGroup
models/rcan.py:92
↓ 1 callersClassSwinIR
r""" SwinIR A PyTorch impl of : `SwinIR: Image Restoration Using Swin Transformer`, based on Swin Transformer. Args: img_size (in
models/swinir.py:622
↓ 1 callersClassSwinTransformerBlock
r""" Swin Transformer Block. Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input resulotion.
models/swinir.py:168
↓ 1 callersClassUpsample
Upsample module. Args: scale (int): Scale factor. Supported scales: 2^n and 3. num_feat (int): Channel number of intermediate fea
models/swinir.py:576
↓ 1 callersClassUpsampleOneStep
UpsampleOneStep module (the difference with Upsample is that it always only has 1conv + 1pixelshuffle) Used in lightweight SR to save parameter
models/swinir.py:598
↓ 1 callersClassUpsampler
models/rcan.py:27
↓ 1 callersClassUpsampler
models/edsr.py:54
↓ 1 callersClassVGGFeatureExtractor
VGG network for feature extraction. In this implementation, we allow users to choose whether use normalization in the input feature and the t
models/arch_ciaosr/vgg_arch.py:59
↓ 1 callersClassWindowAttention
r""" Window based multi-head self attention (W-MSA) module with relative position bias. It supports both of shifted and non-shifted window. A
models/swinir.py:69
ClassAverager
utils.py:15
ClassCiaoSR
The subclasses should define `generator` with `encoder` and `imnet`, and overwrite the function `gen_feature`. If `encoder` does not
models/ciaosr.py:16
ClassContentExtractor
models/arch_ciaosr/arch_csnln.py:383
ClassContrasExtractorSep
models/arch_ciaosr/arch_csnln.py:125
ClassCorrespondenceFeatGenerationArch
models/arch_ciaosr/arch_csnln.py:249
ClassCorrespondenceGenerationArch
models/arch_ciaosr/arch_csnln.py:319
ClassLIIF
models/liif.py:17
ClassLMCiaoSR
models/lmciaosr.py:15
ClassLMLIIF
models/lmliif.py:14
ClassLMLTE
models/lmlte.py:15
ClassLMMLP
models/lmmlp.py:9
ClassLTE
models/lte.py:18
ClassLTEP
models/ltep.py:16
ClassMLP
models/mlp.py:7
ClassMetaSR
models/misc.py:16
ClassPairedImageFolders
datasets/image_folder.py:77
ClassPatchMerging
r""" Patch Merging Layer. Args: input_resolution (tuple[int]): Resolution of input feature. dim (int): Number of input channels.
models/swinir.py:304
ClassSRImplicitDownsampled
datasets/wrappers.py:155
ClassSRImplicitDownsampledFast
datasets/wrappers.py:227
ClassSRImplicitPaired
datasets/wrappers.py:16
ClassSRImplicitPairedFast
datasets/wrappers.py:81
ClassSRImplicitUniformVaried
datasets/wrappers.py:305
ClassTimer
utils.py:29