MCPcopy Create free account

hub / github.com/CVBase-Bupt/EndtoEndCroppingSystem / functions

Functions27 in github.com/CVBase-Bupt/EndtoEndCroppingSystem

↓ 3 callersFunctionrecover_from_normalization_with_order
(w, h, bbox)
utils.py:25
↓ 1 callersMethodAELayer
(self, X, Y, stage='train')
models/model.py:170
↓ 1 callersMethodBuildModel
(self)
models/model.py:192
↓ 1 callersMethodBuildSaliencyModel
(self)
models/model.py:183
↓ 1 callersMethodDecodeLayer
(self, X)
models/model.py:119
↓ 1 callersMethodEncodeLayer
(self, input_tensor=None)
models/model.py:78
↓ 1 callersMethod__init__
(self, pool_size, num_rois, **kwargs)
models/RoiPoolingConv.py:26
↓ 1 callersFunctionadd_offset
(w, h, bbox, offset)
utils.py:4
↓ 1 callersMethodbinary
(self, sample)
models/model.py:34
↓ 1 callersMethodcal_salient_region
(self, sample)
models/model.py:37
↓ 1 callersFunctionget_shape
(img, w, h, scale, ratio)
demo.py:18
↓ 1 callersFunctionmain
(argv=None)
demo.py:106
↓ 1 callersFunctionnormalization
(w, h, bbox)
utils.py:35
↓ 1 callersFunctionrunn
(model, images)
demo.py:33
↓ 1 callersMethodset_model
(self)
models/config.py:28
Method__init__
(self)
models/config.py:4
Method__init__
(self, pool_size, num_rois, **kwargs)
models/RoiPoolingConv.py:159
Method__init__
(self, weights=None, gamma=3.0, pooling_regions=7, num_rois=1, theta=0.01, stage='train')
models/model.py:25
Methodbuild
(self, input_shape)
models/RoiPoolingConv.py:36
Methodbuild
(self, input_shape)
models/RoiPoolingConv.py:169
Methodcal_salient_regions
(self, samples)
models/model.py:71
Methodcal_salient_regions_output_shape
(self, input_shape)
models/model.py:75
Methodcall
(self, x, mask=None)
models/RoiPoolingConv.py:48
Methodcall
(self, x, mask=None)
models/RoiPoolingConv.py:181
Methodcompute_output_shape
(self, input_shape)
models/RoiPoolingConv.py:42
Methodcompute_output_shape
(self, input_shape)
models/RoiPoolingConv.py:175
Functionrecover_from_normalization
(w, h, bbox)
utils.py:30