MCPcopy Create free account

hub / github.com/bgshih/seglink / functions

Functions153 in github.com/bgshih/seglink

Method__init__
(self, save_path, data_root, training, shuffle=False)
tool/create_datasets.py:325
Method__init__
(self, save_path, data_root, subset='train', include_difficult=True)
tool/create_datasets.py:379
Method__init__
(self, save_path, data_root, shuffle=True)
tool/create_datasets.py:444
Function_float_feature
(value)
tool/create_datasets.py:22
Method_handle_ctrl_c
(self, signal, frame)
seglink/solver.py:310
Function_int64_list_feature
(value)
tool/create_datasets.py:26
Method_parse_annotation
(self, gt_path)
tool/create_datasets.py:299
Method_parse_annotation
(self, annot_file_path)
tool/create_datasets.py:353
Method_parse_annotation
(self, gt_path)
tool/create_datasets.py:407
Method_parse_annotation
(self, annot_file_path)
tool/create_datasets.py:463
Method_read_list
(self)
tool/create_datasets.py:280
Method_read_list
(self)
tool/create_datasets.py:331
Method_read_list
(self)
tool/create_datasets.py:387
Method_read_list
(self)
tool/create_datasets.py:449
Functionatrous_conv2d
(x, n_in, n_out, ksize, dilation, padding='SAME', weight_init=None, bias=True,
seglink/ops.py:98
Functionavg_pool
(x, ksize, stride, padding='SAME', scope=None)
seglink/ops.py:121
Functionbuild_op
()
manage.py:12
Functioncenter_covered
seglink/cpp/utilities.h:97
Functionclean_op
()
manage.py:24
Functionclear
()
manage.py:31
Functionconv_relu
(*args, **kwargs)
seglink/ops.py:91
Functioncreate_icdar2015_incidental_dataset
(save_path, image_dir, gt_dir=None, shuffle=False)
tool/create_datasets.py:132
Functioncreate_merge_multiple
(save_path, creators, shuffle=True)
tool/create_datasets.py:490
Functioncreate_synthtext_dataset
Create tf records for the VGG SynthText dataset ARGS save_path: path to save the TF record data_root: the root folder for the datasets
tool/create_datasets.py:69
Functioninput_stream
Input data stream ARGS `record_path`: tf records file path RETURN `streams`: data streams
seglink/data.py:25
Functionlog_flags
Log all variables defined in FLAGS and their values.
seglink/utils.py:30
Functionlog_git_version
Log git version number and uncommitted changes if any.
seglink/utils.py:40
Functionmax_pool
(x, ksize, stride, padding='SAME', scope=None)
seglink/ops.py:127
Functionmkdir_if_not_exist
(directory)
seglink/utils.py:88
Functionprint_tensor_summary
(tensor, tag=None, n_print=21)
seglink/utils.py:74
Functionrboxes_to_bboxes
Calculate the bounding boxes of rboxes ARGS `rboxes`: [n, 5] RETURN `bboxes`: [n, 4]
seglink/utils.py:115
Functionrboxes_to_polygons
Convert rboxes to polygons ARGS `rboxes`: [n, 5] RETURN `polygons`: [n, 8]
seglink/utils.py:93
Functionscore_loss
Classification loss ARGS gt_labels: int32 [n] match_scores: [n, n_classes] RETURN loss
seglink/ops.py:156
Functionsetup_logger
Setup a logger that simultaneously output to a file and stdout ARGS log_file_path: string, path to the logging file
seglink/utils.py:8
Functionsmooth_l1_loss
Smooth L1 loss between offsets and encoded_gt ARGS offsets: [m?, 5], predicted offsets for one example gt_offsets: [m?, 5], correponding
seglink/ops.py:170
Functionstart_tb
Start Tensorboard at port 8000.
manage.py:103
Functionsummarize_activations
(tensors, collections=['detailed_summaries'], tower_name='tower')
seglink/utils.py:51
Functionsummarize_losses
(losses, collections=['brief_summaries'])
seglink/utils.py:61
Functiontest
()
manage.py:99
Functiontest_clip_rboxes
()
seglink/unit_tests.py:264
Functiontest_data_loading_and_preprocess
()
seglink/unit_tests.py:301
Functiontest_decode_combine_rboxes
()
seglink/unit_tests.py:357
Functiontest_encode_decode_synth_data
()
seglink/unit_tests.py:20
Functiontest_max_pool_on_odd_sized_maps
()
seglink/unit_tests.py:348
Functiontest_preprocess
Preprocess test images and groundtruths ARGS streams: input data streams RETURN pstreams: preprocessed data streams
seglink/data.py:188
Functiontrain
()
manage.py:95
Functiontrain_preprocess
Preprocess training images and groundtruths ARGS streams: input data streams RETURN pstreams: preprocessed data streams
seglink/data.py:63
Functionupload_logs
Upload experiment logs and events to remote server.
manage.py:111
Functionvisualize_bboxes
Visualize bounding boxes on images ARGS images: uint8 bboxes: [N,n,4], or [n,4], or list of [?,4], normalized bboxes scores: [N,n,n_c
seglink/visualizations.py:22
Functionvisualize_combined_rboxes
Visualize joined rboxes.
seglink/visualizations.py:292
Functionvisualize_detection_each_layer
Visualize local rboxes of each layer on separated axis. ARGS: `sess_outputs`: TF session outputs `save_dir`: saving directory
seglink/visualizations.py:205
Functionvisualize_nodes
Visualize a grid of nodes with colored dots ARGS `ax`: pyplot axis `node_status`: int [map_h, map_w] `image_size`: int [2]
seglink/visualizations.py:108
Functionvisualize_segments_and_links
Visualize linked local rboxes on one figure.
seglink/visualizations.py:249
← previous101–153 of 153, ranked by callers