Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BADBADBADBOY/pytorchOCR
/ functions
Functions
3,251 in github.com/BADBADBADBOY/pytorchOCR
⨍
Functions
3,251
◇
Types & classes
1,268
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
Function
accessor
ptocr/postprocess/piexlmerge/include/pybind11/pytypes.h:475
Function
accessor
ptocr/postprocess/lanms/include/pybind11/pytypes.h:426
Function
accessor
ptocr/postprocess/dbprocess/include/pybind11/pytypes.h:475
Method
add_base
ptocr/postprocess/piexlmerge/include/pybind11/pybind11.h:1092
Method
add_base
ptocr/postprocess/lanms/include/pybind11/pybind11.h:995
Method
add_base
ptocr/postprocess/dbprocess/include/pybind11/pybind11.h:1092
Method
add_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
Method
add_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
Method
add_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
Function
add_ostream_redirect
ptocr/postprocess/piexlmerge/include/pybind11/iostream.h:193
Function
add_ostream_redirect
ptocr/postprocess/dbprocess/include/pybind11/iostream.h:193
Function
add_patient
ptocr/postprocess/piexlmerge/include/pybind11/class_support.h:286
Function
add_patient
ptocr/postprocess/dbprocess/include/pybind11/class_support.h:286
Method
add_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
Method
add_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
Method
add_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
Function
adjust_learning_rate
(config, optimizer, epoch)
ptocr/optimizer.py:59
Function
adjust_learning_rate_center
(config, optimizer, epoch)
ptocr/optimizer.py:65
Function
adjust_learning_rate_poly
(config, optimizer, epoch)
ptocr/optimizer.py:49
Function
adjust_learning_rate_sgdr
(config, optimizer, epoch)
ptocr/optimizer.py:54
Method
advance
ptocr/postprocess/piexlmerge/include/pybind11/pytypes.h:660
Method
advance
ptocr/postprocess/piexlmerge/include/pybind11/pytypes.h:681
Method
advance
ptocr/postprocess/lanms/include/pybind11/pytypes.h:611
Method
advance
ptocr/postprocess/lanms/include/pybind11/pytypes.h:632
Method
advance
ptocr/postprocess/dbprocess/include/pybind11/pytypes.h:660
Method
advance
ptocr/postprocess/dbprocess/include/pybind11/pytypes.h:681
Method
any_container
ptocr/postprocess/piexlmerge/include/pybind11/detail/common.h:773
Method
any_container
ptocr/postprocess/lanms/include/pybind11/common.h:823
Method
any_container
ptocr/postprocess/dbprocess/include/pybind11/detail/common.h:773
Method
append_extents
ptocr/postprocess/piexlmerge/include/pybind11/numpy.h:254
Method
append_extents
appends the extents to shape
ptocr/postprocess/piexlmerge/include/pybind11/numpy.h:267
Method
append_extents
ptocr/postprocess/lanms/include/pybind11/numpy.h:254
Method
append_extents
appends the extents to shape
ptocr/postprocess/lanms/include/pybind11/numpy.h:267
← previous
next →
1,501–1,600 of 3,251, ranked by callers