Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVBase-Bupt/EndtoEndCroppingSystem
/ functions
Functions
27 in github.com/CVBase-Bupt/EndtoEndCroppingSystem
⨍
Functions
27
◇
Types & classes
4
↓ 3 callers
Function
recover_from_normalization_with_order
(w, h, bbox)
utils.py:25
↓ 1 callers
Method
AELayer
(self, X, Y, stage='train')
models/model.py:170
↓ 1 callers
Method
BuildModel
(self)
models/model.py:192
↓ 1 callers
Method
BuildSaliencyModel
(self)
models/model.py:183
↓ 1 callers
Method
DecodeLayer
(self, X)
models/model.py:119
↓ 1 callers
Method
EncodeLayer
(self, input_tensor=None)
models/model.py:78
↓ 1 callers
Method
__init__
(self, pool_size, num_rois, **kwargs)
models/RoiPoolingConv.py:26
↓ 1 callers
Function
add_offset
(w, h, bbox, offset)
utils.py:4
↓ 1 callers
Method
binary
(self, sample)
models/model.py:34
↓ 1 callers
Method
cal_salient_region
(self, sample)
models/model.py:37
↓ 1 callers
Function
get_shape
(img, w, h, scale, ratio)
demo.py:18
↓ 1 callers
Function
main
(argv=None)
demo.py:106
↓ 1 callers
Function
normalization
(w, h, bbox)
utils.py:35
↓ 1 callers
Function
runn
(model, images)
demo.py:33
↓ 1 callers
Method
set_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
Method
build
(self, input_shape)
models/RoiPoolingConv.py:36
Method
build
(self, input_shape)
models/RoiPoolingConv.py:169
Method
cal_salient_regions
(self, samples)
models/model.py:71
Method
cal_salient_regions_output_shape
(self, input_shape)
models/model.py:75
Method
call
(self, x, mask=None)
models/RoiPoolingConv.py:48
Method
call
(self, x, mask=None)
models/RoiPoolingConv.py:181
Method
compute_output_shape
(self, input_shape)
models/RoiPoolingConv.py:42
Method
compute_output_shape
(self, input_shape)
models/RoiPoolingConv.py:175
Function
recover_from_normalization
(w, h, bbox)
utils.py:30