MCPcopy Create free account

hub / github.com/Li-Ming-Fan/OCR-CRNN-CTC / functions

Functions40 in github.com/Li-Ming-Fan/OCR-CRNN-CTC

↓ 15 callersFunctionconv_layer
define a convolutional layer with params
zoo_layers.py:18
↓ 2 callersMethodcreate_graph_all
(self, training)
model_recog_wrap.py:142
↓ 2 callersFunctionmaxpool_layer
define a max-pooling layer
zoo_layers.py:113
↓ 1 callersFunctionaddDigitalWords
(words_dict, num)
data_detect_generator.py:141
↓ 1 callersFunctionextractWords
(text)
data_detect_generator.py:86
↓ 1 callersFunctionextract_rects_walk
(path, str_ext)
data_rects_extractor.py:98
↓ 1 callersFunctiongenerateDataSample
(draw, width, height)
data_detect_generator.py:157
↓ 1 callersFunctiongenerateRandomDigital
()
data_detect_generator.py:97
↓ 1 callersFunctiongetFilesInDirect
(path, str_dot_ext)
model_recog_data.py:21
↓ 1 callersFunctiongetListContents
(content_file)
model_recog_data.py:52
↓ 1 callersFunctiongetTargetTxtFile
(img_file)
model_recog_data.py:32
↓ 1 callersFunctionget_files_with_ext_walk
(path, str_ext)
data_detect_generator.py:235
↓ 1 callersFunctionget_list_contents
(content_file)
data_rects_extractor.py:79
↓ 1 callersFunctionget_target_txt_file
(img_file)
data_rects_extractor.py:65
↓ 1 callersFunctionmean_var_with_update
()
zoo_layers.py:63
↓ 1 callersFunctionnorm_layer
(x, train, eps = 1e-05, decay = 0.9, affine = True, name = None)
zoo_layers.py:49
↓ 1 callersFunctionpadd_layer
define padding layer
zoo_layers.py:103
↓ 1 callersMethodpredict
(self, image_in)
model_recog_wrap.py:104
↓ 1 callersMethodprepare_for_prediction
(self, pb_file_path = None)
model_recog_wrap.py:67
↓ 1 callersMethodtrain_and_valid
(self, data_train, data_valid)
model_recog_wrap.py:237
↓ 1 callersMethodvalidate
(self, data_valid, step)
model_recog_wrap.py:349
Method__init__
(self)
model_recog_wrap.py:41
Functionaverpool_layer
define a average-pooling layer
zoo_layers.py:125
Functionblock_bottleneck
define bottleneck block
zoo_layers.py:237
Functionblock_inception
define inception-like block
zoo_layers.py:261
Functionblock_resnet
define resnet block
zoo_layers.py:195
Functionblock_resnet_others
define resnet block
zoo_layers.py:153
Functionconv_feat_layers
(inputs, width, training)
model_recog_def.py:12
Functionconvert2ListLabels
(sparse_tensor_value)
model_recog_def.py:214
Functionconvert2SparseTensorValue
(list_labels)
model_recog_def.py:190
Functionctc_loss_layer
(sequence_labels, rnn_logits, sequence_length)
model_recog_def.py:142
Functiondecode_rnn_results_ctc_beam
(results, seq_len)
model_recog_def.py:155
Functiondefine_alphabet
()
model_recog_meta.py:46
FunctiongetImageSize
(img_file)
model_recog_data.py:46
Functiongru_layer
build bidirectional (concatenated output) lstm layer
zoo_layers.py:340
Functionload_data
(dir_data)
model_recog_data.py:75
FunctionmapChar2Order
(char)
model_recog_meta.py:50
FunctionmapOrder2Char
(order)
model_recog_meta.py:51
Functionrnn_layer
build bidirectional (concatenated output) lstm layer
zoo_layers.py:309
Functionrnn_recog_layers
(features, sequence_length, num_classes)
model_recog_def.py:104