Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Li-Ming-Fan/OCR-CRNN-CTC
/ functions
Functions
40 in github.com/Li-Ming-Fan/OCR-CRNN-CTC
⨍
Functions
40
◇
Types & classes
1
↓ 15 callers
Function
conv_layer
define a convolutional layer with params
zoo_layers.py:18
↓ 2 callers
Method
create_graph_all
(self, training)
model_recog_wrap.py:142
↓ 2 callers
Function
maxpool_layer
define a max-pooling layer
zoo_layers.py:113
↓ 1 callers
Function
addDigitalWords
(words_dict, num)
data_detect_generator.py:141
↓ 1 callers
Function
extractWords
(text)
data_detect_generator.py:86
↓ 1 callers
Function
extract_rects_walk
(path, str_ext)
data_rects_extractor.py:98
↓ 1 callers
Function
generateDataSample
(draw, width, height)
data_detect_generator.py:157
↓ 1 callers
Function
generateRandomDigital
()
data_detect_generator.py:97
↓ 1 callers
Function
getFilesInDirect
(path, str_dot_ext)
model_recog_data.py:21
↓ 1 callers
Function
getListContents
(content_file)
model_recog_data.py:52
↓ 1 callers
Function
getTargetTxtFile
(img_file)
model_recog_data.py:32
↓ 1 callers
Function
get_files_with_ext_walk
(path, str_ext)
data_detect_generator.py:235
↓ 1 callers
Function
get_list_contents
(content_file)
data_rects_extractor.py:79
↓ 1 callers
Function
get_target_txt_file
(img_file)
data_rects_extractor.py:65
↓ 1 callers
Function
mean_var_with_update
()
zoo_layers.py:63
↓ 1 callers
Function
norm_layer
(x, train, eps = 1e-05, decay = 0.9, affine = True, name = None)
zoo_layers.py:49
↓ 1 callers
Function
padd_layer
define padding layer
zoo_layers.py:103
↓ 1 callers
Method
predict
(self, image_in)
model_recog_wrap.py:104
↓ 1 callers
Method
prepare_for_prediction
(self, pb_file_path = None)
model_recog_wrap.py:67
↓ 1 callers
Method
train_and_valid
(self, data_train, data_valid)
model_recog_wrap.py:237
↓ 1 callers
Method
validate
(self, data_valid, step)
model_recog_wrap.py:349
Method
__init__
(self)
model_recog_wrap.py:41
Function
averpool_layer
define a average-pooling layer
zoo_layers.py:125
Function
block_bottleneck
define bottleneck block
zoo_layers.py:237
Function
block_inception
define inception-like block
zoo_layers.py:261
Function
block_resnet
define resnet block
zoo_layers.py:195
Function
block_resnet_others
define resnet block
zoo_layers.py:153
Function
conv_feat_layers
(inputs, width, training)
model_recog_def.py:12
Function
convert2ListLabels
(sparse_tensor_value)
model_recog_def.py:214
Function
convert2SparseTensorValue
(list_labels)
model_recog_def.py:190
Function
ctc_loss_layer
(sequence_labels, rnn_logits, sequence_length)
model_recog_def.py:142
Function
decode_rnn_results_ctc_beam
(results, seq_len)
model_recog_def.py:155
Function
define_alphabet
()
model_recog_meta.py:46
Function
getImageSize
(img_file)
model_recog_data.py:46
Function
gru_layer
build bidirectional (concatenated output) lstm layer
zoo_layers.py:340
Function
load_data
(dir_data)
model_recog_data.py:75
Function
mapChar2Order
(char)
model_recog_meta.py:50
Function
mapOrder2Char
(order)
model_recog_meta.py:51
Function
rnn_layer
build bidirectional (concatenated output) lstm layer
zoo_layers.py:309
Function
rnn_recog_layers
(features, sequence_length, num_classes)
model_recog_def.py:104