SYMBOL INDEX (37 symbols across 8 files) FILE: receipt.gh/find_contour_character.py function createFolder (line 8) | def createFolder(folder): function sort_bounding_boxes (line 13) | def sort_bounding_boxes(cnts, method="left-to-right"): function sort_contours (line 36) | def sort_contours(cnts, method="left-to-right"): function captch_ex (line 59) | def captch_ex(file_name, folder1, folder2 ): FILE: tf/convert_to_tfrecords.py function _int64_feature (line 20) | def _int64_feature(value): function _bytes_feature (line 24) | def _bytes_feature(value): function convert_to (line 28) | def convert_to(images, labels, name): function read_images (line 53) | def read_images(path): function read_labels (line 73) | def read_labels(path, filename): function _label_to_int (line 86) | def _label_to_int(labels): function main (line 94) | def main(argv): FILE: tf/ocr_model.py function conv2d (line 37) | def conv2d(img, w, b): function max_pool (line 41) | def max_pool(img, k): function inference (line 45) | def inference(images): function loss (line 118) | def loss(logits, labels): function training (line 151) | def training(loss, global_step): function evaluation (line 189) | def evaluation(logits, labels): function main (line 213) | def main(argv=None): FILE: tf/reader.py function _read_raw_images (line 11) | def _read_raw_images(path, is_directory=True): function read_and_decode (line 54) | def read_and_decode(filename_queue, imshape, normalize=False, flatten=Tr... function _read_labels_csv_from (line 101) | def _read_labels_csv_from(path, num_classes, one_hot=False): function _read_pngs_from (line 123) | def _read_pngs_from(path): function read_and_decode_wholefile (line 151) | def read_and_decode_wholefile(filename_queue, imshape, normalize=False, ... function dense_to_one_hot (line 189) | def dense_to_one_hot(labels_dense, num_classes): FILE: tf/spikeflow.py function inputs_test_files (line 12) | def inputs_test_files(filename, batch_size, num_epochs2, num_threads, function inputs_test (line 91) | def inputs_test(filename, batch_size, num_epochs, num_threads, function inputs (line 111) | def inputs(filename, batch_size, num_epochs2, num_threads, function _random_brightness_helper (line 169) | def _random_brightness_helper(image): function _random_contrast_helper (line 172) | def _random_contrast_helper(image): function distorted_inputs (line 175) | def distorted_inputs(filename, batch_size, num_epochs, num_threads, FILE: tf/test_one_char.py function placeholder_inputs (line 37) | def placeholder_inputs(batch_size): function test (line 59) | def test(argv): function main (line 122) | def main(argv=None): FILE: tf/train_model.py function placeholder_inputs (line 57) | def placeholder_inputs(batch_size): function train (line 79) | def train(continue_from_pre = False): function main (line 228) | def main(argv=None): FILE: training-character.gh/labelling-character.py function resizeme (line 59) | def resizeme(path):