MCPcopy Create free account

hub / github.com/YCG09/chinese_ocr / functions

Functions621 in github.com/YCG09/chinese_ocr

Methodlstm
(self, input, d_i,d_h,d_o, name, trainable=True)
ctpn/lib/networks/network.py:118
Functionmodel
@img: 图片 @adjust: 是否调整文字识别结果
ocr.py:77
Methodname
(self)
ctpn/lib/datasets/imdb.py:26
Methodnum_classes
(self)
ctpn/lib/datasets/imdb.py:30
Methodnum_images
(self)
ctpn/lib/datasets/imdb.py:73
Methodoperator->
ctpn/lib/utils/gpu_nms.cpp:231
Methodoverlaps_v
(index1, index2)
ctpn/lib/text_connector/text_proposal_graph_builder.py:41
Functionpredict
(img)
densenet/model.py:36
Functionprepare_roidb
Enrich the imdb's roidb by adding some derived quantities that are useful for training. This function precomputes the maximum overlap, taken o
ctpn/lib/roi_data_layer/roidb.py:7
Functionproposal_layer
Parameters ---------- rpn_cls_prob_reshape: (1 , H , W , Ax2) outputs of RPN, prob of bg or fg NOTICE: the old v
ctpn/lib/rpn_msr/proposal_layer_tf.py:15
Methodregularizer
(tensor)
ctpn/lib/networks/network.py:360
Methodreshape_layer
(self, input, d, name)
ctpn/lib/networks/network.py:248
Methodroidb
(self)
ctpn/lib/datasets/imdb.py:54
Methodrpn_roidb
(self)
ctpn/lib/datasets/pascal_voc.py:135
Methodselective_search_roidb
Return the database of selective search regions of interest. Ground-truth ROIs are also included. This function loads/saves
ctpn/lib/datasets/pascal_voc.py:107
Methodset_proposal_method
(self, method)
ctpn/lib/datasets/imdb.py:49
Methodsize_similarity
(index1, index2)
ctpn/lib/text_connector/text_proposal_graph_builder.py:48
Functionunique_boxes
Return indices of unique boxes.
ctpn/lib/datasets/ds_utils.py:3
Functionvalidate_boxes
Check that a set of boxes are valid.
ctpn/lib/datasets/ds_utils.py:18
Functionxywh_to_xyxy
Convert [x y w h] box format to [x1 y1 x2 y2] format.
ctpn/lib/datasets/ds_utils.py:10
Functionxyxy_to_xywh
Convert [x1 y1 x2 y2] box format to [x y w h] format.
ctpn/lib/datasets/ds_utils.py:14
← previous601–621 of 621, ranked by callers