MCPcopy Create free account

hub / github.com/SonwYang/SLP-cropland-parcel-extraction / types & classes

Types & classes30 in github.com/SonwYang/SLP-cropland-parcel-extraction

↓ 12 callersClassDecoderBlockV2
models/unetresnet.py:43
↓ 5 callersClassConvRelu
models/unetresnet.py:31
↓ 4 callersClassConfigEval
config_eval.py:7
↓ 4 callersClassListModule
Allows the creation of lists of layers, which is not supported by PyTorch in general. Detailed discussion here: https://discuss.pytor
Nets.py:302
↓ 4 callersClassSasDataset
dataset.py:39
↓ 3 callersClassHourGlass
Create a single hourglass
Nets.py:191
↓ 2 callersClassUNetResNet
PyTorch U-Net model using ResNet(34, 101 or 152) encoder. UNet: https://arxiv.org/abs/1505.04597 ResNet: https://arxiv.org/abs/1512.03385
models/unetresnet.py:71
↓ 1 callersClassNet_SHG
Create the stacked hourglass network
Nets.py:228
↓ 1 callersClassSOED3_V3
models/SOED.py:388
↓ 1 callersClassToolDataset
Tool Dataset constructed using the PyTorch built-in functionalities
utils/toolbox.py:329
ClassBasicBlock
Residual block without bottleneck
Nets.py:48
ClassBottleNeck
Residual block with bottleneck, suggested by Kaiming He et al., CVPR 2016
Nets.py:91
ClassBottleneckPreact
Residual block with bottleneck, improvement suggested by Kaiming He et al., ECCV 2016
Nets.py:141
ClassConvBlock
Simple Convolutional Block consisting of conv - bn - ReLU layers
Nets.py:16
ClassConvRelu
models/SOED.py:29
ClassFReLU
r""" FReLU formulation. The funnel condition has a window size of kxk. (k=3 by default)
models/SOED.py:10
ClassNet_SHG2
Create the stacked hourglass network
Nets.py:329
ClassNpEncoder
PatchRefinement.py:232
ClassRandomHorizontalFlip
Horizontally flip the given image and ground truth randomly with a probability of 0.5.
utils/toolbox.py:474
ClassSOED2_act
models/SOED.py:147
ClassSOED2_gaussian_centerline
models/SOED.py:223
ClassSOED3_Multi_class
models/SOED.py:658
ClassSOED3_V2
models/SOED.py:301
ClassSOED3_V4
models/SOED.py:477
ClassSOED3_V5
models/SOED.py:567
ClassSOED3_act
models/SOED.py:62
ClassScaleNRotate
Scale (zoom-in, zoom-out) and Rotate the image and the ground truth. Args: maxRot (float): maximum rotation angle to be added maxS
utils/toolbox.py:443
ClassToTensor
Convert ndarrays in sample to Tensors.
utils/toolbox.py:490
ClassUNetResNet2
PyTorch U-Net model using ResNet(34, 101 or 152) encoder. UNet: https://arxiv.org/abs/1505.04597 ResNet: https://arxiv.org/abs/1512.03385
models/unetresnet.py:162
Classnormalize
utils/toolbox.py:526