Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SonwYang/SLP-cropland-parcel-extraction
/ types & classes
Types & classes
30 in github.com/SonwYang/SLP-cropland-parcel-extraction
⨍
Functions
151
◇
Types & classes
30
↓ 12 callers
Class
DecoderBlockV2
models/unetresnet.py:43
↓ 5 callers
Class
ConvRelu
models/unetresnet.py:31
↓ 4 callers
Class
ConfigEval
config_eval.py:7
↓ 4 callers
Class
ListModule
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 callers
Class
SasDataset
dataset.py:39
↓ 3 callers
Class
HourGlass
Create a single hourglass
Nets.py:191
↓ 2 callers
Class
UNetResNet
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 callers
Class
Net_SHG
Create the stacked hourglass network
Nets.py:228
↓ 1 callers
Class
SOED3_V3
models/SOED.py:388
↓ 1 callers
Class
ToolDataset
Tool Dataset constructed using the PyTorch built-in functionalities
utils/toolbox.py:329
Class
BasicBlock
Residual block without bottleneck
Nets.py:48
Class
BottleNeck
Residual block with bottleneck, suggested by Kaiming He et al., CVPR 2016
Nets.py:91
Class
BottleneckPreact
Residual block with bottleneck, improvement suggested by Kaiming He et al., ECCV 2016
Nets.py:141
Class
ConvBlock
Simple Convolutional Block consisting of conv - bn - ReLU layers
Nets.py:16
Class
ConvRelu
models/SOED.py:29
Class
FReLU
r""" FReLU formulation. The funnel condition has a window size of kxk. (k=3 by default)
models/SOED.py:10
Class
Net_SHG2
Create the stacked hourglass network
Nets.py:329
Class
NpEncoder
PatchRefinement.py:232
Class
RandomHorizontalFlip
Horizontally flip the given image and ground truth randomly with a probability of 0.5.
utils/toolbox.py:474
Class
SOED2_act
models/SOED.py:147
Class
SOED2_gaussian_centerline
models/SOED.py:223
Class
SOED3_Multi_class
models/SOED.py:658
Class
SOED3_V2
models/SOED.py:301
Class
SOED3_V4
models/SOED.py:477
Class
SOED3_V5
models/SOED.py:567
Class
SOED3_act
models/SOED.py:62
Class
ScaleNRotate
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
Class
ToTensor
Convert ndarrays in sample to Tensors.
utils/toolbox.py:490
Class
UNetResNet2
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
Class
normalize
utils/toolbox.py:526