MCPcopy Create free account

hub / github.com/BADBADBADBOY/pytorchOCR / functions

Functions3,251 in github.com/BADBADBADBOY/pytorchOCR

Method__init__
(self, in_channels, out_channels, bias=True,
ptocr/model/head/rec_FCHead.py:8
Method__init__
(self, in_channels, out_channels, bias=True,
ptocr/model/head/rec_FCHead.py:60
Method__init__
(self, time_step)
ptocr/model/head/rec_CRNNHead.py:13
Method__init__
(self, inchannel)
ptocr/model/head/rec_CRNNHead.py:27
Method__init__
(self, use_attention=False, use_lstm=True, time_step=25, ls
ptocr/model/head/rec_CRNNHead.py:63
Method__init__
(self,inner_channels)
ptocr/model/head/det_FPEM_FFM_Head.py:25
Method__init__
(self, in_channels, inner_channels,FPEM_NUM=2,bias=False)
ptocr/model/head/det_FPEM_FFM_Head.py:65
Method__init__
:param in_channels: :param inner_channels: :param bias:
ptocr/model/head/det_FPNHead.py:12
Method__init__
:param in_channels: :param inner_channels: :param bias:
ptocr/model/head/det_DBHead_Qua.py:24
Method__init__
(self, in_channels, out_channels, kernel_size,
ptocr/model/architectures/paddle_tps.py:12
Method__init__
(self, in_channels, num_fiducial, model_name)
ptocr/model/architectures/paddle_tps.py:42
Method__init__
(self, in_channels, num_fiducial)
ptocr/model/architectures/paddle_tps.py:112
Method__init__
(self, config)
ptocr/model/architectures/det_model.py:13
Method__init__
(self, config)
ptocr/model/architectures/det_model_q.py:13
Method__init__
(self, config)
ptocr/model/architectures/rec_model.py:15
Method__init__
(self,text_tatio=0.7,eps=1e-6)
ptocr/model/loss/pse_loss.py:13
Method__init__
(self,ignore_index = -1)
ptocr/model/loss/fc_loss.py:6
Method__init__
(self, num_classes, feat_dim, size_average=True)
ptocr/model/loss/centerloss.py:55
Method__init__
(self,tvo_lw,tco_lw,score_lw,border_lw)
ptocr/model/loss/sast_loss.py:14
Method__init__
(self, )
ptocr/model/loss/basical_loss.py:13
Method__init__
(self, weight=None, size_average=None, ignore_index=-100, reduce=None, reduction='mean')
ptocr/model/loss/basical_loss.py:32
Method__init__
(self, Agg_Value=0.5)
ptocr/model/loss/basical_loss.py:66
Method__init__
(self,Lgg_Value=3)
ptocr/model/loss/basical_loss.py:124
Method__init__
(self, negative_ratio=3.0, eps=1e-6)
ptocr/model/loss/basical_loss.py:189
Method__init__
(self,alpha=0.25,gamma=2,eps=1e-6)
ptocr/model/loss/basical_loss.py:229
Method__init__
(self, negative_ratio=3.0, eps=1e-6)
ptocr/model/loss/basical_loss.py:241
Method__init__
(self)
ptocr/model/loss/basical_loss.py:261
Method__init__
(self,config)
ptocr/model/loss/ctc_loss.py:3
Method__init__
(self, n_class,l1_scale=10, bce_scale=1, class_scale=1,eps=1e-6)
ptocr/model/loss/db_loss.py:37
Method__init__
(self,kernel_rate=0.5,agg_dis_rate=0.25,eps=1e-6)
ptocr/model/loss/pan_loss.py:13
Method__init__
(self,inner_channels=256,classes=7)
ptocr/model/segout/det_PSE_segout.py:10
Method__init__
(self)
ptocr/model/segout/det_SAST_segout.py:46
Method__init__
(self)
ptocr/model/segout/det_SAST_segout.py:79
Method__init__
bias: Whether conv layers have bias or not. adaptive: Whether to use adaptive threshold training or not. smooth: If true, use
ptocr/model/segout/det_DB_segout_qua.py:14
Method__init__
bias: Whether conv layers have bias or not. adaptive: Whether to use adaptive threshold training or not. smooth: If true, use
ptocr/model/segout/det_DB_segout.py:94
Method__init__
(self,inner_channels=128,classes=6)
ptocr/model/segout/det_PAN_segout.py:12
Method__init__
(self, config)
ptocr/postprocess/SASTpostprocess.py:21
Method__init__
(self, config)
ptocr/postprocess/PANpostprocess.py:15
Method__init__
(self, config)
ptocr/postprocess/DBpostprocess.py:19
Method__init__
(self, config)
ptocr/postprocess/DBpostprocess.py:226
Method__init__
(self, config)
ptocr/postprocess/PSEpostprocess.py:15
Method__len__
(self)
ptocr/dataloader/RecLoad/CRNNProcess1.py:61
Method__len__
(self)
ptocr/dataloader/RecLoad/CRNNProcess1.py:188
Method__len__
(self)
ptocr/dataloader/RecLoad/CRNNProcess.py:50
Method__len__
(self)
ptocr/dataloader/DetLoad/PANProcess.py:66
Method__len__
(self)
ptocr/dataloader/DetLoad/PANProcess.py:113
Method__len__
(self)
ptocr/dataloader/DetLoad/PSEProcess.py:66
Method__len__
(self)
ptocr/dataloader/DetLoad/PSEProcess.py:112
Method__len__
(self)
ptocr/dataloader/DetLoad/SASTProcess_ori.py:607
Method__len__
(self)
ptocr/dataloader/DetLoad/SASTProcess_ori.py:786
Method__len__
(self)
ptocr/dataloader/DetLoad/DBProcess.py:68
Method__len__
(self)
ptocr/dataloader/DetLoad/DBProcess.py:150
Method__len__
(self)
ptocr/dataloader/DetLoad/DBProcess.py:197
Method__len__
(self)
ptocr/dataloader/DetLoad/SASTProcess.py:422
Method__len__
(self)
ptocr/dataloader/DetLoad/SASTProcess.py:496
Method__len__
(self)
ptocr/dataloader/DetLoad/SASTProcess_ori1.py:669
Method__len__
(self)
ptocr/dataloader/DetLoad/SASTProcess_ori1.py:848
Method__repr__
(self)
script/onnx_to_tensorrt.py:88
Function__self
Don't warn about an unused variable
ptocr/postprocess/piexlmerge/include/pybind11/operators.h:47
Function__self
Don't warn about an unused variable
ptocr/postprocess/lanms/include/pybind11/operators.h:47
Function__self
Don't warn about an unused variable
ptocr/postprocess/dbprocess/include/pybind11/operators.h:47
Method__str__
(self)
ptocr/dataloader/RecLoad/DataAgument.py:39
Method_dtype_from_pep3118
ptocr/postprocess/piexlmerge/include/pybind11/numpy.h:469
Method_dtype_from_pep3118
ptocr/postprocess/lanms/include/pybind11/numpy.h:473
Method_dtype_from_pep3118
ptocr/postprocess/dbprocess/include/pybind11/numpy.h:469
Method_max
ptocr/postprocess/dbprocess/include/postprocess_op.h:70
Method_min
ptocr/postprocess/dbprocess/include/postprocess_op.h:72
Functionaccessor
ptocr/postprocess/piexlmerge/include/pybind11/pytypes.h:475
Functionaccessor
ptocr/postprocess/lanms/include/pybind11/pytypes.h:426
Functionaccessor
ptocr/postprocess/dbprocess/include/pybind11/pytypes.h:475
Methodadd_base
ptocr/postprocess/piexlmerge/include/pybind11/pybind11.h:1092
Methodadd_base
ptocr/postprocess/lanms/include/pybind11/pybind11.h:995
Methodadd_base
ptocr/postprocess/dbprocess/include/pybind11/pybind11.h:1092
Methodadd_object
Adds an object to the module using the given name. Throws if an object with the given name already exists. overwrite should almost always be false:
ptocr/postprocess/piexlmerge/include/pybind11/pybind11.h:860
Methodadd_object
Adds an object to the module using the given name. Throws if an object with the given name already exists. overwrite should almost always be false:
ptocr/postprocess/lanms/include/pybind11/pybind11.h:796
Methodadd_object
Adds an object to the module using the given name. Throws if an object with the given name already exists. overwrite should almost always be false:
ptocr/postprocess/dbprocess/include/pybind11/pybind11.h:860
Functionadd_ostream_redirect
ptocr/postprocess/piexlmerge/include/pybind11/iostream.h:193
Functionadd_ostream_redirect
ptocr/postprocess/dbprocess/include/pybind11/iostream.h:193
Functionadd_patient
ptocr/postprocess/piexlmerge/include/pybind11/class_support.h:286
Functionadd_patient
ptocr/postprocess/dbprocess/include/pybind11/class_support.h:286
Methodadd_patient
This can only be used inside a pybind11-bound function, either by `argument_loader` at argument preparation time or by `py::cast()` at execution time.
ptocr/postprocess/piexlmerge/include/pybind11/cast.h:64
Methodadd_patient
This can only be used inside a pybind11-bound function, either by `argument_loader` at argument preparation time or by `py::cast()` at execution time.
ptocr/postprocess/lanms/include/pybind11/cast.h:140
Methodadd_patient
This can only be used inside a pybind11-bound function, either by `argument_loader` at argument preparation time or by `py::cast()` at execution time.
ptocr/postprocess/dbprocess/include/pybind11/cast.h:64
Functionadjust_learning_rate
(config, optimizer, epoch)
ptocr/optimizer.py:59
Functionadjust_learning_rate_center
(config, optimizer, epoch)
ptocr/optimizer.py:65
Functionadjust_learning_rate_poly
(config, optimizer, epoch)
ptocr/optimizer.py:49
Functionadjust_learning_rate_sgdr
(config, optimizer, epoch)
ptocr/optimizer.py:54
Methodadvance
ptocr/postprocess/piexlmerge/include/pybind11/pytypes.h:660
Methodadvance
ptocr/postprocess/piexlmerge/include/pybind11/pytypes.h:681
Methodadvance
ptocr/postprocess/lanms/include/pybind11/pytypes.h:611
Methodadvance
ptocr/postprocess/lanms/include/pybind11/pytypes.h:632
Methodadvance
ptocr/postprocess/dbprocess/include/pybind11/pytypes.h:660
Methodadvance
ptocr/postprocess/dbprocess/include/pybind11/pytypes.h:681
Methodany_container
ptocr/postprocess/piexlmerge/include/pybind11/detail/common.h:773
Methodany_container
ptocr/postprocess/lanms/include/pybind11/common.h:823
Methodany_container
ptocr/postprocess/dbprocess/include/pybind11/detail/common.h:773
Methodappend_extents
ptocr/postprocess/piexlmerge/include/pybind11/numpy.h:254
Methodappend_extents
appends the extents to shape
ptocr/postprocess/piexlmerge/include/pybind11/numpy.h:267
Methodappend_extents
ptocr/postprocess/lanms/include/pybind11/numpy.h:254
Methodappend_extents
appends the extents to shape
ptocr/postprocess/lanms/include/pybind11/numpy.h:267
← previousnext →1,501–1,600 of 3,251, ranked by callers