Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunpingQiu/benchmark-on-So2SatLCZ42-dataset-a-simple-tour
/ functions
Functions
19 in github.com/ChunpingQiu/benchmark-on-So2SatLCZ42-dataset-a-simple-tour
⨍
Functions
19
◇
Types & classes
1
↓ 5 callers
Function
resnet_layer
2D Convolution-Batch Normalization-Activation stack builder # Arguments inputs (tensor): input tensor from input image or previous layer
resnet.py:27
↓ 2 callers
Function
generator
(h5path, batchSize=32, num=None)
dataLoader.py:7
↓ 1 callers
Method
Bands2patches
(self, imgMat, upSampleR)
img2map/img2mapC4Lcz.py:47
↓ 1 callers
Method
__img2patch
(self, mat)
img2map/img2mapC4Lcz.py:156
↓ 1 callers
Function
coreBorne
(x, num_filters_in, num_res_blocks, attention_module)
resnet.py:71
↓ 1 callers
Method
createFileList
(self, fileD)
img2map/img2mapC4Lcz.py:138
↓ 1 callers
Method
file2prediction
(self, file, model)
img2map/img2mapC4Lcz.py:232
↓ 1 callers
Method
loadImgMat
(self, imgFile)
img2map/img2mapC4Lcz.py:92
↓ 1 callers
Function
predata4LCZ
(file, keyX, keyY)
evaluation.py:22
↓ 1 callers
Method
predic2tif_vector
(self, yPre0, R, C, prj, trans, mapFile, idxNan)
img2map/img2mapC4Lcz.py:187
↓ 1 callers
Method
predict_classes
(self, x)
img2map/img2mapC4Lcz.py:386
↓ 1 callers
Method
season2map
(self, files, model, proFile, mapFile)
img2map/img2mapC4Lcz.py:322
↓ 1 callers
Method
season2map_
(self, files, model, proFile)
img2map/img2mapC4Lcz.py:269
↓ 1 callers
Function
sen2LCZ_drop_core
(inputs, num_classes=17, bn=1, depth=5, dim=16, dropRate=0.1, fusion=0)
model.py:21
Method
__init__
(self, dim_x, dim_y, dim_z, step, Bands, scale, nanValu, dim_x_img, dim_y_img)
img2map/img2mapC4Lcz.py:21
Function
resnet_v2
ResNet Version 2 Model builder [b] Stacks of (1 x 1)-(3 x 3)-(1 x 1) BN-ReLU-Conv2D or also known as bottleneck layer First shortcut conn
resnet.py:130
Function
schedule
(epoch)
lr.py:11
Function
sen2LCZ_drop
# Arguments # Returns model (Model): Keras model instance
model.py:174
Function
step_decay_schedule
Wrapper function to create a LearningRateScheduler with step decay schedule.
lr.py:7