MCPcopy Create free account

hub / github.com/ShuLiu1993/PANet / functions

Functions841 in github.com/ShuLiu1993/PANet

↓ 2 callersFunction__Pyx_PyInt_As_unsigned_int
CIntFromPy */
lib/utils/cython_nms.c:10320
↓ 2 callersFunction__Pyx_PyInt_From_unsigned_int
CIntToPy */
lib/utils/cython_nms.c:9948
↓ 2 callersFunction__Pyx_PyInt_From_unsigned_int
CIntToPy */
lib/utils/cython_bbox.c:6441
↓ 2 callersFunction__Pyx_PyObject_CallMethO
lib/utils/cython_nms.c:8969
↓ 2 callersFunction__Pyx_PyObject_GetSlice
SliceObject */
lib/utils/cython_nms.c:9148
↓ 2 callersFunction__Pyx_RaiseArgtupleInvalid
RaiseArgTupleInvalid */
lib/utils/cython_bbox.c:5068
↓ 2 callersFunction__Pyx_RefNannyImportAPI
lib/utils/cython_nms.c:7787
↓ 2 callersFunction__Pyx_RefNannyImportAPI
lib/utils/cython_bbox.c:5038
↓ 2 callersFunction__Pyx_TypeTest
ExtTypeTest */
lib/utils/cython_bbox.c:5832
↓ 2 callersFunction__Pyx_ZeroBuffer
lib/utils/cython_bbox.c:5746
↓ 2 callersFunction__Pyx_inner_PyErr_GivenExceptionMatches2
lib/utils/cython_nms.c:10912
↓ 2 callersMethod__init__
(self, conv_body_func, fpn_level_info, P2only=False, panet_buttomup=False)
lib/modeling/FPN.py:86
↓ 2 callersMethod__init__
(self, aligned_height, aligned_width, spatial_scale, sampling_ratio)
lib/modeling/roi_xfrom/roi_align/modules/roi_align.py:7
↓ 2 callersMethod__init__
(self, aligned_height, aligned_width, spatial_scale)
lib/model/roi_align/modules/roi_align.py:7
↓ 2 callersFunction__pyx_bisect_code_objects
CodeObjectCache */
lib/utils/cython_nms.c:9677
↓ 2 callersFunction__pyx_bisect_code_objects
CodeObjectCache */
lib/utils/cython_bbox.c:6255
↓ 2 callersFunction_add_class_assignments
Compute object category assignment for each box associated with each roidb entry.
lib/datasets/json_dataset.py:513
↓ 2 callersFunction_check_and_coerce_cfg_value_type
Checks that `value_a`, which is intended to replace `value_b` is of the right type. The type is correct if it matches exactly or is one of a few
lib/core/config.py:1140
↓ 2 callersFunction_coco_eval_to_box_results
(coco_eval)
lib/datasets/task_evaluation.py:276
↓ 2 callersFunction_decode_cfg_value
Decodes a raw config value (e.g., from a yaml config files or command line argument) into a Python object.
lib/core/config.py:1107
↓ 2 callersFunction_empty_box_results
()
lib/datasets/task_evaluation.py:324
↓ 2 callersFunction_empty_mask_results
()
lib/datasets/task_evaluation.py:340
↓ 2 callersFunction_expand_bbox_targets
Bounding-box regression targets are stored in a compact form in the roidb. This function expands those targets into the 4-of-4*K representati
lib/roi_data/fast_rcnn.py:222
↓ 2 callersFunction_filter_crowd_proposals
Finds proposals that are inside crowd regions and marks them as overlap = -1 with each ground-truth rois, which means they will be excluded fr
lib/datasets/json_dataset.py:493
↓ 2 callersMethod_forward
(self, data, im_info, roidb=None, **rpn_kwargs)
lib/modeling/model_builder.py:146
↓ 2 callersFunction_get_blobs
Convert an image and RoIs within that image into network inputs.
lib/core/test.py:922
↓ 2 callersFunction_get_rpn_blobs
(im_height, im_width, foas, all_anchors, gt_boxes)
lib/roi_data/rpn.py:115
↓ 2 callersFunction_get_thr_ind
(coco_eval, thr)
lib/datasets/json_dataset_evaluator.py:204
↓ 2 callersFunction_get_voc_results_file_template
(json_dataset, salt)
lib/datasets/voc_dataset_evaluator.py:95
↓ 2 callersFunction_log_detection_eval_metrics
(json_dataset, coco_eval)
lib/datasets/json_dataset_evaluator.py:203
↓ 2 callersFunction_merge_a_into_b
Merge config dictionary a into config dictionary b, clobbering the options in b whenever they are also specified in a.
lib/core/config.py:1074
↓ 2 callersFunction_merge_proposal_boxes_into_roidb
Add proposal boxes to each roidb entry.
lib/datasets/json_dataset.py:429
↓ 2 callersFunction_mkanchors
Given a vector of widths (ws) and heights (hs) around a center (x_ctr, y_ctr), output a set of anchors (windows).
lib/modeling/generate_anchors.py:89
↓ 2 callersFunction_use_cityscapes_evaluator
Check if the dataset uses the Cityscapes dataset evaluator.
lib/datasets/task_evaluation.py:250
↓ 2 callersFunction_use_json_dataset_evaluator
Check if the dataset uses the general json dataset evaluator.
lib/datasets/task_evaluation.py:245
↓ 2 callersFunction_whctrs
Return width, height, x center, and y center for an anchor (window).
lib/modeling/generate_anchors.py:80
↓ 2 callersFunctionassert_cache_file_is_ok
Check that cache file has the correct hash.
lib/utils/io.py:76
↓ 2 callersMethodbackward
(ctx, grad_output)
lib/nn/parallel/_functions.py:58
↓ 2 callersFunctioncal_minibatch_ratio
Given the ratio_list, we want to make the RATIO same for each minibatch on each GPU. Note: this only work for 1) cfg.TRAIN.MAX_SIZE is ignored dur
lib/roi_data/loader.py:119
↓ 2 callersFunctioncombined_roidb_for_training
Load and concatenate roidbs for one or more datasets, along with optional object proposals. The roidb entries are then prepared for use in trainin
lib/datasets/roidb.py:37
↓ 2 callersFunctioncompare_state_dict
(sa, sb)
lib/modeling/model_builder.py:46
↓ 2 callersFunctionfpn_level_info_ResNet101_conv5
()
lib/modeling/FPN.py:536
↓ 2 callersFunctionfpn_level_info_ResNet152_conv5
()
lib/modeling/FPN.py:544
↓ 2 callersFunctiongather
r""" Gathers variables from different GPUs on a specified device (-1 means the CPU).
lib/nn/parallel/scatter_gather.py:54
↓ 2 callersFunctionget_bounds
(flat_mask)
lib/utils/segms.py:255
↓ 2 callersFunctionget_inference_dataset
(index, is_parent=True)
lib/core/test_engine.py:67
↓ 2 callersFunctionget_target_scale
Calculate target resize scale
lib/utils/blob.py:141
↓ 2 callersFunctionheur_f
(hms_ts)
lib/core/test.py:639
↓ 2 callersFunctionim_detect_all
Process the outputs of model for testing Args: model: the network module im_data: Pytorch variable. Input batch to the model. im
lib/core/test.py:50
↓ 2 callersFunctionim_detect_bbox_aspect_ratio
Computes bbox detections at the given width-relative aspect ratio. Returns predictions in the original image space.
lib/core/test.py:329
↓ 2 callersFunctionim_detect_bbox_scale
Computes bbox detections at the given scale. Returns predictions in the original image space.
lib/core/test.py:313
↓ 2 callersFunctionim_detect_keypoints_aspect_ratio
Detects keypoints at the given width-relative aspect ratio.
lib/core/test.py:683
↓ 2 callersFunctionim_detect_keypoints_scale
Computes keypoint predictions at the given scale.
lib/core/test.py:670
↓ 2 callersFunctionim_detect_mask_aspect_ratio
Computes mask detections at the given width-relative aspect ratio.
lib/core/test.py:508
↓ 2 callersFunctionim_detect_mask_scale
Computes masks at the given scale.
lib/core/test.py:495
↓ 2 callersFunctionlog_stats
Log training statistics to terminal
lib/utils/logging.py:42
↓ 2 callersFunctionlog_training_stats
(training_stats, global_step, lr)
tools/train_net.py:373
↓ 2 callersFunctionparallel_apply
(modules, inputs, kwargs_tup=None, devices=None)
lib/nn/parallel/parallel_apply.py:23
↓ 2 callersFunctionreplicate
(network, devices)
lib/nn/parallel/replicate.py:4
↓ 2 callersMethodreset
(self)
lib/utils/timer.py:30
↓ 2 callersFunctionresidual_stage_detectron_mapping
Construct weight mapping relation for a residual stage with `num_blocks` of residual blocks given the stage id: `res_id`
lib/modeling/ResNet.py:353
↓ 2 callersFunctionscatter
r""" Slices variables into approximately equal chunks and distributes them across given GPUs. Duplicates references to objects that are no
lib/nn/parallel/scatter_gather.py:11
↓ 2 callersFunctionscatter_kwargs
r"""Scatter with support for kwargs dictionary
lib/nn/parallel/scatter_gather.py:41
↓ 2 callersMethodshare_res5_module
Share res5 block with box head on training
lib/modeling/mask_rcnn_heads.py:302
↓ 2 callersMethodtb_log_stats
Log the tracked statistics to tensorboard
lib/utils/training_stats.py:184
↓ 2 callersMethodtrain
(self, mode=True)
lib/modeling/ResNet.py:105
↓ 1 callersMethodLogIterStats
Log the tracked statistics.
lib/utils/training_stats.py:175
↓ 1 callersFunctionPyInit_cython_nms
proto*/
lib/utils/cython_nms.c:7563
↓ 1 callersFunctionResNet_roi_conv5_head_for_masks
ResNet "conv5" / "stage5" head for predicting masks.
lib/modeling/mask_rcnn_heads.py:395
↓ 1 callersMethod_UpdateIterStats_inner
Update tracked iteration statistics for the case of iter_size > 1
lib/utils/training_stats.py:105
↓ 1 callersFunction__Pyx_BufFmt_CheckString
lib/utils/cython_nms.c:8370
↓ 1 callersFunction__Pyx_BufFmt_CheckString
lib/utils/cython_bbox.c:5613
↓ 1 callersFunction__Pyx_BufFmt_Init
BufferFormatCheck */
lib/utils/cython_nms.c:8005
↓ 1 callersFunction__Pyx_BufFmt_Init
BufferFormatCheck */
lib/utils/cython_bbox.c:5248
↓ 1 callersFunction__Pyx_BufFmt_ParseNumber
lib/utils/cython_nms.c:8032
↓ 1 callersFunction__Pyx_BufFmt_ParseNumber
lib/utils/cython_bbox.c:5275
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToAlignment
lib/utils/cython_nms.c:8129
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToAlignment
lib/utils/cython_bbox.c:5372
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToGroup
lib/utils/cython_nms.c:8179
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToGroup
lib/utils/cython_bbox.c:5422
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToNativeSize
lib/utils/cython_nms.c:8100
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToNativeSize
lib/utils/cython_bbox.c:5343
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToPadding
lib/utils/cython_nms.c:8161
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToPadding
lib/utils/cython_bbox.c:5404
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToStandardSize
lib/utils/cython_nms.c:8082
↓ 1 callersFunction__Pyx_BufFmt_TypeCharToStandardSize
lib/utils/cython_bbox.c:5325
↓ 1 callersFunction__Pyx_CLineForTraceback
lib/utils/cython_nms.c:9641
↓ 1 callersFunction__Pyx_CLineForTraceback
CLineInTraceback */
lib/utils/cython_bbox.c:6219
↓ 1 callersFunction__Pyx_CreateCodeObjectForTraceback
lib/utils/cython_nms.c:9760
↓ 1 callersFunction__Pyx_CreateCodeObjectForTraceback
lib/utils/cython_bbox.c:6338
↓ 1 callersFunction__Pyx_ErrFetchInState
lib/utils/cython_nms.c:9089
↓ 1 callersFunction__Pyx_ErrRestoreInState
lib/utils/cython_nms.c:9077
↓ 1 callersFunction__Pyx_GetBuffer
lib/utils/cython_nms.c:9842
↓ 1 callersFunction__Pyx_GetBuffer
lib/utils/cython_bbox.c:6419
↓ 1 callersFunction__Pyx_GetItemInt_Fast
lib/utils/cython_nms.c:8597
↓ 1 callersFunction__Pyx_Import
Import */
lib/utils/cython_nms.c:9575
↓ 1 callersFunction__Pyx_Import
Import */
lib/utils/cython_bbox.c:6145
↓ 1 callersFunction__Pyx_ImportModule
lib/utils/cython_nms.c:10977
↓ 1 callersFunction__Pyx_ImportModule
lib/utils/cython_bbox.c:7482
↓ 1 callersFunction__Pyx_InBases
lib/utils/cython_nms.c:10888
← previousnext →101–200 of 841, ranked by callers