MCPcopy Create free account

hub / github.com/BADBADBADBOY/pytorch.ctpn / functions

Functions477 in github.com/BADBADBADBOY/pytorch.ctpn

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
Functionbalanced_l1_loss
Balanced L1 Loss arXiv: https://arxiv.org/pdf/1904.02701.pdf (CVPR 2019)
models/loss.py:40
Functiondefault_evaluation_params
default_evaluation_params: Default parameters to use for the validation and evaluation.
cal_recall/script.py:9
Functionevaluate_method
Method evaluate_method: evaluate method and returns the results Results. Dictionary with the following values: - method (required
cal_recall/script.py:48
Methodforward
Compute classification loss and smooth l1 loss. Args: confidence (batch_size, num_anchors, num_classes): class predicti
models/loss.py:98
Methodforward
(self, pre_score, pre_reg, rpn_labels, rpn_bbox_targets, rpn_bbox_inside_weights, rpn_bbox_out
models/loss.py:171
Methodforward
(self,x)
models/xception.py:30
Methodforward
(self,inp)
models/xception.py:75
Methodforward
(self, input)
models/xception.py:174
Methodforward
(self, x)
models/squeezenet.py:29
Methodforward
(self, x)
models/squeezenet.py:93
Methodforward
(self, x)
models/mobilenet.py:76
Methodforward
(self, x)
models/mobilenet.py:166
Methodforward
(self, x)
models/mobilenet.py:171
Methodforward
(self, x)
models/mobilenet.py:177
Methodforward
(self, x)
models/mobilenet.py:196
Methodforward
(self, x)
models/mobilenet.py:223
Methodforward
(self, x)
models/mobilenet.py:278
Methodforward
(self, x)
models/mobilenet.py:327
Methodforward
(self, x)
models/shufflenetv2.py:83
Methodforward
(self, x)
models/shufflenetv2.py:146
Methodforward
(self, x)
models/vgg.py:39
Methodforward
(self, x)
models/ctpn.py:37
Methodforward
(self, x)
models/ctpn.py:52
Methodforward
WARNING: The batch size of x must be 1.
models/ctpn.py:64
Methodforward
(self, x, val=False)
models/ctpn.py:107
Methodforward
(self, x)
models/resnet.py:46
Methodforward
(self, x)
models/resnet.py:81
Methodforward
(self, x)
models/resnet.py:149
Methodget_text_lines
text_proposals:boxes
utils/text_connector/text_proposal_connector_oriented.py:27
Functionget_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
Functionload_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
Functionload_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
Functionload_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
Functionmain_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
Functionmain_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
Functionmobilenet_v3_large
(pretrained,**kwargs)
models/mobilenet.py:344
Functionmobilenet_v3_small
(pretrained,**kwargs)
models/mobilenet.py:333
Methodoverlaps_v
(index1, index2)
utils/text_connector/text_proposal_graph_builder.py:43
Functionprint_help
()
cal_recall/rrc_evaluation_funcs.py:14
Functionrectangle_to_points
(rect)
cal_recall/script.py:87
Functionresnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:213
Functionresnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:229
Functionresnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:165
Functionresnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:181
Functionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/resnet.py:197
Functionrotate
(img, angle)
inference.py:30
Functionshufflenet_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
Functionshufflenet_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
Functionshufflenet_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
Functionshufflenet_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
Methodsize_similarity
(index1, index2)
utils/text_connector/text_proposal_graph_builder.py:50
Functionsqueezenet1_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
Functionsqueezenet1_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
Functionvalidate_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
Functionvalidate_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
Functionvgg11
VGG 11-layer model (configuration "A") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:83
Functionvgg11_bn
VGG 11-layer model (configuration "A") with batch normalization
models/vgg.py:100
Functionvgg13
VGG 13-layer model (configuration "B") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:113
Functionvgg13_bn
VGG 13-layer model (configuration "B") with batch normalization
models/vgg.py:130
Functionvgg16
VGG 16-layer model (configuration "D") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:143
Functionvgg16_bn
VGG 16-layer model (configuration "D") with batch normalization
models/vgg.py:160
Functionvgg19
VGG 19-layer model (configuration "E") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
models/vgg.py:173
Functionvgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization
models/vgg.py:190
Functionxception
(pretrained=False)
models/xception.py:179
← previous401–477 of 477, ranked by callers