Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HeavenDuke/DeepIC
/ functions
Functions
43 in github.com/HeavenDuke/DeepIC
⨍
Functions
43
◇
Types & classes
2
↓ 5 callers
Function
_bn_relu_conv
Helper to build a BN -> relu -> conv block. This is an improved scheme proposed in http://arxiv.org/pdf/1603.05027v2.pdf
models/ResSppNet.py:53
↓ 5 callers
Method
build
Builds a custom ResNet like architecture. Args: input_shape: The input shape in the form (nb_channels, nb_rows, nb_cols)
models/ResSppNet.py:192
↓ 5 callers
Function
construct_input_data
(path, with_masks = True, with_label = True)
utils/loader.py:7
↓ 3 callers
Function
_bn_relu
Helper to build a BN -> relu block
models/ResSppNet.py:26
↓ 2 callers
Function
_shortcut
Adds a shortcut between input and residual block and merges them with "sum"
models/ResSppNet.py:74
↓ 2 callers
Method
build_resnet_34
(input_shape, num_outputs, enhanced = False, withSift = False)
models/ResSppNet.py:286
↓ 1 callers
Function
_conv_bn_relu
Helper to build a conv -> BN -> relu block
models/ResSppNet.py:33
↓ 1 callers
Function
_get_block
(identifier)
models/ResSppNet.py:181
↓ 1 callers
Function
_handle_dim_ordering
()
models/ResSppNet.py:167
↓ 1 callers
Function
_residual_block
Builds a residual block with repeating bottleneck blocks.
models/ResSppNet.py:99
↓ 1 callers
Function
extractSIFT
(images, n_clusters = 100)
utils/preprocessor.py:15
↓ 1 callers
Function
imageSIFT
(img)
utils/preprocessor.py:8
↓ 1 callers
Function
removeBackground
(img1, img2)
utils/preprocessor.py:33
↓ 1 callers
Function
save_prediction
(ids, prediction, filename = None)
utils/writer.py:3
↓ 1 callers
Function
shuffle
(image, label, features = None)
utils/preprocessor.py:106
↓ 1 callers
Function
vectorize
(index)
utils/loader.py:9
Function
EnhancedHybridResSppNet
(class_num, enhanced_class_num)
models/HybridResSPPNet.py:8
Function
EnhancedNaiveLeNet
(class_num)
models/NaiveLeNet.py:33
Function
EnhancedNaiveSPPNet
(class_num, enhanced_class_num)
models/NaiveSPPNet.py:31
Function
InceptionBlockLayer
(input, filter_sizes = (32, 32))
layers/InceptionBlock.py:5
Function
NaiveLeNet
(class_num)
models/NaiveLeNet.py:6
Function
NaiveSPPNet
(class_num)
models/NaiveSPPNet.py:8
Method
__init__
(self, pool_list, **kwargs)
layers/SpatialPyramidPooling.py:24
Function
basic_block
Basic 3 X 3 convolution blocks for use on resnets with layers <= 34. Follows improved proposed scheme in http://arxiv.org/pdf/1603.05027v2.pdf
models/ResSppNet.py:115
Function
bottleneck
Bottleneck architecture for > 34 layer resnet. Follows improved proposed scheme in http://arxiv.org/pdf/1603.05027v2.pdf Returns: A f
models/ResSppNet.py:139
Method
build
(self, input_shape)
layers/SpatialPyramidPooling.py:35
Method
build_resnet_101
(input_shape, num_outputs, enhanced = False, withSift = False)
models/ResSppNet.py:294
Method
build_resnet_152
(input_shape, num_outputs, enhanced = False, withSift = False)
models/ResSppNet.py:298
Method
build_resnet_18
(input_shape, num_outputs, enhanced = False, withSift = False)
models/ResSppNet.py:282
Method
build_resnet_50
(input_shape, num_outputs, enhanced = False, withSift = False)
models/ResSppNet.py:290
Method
call
(self, x, mask=None)
layers/SpatialPyramidPooling.py:49
Method
compute_output_shape
(self, input_shape)
layers/SpatialPyramidPooling.py:41
Function
contrast
(image, alpha, beta)
utils/preprocessor.py:93
Function
f
(input)
models/ResSppNet.py:43
Function
flipImage
(image, flag)
utils/preprocessor.py:74
Method
get_config
(self)
layers/SpatialPyramidPooling.py:44
Function
group_data_by_label
(images, labels)
utils/preprocessor.py:123
Function
noise
(image, size)
utils/preprocessor.py:98
Function
resizeImages
(images, size = (64, 64))
utils/preprocessor.py:58
Function
rotateImage
(image, angle)
utils/preprocessor.py:62
Function
scale
(image, multiple, interpolation = None)
utils/preprocessor.py:78
Function
shift
(image, x, y)
utils/preprocessor.py:87
Function
zoom
(image, dsize, interpolation = None)
utils/preprocessor.py:83