MCPcopy Create free account

hub / github.com/bgshih/seglink / functions

Functions153 in github.com/bgshih/seglink

↓ 15 callersFunctionload_conv_bias
(target_name, src_name)
tool/convert_caffe_model/convert_caffemodel_to_ckpt.py:36
↓ 15 callersFunctionload_conv_weight
(target_name, src_name)
tool/convert_caffe_model/convert_caffemodel_to_ckpt.py:30
↓ 14 callersMethod_vgg_conv_relu
(self, x, n_in, n_out, scope, fc7=False, trainable=True)
seglink/model_cnn.py:15
↓ 6 callersFunction_bytes_feature
(value)
tool/create_datasets.py:18
↓ 6 callersMethod_detection_classifier
Create a SegLink detection classifier on a feature layer
seglink/model.py:40
↓ 5 callersMethod_vgg_max_pool
(self, x, scope, pool5=False)
seglink/model_cnn.py:29
↓ 4 callersFunction_nn_variable
Create or reuse a variable ARGS name: variable name shape: variable shape init_method: 'zero', 'kaiming', 'xavier', or (mean, std)
seglink/ops.py:26
↓ 3 callersFunction_bytes_list_feature
(value)
tool/create_datasets.py:24
↓ 3 callersFunction_float_list_feature
(value)
tool/create_datasets.py:28
↓ 3 callersFunction_int64_feature
(value)
tool/create_datasets.py:20
↓ 3 callersFunctionbbox_area
seglink/cpp/utilities.h:21
↓ 3 callersMethodbuild_model
(self, images, scope=None)
seglink/model_cnn.py:37
↓ 3 callersFunctionconvert_image_for_visualization
Convert image data from tensorflow to displayable format
seglink/visualizations.py:8
↓ 2 callersMethod_cls_mining
Positive classification loss and hard negative classificatin loss ARGS scores: [n, n_classes] status: int [n] node or link matchi
seglink/model.py:125
↓ 2 callersMethod_create_next_sample
(self)
tool/create_datasets.py:232
↓ 2 callersMethod_read_list
Read image and groundtruth list. RETURN `image_paths`: list of image file paths `gt_paths`: list of groundtruth file paths
tool/create_datasets.py:186
↓ 2 callersFunctionbbox_inter_area
seglink/cpp/utilities.h:54
↓ 2 callersFunctionbbox_intersection
seglink/cpp/utilities.h:32
↓ 2 callersMethodbuild_model
Construct the main body of a SegLink model
seglink/model.py:102
↓ 2 callersMethodcreate
(self)
tool/create_datasets.py:257
↓ 2 callersFunctionpoint_distance
seglink/cpp/utilities.h:170
↓ 2 callersFunctionpoint_inside_rbox
seglink/cpp/utilities.h:217
↓ 2 callersFunctionpoint_line_distance
seglink/cpp/utilities.h:120
↓ 2 callersFunctionray_length_in_bbox
seglink/cpp/utilities.h:136
↓ 2 callersFunctionrotate_around
seglink/cpp/utilities.h:111
↓ 2 callersFunctionrun_tf_program_with_json_config
(program)
manage.py:51
↓ 2 callersFunctionvisualize_rboxes
Visualize rotated bounding boxes ARGS ax: pyplot axis rboxes: array [n_rboxes, 5] or [5], (cx, cy, w, h, theta) colors: rboxes colors
seglink/visualizations.py:81
↓ 1 callersMethod_average_gradients
(self, tower_grads)
seglink/solver.py:73
↓ 1 callersMethod_build_cnn
(self, images)
seglink/model.py:57
↓ 1 callersFunction_generate_random_gt
(batch_size, n_gt_max)
seglink/unit_tests.py:34
↓ 1 callersFunction_generate_random_rboxes
(n_rboxes)
seglink/unit_tests.py:266
↓ 1 callersMethod_make_sample
Make a protobuf example. ARGS `image_binaries`: str, image jpeg binaries `annot_dict`: dict, annotations RETURN `exampl
tool/create_datasets.py:208
↓ 1 callersMethod_parse_annotation
Parse groundtruth annotations. ARGS `annot_file_path`: annotation file path RETURN `annot_dict`: dictionary of groundtruth an
tool/create_datasets.py:198
↓ 1 callersMethod_read_image_binary
(self, image_path)
tool/create_datasets.py:195
↓ 1 callersMethod_register_signal_handler
(self)
seglink/solver.py:314
↓ 1 callersMethod_setup_train_net_multigpu
(self)
seglink/solver.py:89
↓ 1 callersMethod_tower_loss
(self, train_batch)
seglink/solver.py:63
↓ 1 callersMethod_vgg_atrous_conv_relu
(self, x, n_in, n_out, scope)
seglink/model_cnn.py:23
↓ 1 callersFunction_visualize
Visualize encoded groundtruth ARGS ax: pyplot axis match_status: int [map_h, map_w] match status local_gt: [map_h, map_w, r
seglink/unit_tests.py:43
↓ 1 callersFunction_visualize_example
(save_path, image, gt_rboxes, mean_subtracted=True)
seglink/unit_tests.py:305
↓ 1 callersFunction_visualize_nodes_links
Visualize nodes and links of one example. ARGS `node_status`: int [map_h, map_w] `link_status`: int [map_h, map_w, n_links]
seglink/unit_tests.py:226
↓ 1 callersFunctionbbox_coverage
seglink/cpp/utilities.h:86
↓ 1 callersFunctionbbox_jaccard_overlap
seglink/cpp/utilities.h:74
↓ 1 callersFunctionbbox_union
seglink/cpp/utilities.h:43
↓ 1 callersFunctionbbox_union_area
seglink/cpp/utilities.h:64
↓ 1 callersMethodbuild_loss
(self, all_maps, gt_rboxes, gt_counts, image_size, scope=None)
seglink/model.py:163
↓ 1 callersFunctionconv2d
(x, n_in, n_out, ksize, stride=1, padding='SAME', weight_init=None, bias=True, relu=False, scope=No
seglink/ops.py:68
↓ 1 callersFunctionconvert_caffemodel_to_ckpt
()
tool/convert_caffe_model/convert_caffemodel_to_ckpt.py:21
↓ 1 callersFunctiondump_caffemodel_weights
()
tool/convert_caffe_model/dump_caffemodel_weights.py:18
↓ 1 callersFunctionevaluate
()
seglink/evaluate.py:40
↓ 1 callersFunctionload_image_and_preprocess
(fname)
tool/convert_caffe_model/tests.py:18
↓ 1 callersFunctionload_oplib
Load TensorFlow operator library.
seglink/ops.py:12
↓ 1 callersFunctionpolygon_to_rbox
seglink/cpp/utilities.h:181
↓ 1 callersFunctionpostprocess_and_write_results_ic13
(all_results)
seglink/evaluate.py:228
↓ 1 callersFunctionpostprocess_and_write_results_ic15
(all_batches, result_dir)
seglink/evaluate.py:173
↓ 1 callersFunctionread_jpeg_check
(image_path, forbid_grayscale=False)
tool/create_datasets.py:32
↓ 1 callersFunctiontest_classify_image
()
tool/convert_caffe_model/tests.py:16
↓ 1 callersFunctiontest_encode_decode_real_data
()
seglink/unit_tests.py:178
↓ 1 callersMethodtrain_and_eval
(self)
seglink/solver.py:191
↓ 1 callersFunctionvisualize_links
Visualize links (local and cross) with colored lines ARGS `ax`: pyplot axis `link_status`: int [map_h, map_w, n_links] `image_size`:
seglink/visualizations.py:139
MethodBatchCombineSegments
* @brief Batch combine local rboxes. */
seglink/cpp/combine_segments_op.cc:93
MethodCalculateOffsets
seglink/cpp/encode_groundtruth_op.cc:359
MethodClipRboxes
* @brief Clip rboxes by rectangular crop_bbox * @param rboxes, tensor [n_rboxes, 5] * @param crop_bbox, tensor [4] * @param clipped_rboxes, t
seglink/cpp/clip_rboxes_op.cc:60
MethodClipRboxesOp
seglink/cpp/clip_rboxes_op.cc:26
MethodCombineSegments
* @brief Combine local rboxes in one example. */
seglink/cpp/combine_segments_op.cc:113
MethodCombineSegmentsOp
seglink/cpp/combine_segments_op.cc:36
MethodCompute
seglink/cpp/sample_crop_bbox_op.cc:112
MethodCompute
seglink/cpp/encode_groundtruth_op.cc:63
MethodCompute
seglink/cpp/detection_mask_op.cc:30
MethodCompute
seglink/cpp/polygons_to_rboxes_op.cc:27
MethodCompute
seglink/cpp/project_polygons_op.cc:49
MethodCompute
seglink/cpp/decode_segments_links_op.cc:51
MethodCompute
seglink/cpp/combine_segments_op.cc:40
MethodCompute
seglink/cpp/decode_local_rboxes_op.cc:40
MethodCompute
seglink/cpp/clip_rboxes_op.cc:30
MethodDecodeLocalRboxesOp
seglink/cpp/decode_local_rboxes_op.cc:29
MethodDecodePredictionBatch
* @brief Encode groundtruth rboxes to local groundtruths in a batch * @param match_status, int tensor [batch, map_h, map_w] * @param local_pred,
seglink/cpp/decode_local_rboxes_op.cc:84
MethodDecodePredictionExample
* @brief Decode an example * @param match_status, int tensor data [map_h, map_w] * @param local_pred, tensor data [map_h, map_w, rbox_dim_] *
seglink/cpp/decode_local_rboxes_op.cc:118
MethodDecodeSegmentsLinksExample
* @brief Decode segments of an example and find their group indices * @param all_node_status, node status of all detection layers * @param all_l
seglink/cpp/decode_segments_links_op.cc:162
MethodDecodeSegmentsLinksOp
seglink/cpp/decode_segments_links_op.cc:37
MethodDetectionMaskOp
seglink/cpp/detection_mask_op.cc:26
MethodEncodeGroundtruthBatch
* @brief Encode groundtruth rboxes to local groundtruths in a batch * @param gt_rboxes, tensor [batch, n_gt_max, rbox_dim] * @param gt_counts, i
seglink/cpp/encode_groundtruth_op.cc:140
MethodEncodeGroundtruthExample
* @brief Encode groundtruth rboxes to local gt * @param gt_rboxes, tensor data [n_gt_max, gt_dim] * @param gt_count, int, number of groundtruths
seglink/cpp/encode_groundtruth_op.cc:202
MethodEncodeGroundtruthOp
seglink/cpp/encode_groundtruth_op.cc:38
MethodGenerateRandomCrop
seglink/cpp/sample_crop_bbox_op.cc:172
MethodLocalDecode
* @brief Decode a local prediction * @param local_pred_p, tensor data [rbox_dim_], (cx, cy, w, h, theta) * @param grid_cx, grid_cy, float * @
seglink/cpp/decode_local_rboxes_op.cc:149
MethodMatchGtRboxes
* @brief Encode groundtruth into regression targets of a local region * @param gt_rboxes, tensor data [n_gt_max, rbox_dim_] * @param gt_count, i
seglink/cpp/encode_groundtruth_op.cc:323
MethodPolygonsToRboxes
* @brief Convert polygons to rboxes * @param polygons, tensor [n_polygons, 8] * @param rboxes, tensor [n_polygons, 5] */
seglink/cpp/polygons_to_rboxes_op.cc:52
MethodPolygonsToRboxesOp
seglink/cpp/polygons_to_rboxes_op.cc:22
MethodProjectPolygons
* @brief Convert polygons to proj_polygons * @param polygons, tensor [n_polygons, 8] * @param crop_bbox, tensor [4] * @param proj_polygons, t
seglink/cpp/project_polygons_op.cc:98
MethodProjectPolygonsOp
seglink/cpp/project_polygons_op.cc:46
MethodSampleCropBboxOp
seglink/cpp/sample_crop_bbox_op.cc:58
MethodSampleRandomCropBbox
seglink/cpp/sample_crop_bbox_op.cc:136
MethodSatisfiesConstraints
seglink/cpp/sample_crop_bbox_op.cc:199
MethodUpdateDetectionMask
seglink/cpp/detection_mask_op.cc:61
Method__init__
(self)
seglink/solver.py:49
Method__init__
(self)
seglink/model.py:33
Method__init__
(self)
seglink/model_cnn.py:12
Method__init__
(self, save_path)
tool/create_datasets.py:182
Method__init__
(self, save_path, data_root, training=True, shuffle=True)
tool/create_datasets.py:274
next →1–100 of 153, ranked by callers