Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BADBADBADBOY/pytorch.ctpn
/ functions
Functions
477 in github.com/BADBADBADBOY/pytorch.ctpn
⨍
Functions
477
◇
Types & classes
46
Function
__pyx_f_5numpy_import_ufunc
utils/bbox/nms.c:6238
Function
__pyx_f_5numpy_import_ufunc
utils/bbox/bbox.c:5395
Function
__pyx_f_5numpy_import_umath
utils/bbox/nms.c:6109
Function
__pyx_f_5numpy_import_umath
utils/bbox/bbox.c:5266
Function
__pyx_f_5numpy_set_array_base
utils/bbox/nms.c:5857
Function
__pyx_f_5numpy_set_array_base
utils/bbox/bbox.c:5014
Function
__pyx_pw_3nms_1nms
utils/bbox/nms.c:1980
Function
__pyx_pw_3nms_3nms_new
utils/bbox/nms.c:2932
Function
__pyx_pw_4bbox_1bbox_overlaps
utils/bbox/bbox.c:1798
Function
__pyx_pw_4bbox_3bbox_intersections
utils/bbox/bbox.c:2495
Function
__pyx_pymod_create
utils/bbox/nms.c:6822
Function
__pyx_pymod_create
utils/bbox/bbox.c:5885
Function
_filter_irregular_boxes
Remove all boxes with any side smaller than min_size.
utils/rpn_msr/proposal_layer.py:160
Function
balanced_l1_loss
Balanced L1 Loss arXiv: https://arxiv.org/pdf/1904.02701.pdf (CVPR 2019)
models/loss.py:40
Function
default_evaluation_params
default_evaluation_params: Default parameters to use for the validation and evaluation.
cal_recall/script.py:9
Function
evaluate_method
Method evaluate_method: evaluate method and returns the results Results. Dictionary with the following values: - method (required
cal_recall/script.py:48
Method
forward
Compute classification loss and smooth l1 loss. Args: confidence (batch_size, num_anchors, num_classes): class predicti
models/loss.py:98
Method
forward
(self, pre_score, pre_reg, rpn_labels, rpn_bbox_targets, rpn_bbox_inside_weights, rpn_bbox_out
models/loss.py:171
Method
forward
(self,x)
models/xception.py:30
Method
forward
(self,inp)
models/xception.py:75
Method
forward
(self, input)
models/xception.py:174
Method
forward
(self, x)
models/squeezenet.py:29
Method
forward
(self, x)
models/squeezenet.py:93
Method
forward
(self, x)
models/mobilenet.py:76
Method
forward
(self, x)
models/mobilenet.py:166
Method
forward
(self, x)
models/mobilenet.py:171
Method
forward
(self, x)
models/mobilenet.py:177
Method
forward
(self, x)
models/mobilenet.py:196
Method
forward
(self, x)
models/mobilenet.py:223
Method
forward
(self, x)
models/mobilenet.py:278
Method
forward
(self, x)
models/mobilenet.py:327
Method
forward
(self, x)
models/shufflenetv2.py:83
Method
forward
(self, x)
models/shufflenetv2.py:146
Method
forward
(self, x)
models/vgg.py:39
Method
forward
(self, x)
models/ctpn.py:37
Method
forward
(self, x)
models/ctpn.py:52
Method
forward
WARNING: The batch size of x must be 1.
models/ctpn.py:64
Method
forward
(self, x, val=False)
models/ctpn.py:107
Method
forward
(self, x)
models/resnet.py:46
Method
forward
(self, x)
models/resnet.py:81
Method
forward
(self, x)
models/resnet.py:149
Method
get_text_lines
text_proposals:boxes
utils/text_connector/text_proposal_connector_oriented.py:27
Function
get_tl_line_values_from_file_contents
Returns all points, confindences and transcriptions of a file in lists. Valid line formats: xmin,ymin,xmax,ymax,[confidence],[transcription]
cal_recall/rrc_evaluation_funcs.py:282
Function
load_folder_file
Returns an array with the contents (filtered by fileNameRegExp) of a ZIP file. The key's are the names or the file or the capturing group def
cal_recall/rrc_evaluation_funcs.py:80
Function
load_zip_file
Returns an array with the contents (filtered by fileNameRegExp) of a ZIP file. The key's are the names or the file or the capturing group def
cal_recall/rrc_evaluation_funcs.py:48
Function
load_zip_file_keys
Returns an array with the entries of the ZIP file that match with the regular expression. The key's are the names or the file or the capturin
cal_recall/rrc_evaluation_funcs.py:19
Function
main_evaluation
This process validates a method, evaluates it and if it succed generates a ZIP file with a JSON entry for each sample. Params: p: Diction
cal_recall/rrc_evaluation_funcs.py:310
Function
main_validation
This process validates a method Params: default_evaluation_params_fn: points to a function that returns a dictionary with the default par
cal_recall/rrc_evaluation_funcs.py:372
Function
mobilenet_v3_large
(pretrained,**kwargs)
models/mobilenet.py:344
Function
mobilenet_v3_small
(pretrained,**kwargs)
models/mobilenet.py:333
Method
overlaps_v
(index1, index2)
utils/text_connector/text_proposal_graph_builder.py:43
Function
print_help
()
cal_recall/rrc_evaluation_funcs.py:14
Function
rectangle_to_points
(rect)
cal_recall/script.py:87
Function
resnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:213
Function
resnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:229
Function
resnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:165
Function
resnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:181
Function
resnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:197
Function
rotate
(img, angle)
inference.py:30
Function
shufflenet_v2_x0_5
Constructs a ShuffleNetV2 with 0.5x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/shufflenetv2.py:167
Function
shufflenet_v2_x1_0
Constructs a ShuffleNetV2 with 1.0x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/shufflenetv2.py:181
Function
shufflenet_v2_x1_5
Constructs a ShuffleNetV2 with 1.5x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/shufflenetv2.py:195
Function
shufflenet_v2_x2_0
Constructs a ShuffleNetV2 with 2.0x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/shufflenetv2.py:209
Method
size_similarity
(index1, index2)
utils/text_connector/text_proposal_graph_builder.py:50
Function
squeezenet1_0
r"""SqueezeNet model architecture from the `"SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size" <https://arxi
models/squeezenet.py:111
Function
squeezenet1_1
r"""SqueezeNet 1.1 model from the `official SqueezeNet repo <https://github.com/DeepScale/SqueezeNet/tree/master/SqueezeNet_v1.1>`_. SqueezeNe
models/squeezenet.py:123
Function
validate_data
Method validate_data: validates that all files in the results folder are correct (have the correct name contents). Va
cal_recall/script.py:25
Function
validate_lines_in_file
This function validates that all lines of the file calling the Line validation function for each line
cal_recall/rrc_evaluation_funcs.py:121
Function
vgg11
VGG 11-layer model (configuration "A") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:83
Function
vgg11_bn
VGG 11-layer model (configuration "A") with batch normalization
models/vgg.py:100
Function
vgg13
VGG 13-layer model (configuration "B") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:113
Function
vgg13_bn
VGG 13-layer model (configuration "B") with batch normalization
models/vgg.py:130
Function
vgg16
VGG 16-layer model (configuration "D") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:143
Function
vgg16_bn
VGG 16-layer model (configuration "D") with batch normalization
models/vgg.py:160
Function
vgg19
VGG 19-layer model (configuration "E") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:173
Function
vgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization
models/vgg.py:190
Function
xception
(pretrained=False)
models/xception.py:179
← previous
401–477 of 477, ranked by callers