MCPcopy Create free account

hub / github.com/ShuLiu1993/PANet / functions

Functions841 in github.com/ShuLiu1993/PANet

↓ 37 callersFunction__Pyx_PyObject_GetItem
lib/utils/cython_nms.c:8660
↓ 30 callersFunction__Pyx_PyInt_From_int
CIntToPy */
lib/utils/cython_nms.c:9886
↓ 21 callersFunction__Pyx_SafeReleaseBuffer
BufferGetAndValidate */
lib/utils/cython_nms.c:8507
↓ 20 callersFunction__Pyx_PyObject_IsTrue
lib/utils/cython_nms.c:11162
↓ 18 callersFunction__Pyx_AddTraceback
lib/utils/cython_nms.c:9812
↓ 18 callersFunction__Pyx_PyObject_IsTrue
lib/utils/cython_bbox.c:7660
↓ 17 callersFunction__Pyx_PyInt_From_enum__NPY_TYPES
CIntToPy */
lib/utils/cython_nms.c:10289
↓ 17 callersFunction__Pyx_PyInt_From_enum__NPY_TYPES
CIntToPy */
lib/utils/cython_bbox.c:6835
↓ 16 callersFunction__Pyx_AddTraceback
lib/utils/cython_bbox.c:6390
↓ 16 callersFunction__Pyx_PyObject_Call
lib/utils/cython_nms.c:8949
↓ 13 callersFunction__Pyx_GetBufferAndValidate
lib/utils/cython_bbox.c:5753
↓ 13 callersMethodtic
(self)
lib/utils/timer.py:15
↓ 13 callersMethodtoc
(self, average=True)
lib/utils/timer.py:20
↓ 12 callersFunction__Pyx_PyObject_Call
lib/utils/cython_bbox.c:5813
↓ 11 callersFunction__Pyx_PyObject_GetAttrStr
lib/utils/cython_nms.c:7804
↓ 11 callersFunction__Pyx_Raise
lib/utils/cython_nms.c:9246
↓ 11 callersFunction__Pyx_Raise
lib/utils/cython_bbox.c:5870
↓ 10 callersMethodAddValue
(self, value)
lib/utils/logging.py:78
↓ 9 callersFunction__Pyx_TypeTest
ExtTypeTest */
lib/utils/cython_nms.c:8670
↓ 8 callersFunction__Pyx_PyObject_CallOneArg
lib/utils/cython_nms.c:8999
↓ 7 callersFunction__Pyx_c_prod_double
lib/utils/cython_nms.c:10171
↓ 7 callersFunction__Pyx_c_prod_double
lib/utils/cython_bbox.c:6686
↓ 7 callersFunction__Pyx_c_prod_float
lib/utils/cython_nms.c:10016
↓ 7 callersFunction__Pyx_c_prod_float
lib/utils/cython_bbox.c:6531
↓ 7 callersMethod__init__
(self, height, width, lr = 1, aux_loss = False)
lib/model/roi_crop/modules/gridgen.py:13
↓ 7 callersFunction__pyx_f_5utils_10cython_nms_max
lib/utils/cython_nms.c:1882
↓ 7 callersFunction__pyx_t_double_complex_from_parts
lib/utils/cython_nms.c:10136
↓ 7 callersFunction__pyx_t_double_complex_from_parts
lib/utils/cython_bbox.c:6651
↓ 7 callersFunction__pyx_t_float_complex_from_parts
lib/utils/cython_nms.c:9981
↓ 7 callersFunction__pyx_t_float_complex_from_parts
lib/utils/cython_bbox.c:6496
↓ 6 callersMethodGetMedianValue
(self)
lib/utils/logging.py:84
↓ 6 callersFunction__Pyx_BufFmt_ProcessTypeChunk
lib/utils/cython_nms.c:8224
↓ 6 callersFunction__Pyx_BufFmt_ProcessTypeChunk
lib/utils/cython_bbox.c:5467
↓ 6 callersFunction__Pyx_BufFmt_RaiseUnexpectedChar
lib/utils/cython_nms.c:8054
↓ 6 callersFunction__Pyx_BufFmt_RaiseUnexpectedChar
lib/utils/cython_bbox.c:5297
↓ 6 callersFunction__Pyx_ImportType
lib/utils/cython_nms.c:10995
↓ 6 callersFunction__Pyx_ImportType
lib/utils/cython_bbox.c:7500
↓ 6 callersFunction__Pyx_SafeReleaseBuffer
lib/utils/cython_bbox.c:5787
↓ 6 callersMethod__init__
(self, dim_in)
lib/modeling/mask_rcnn_heads.py:22
↓ 6 callersMethod__init__
(self, dim_in, roi_xform_func, spatial_scale)
lib/modeling/fast_rcnn_heads.py:75
↓ 6 callersFunctionadd_heatmaps_t
(heatmaps_t, ds_t=False, us_t=False)
lib/core/test.py:585
↓ 6 callersFunctionadd_preds_t
(scores_t, boxes_t)
lib/core/test.py:212
↓ 6 callersMethodget_roidb
Return an roidb corresponding to the json dataset. Optionally: - include ground truth boxes in the roidb - add proposals specifi
lib/datasets/json_dataset.py:114
↓ 6 callersFunctionim_conv_body_only
(model, im, target_scale, target_max_size)
lib/core/test.py:113
↓ 6 callersFunctionsave_object
Save a Python object by pickling it.
lib/utils/io.py:39
↓ 5 callersFunction__Pyx_GetBuiltinName
GetBuiltinName */
lib/utils/cython_nms.c:7817
↓ 5 callersFunction__Pyx_GetBuiltinName
GetBuiltinName */
lib/utils/cython_bbox.c:5054
↓ 5 callersFunction__Pyx_PyInt_From_long
CIntToPy */
lib/utils/cython_nms.c:9917
↓ 5 callersFunction__Pyx_PyObject_GetAttrStr
lib/utils/cython_bbox.c:1076
↓ 5 callersFunction__pyx_f_5utils_10cython_nms_min
lib/utils/cython_nms.c:1922
↓ 5 callersMethod_mean_and_reset_inner_list
Take the mean and reset list empty
lib/utils/training_stats.py:165
↓ 5 callersFunctionadd_stage
Make a stage consist of `nblocks` residual blocks. Returns: - stage module: an nn.Sequentail module of residual blocks - final out
lib/modeling/ResNet.py:158
↓ 5 callersFunctionim_detect_bbox
Prepare the bbox for testing
lib/core/test.py:127
↓ 5 callersFunctionim_detect_keypoints
Infer instance keypoint poses. This function must be called after im_detect_bbox as it assumes that the Caffe2 workspace is already populated
lib/core/test.py:528
↓ 5 callersFunctionim_detect_mask
Infer instance segmentation masks. This function must be called after im_detect_bbox as it assumes that the Caffe2 workspace is already populated
lib/core/test.py:365
↓ 4 callersFunction__Pyx_ArgTypeTest
lib/utils/cython_bbox.c:5215
↓ 4 callersFunction__Pyx_BufFmt_RaiseExpected
lib/utils/cython_nms.c:8200
↓ 4 callersFunction__Pyx_BufFmt_RaiseExpected
lib/utils/cython_bbox.c:5443
↓ 4 callersFunction__Pyx_PyCFunction_FastCall
lib/utils/cython_nms.c:8806
↓ 4 callersFunction__Pyx_PyInt_AddObjC
lib/utils/cython_nms.c:8684
↓ 4 callersFunction__Pyx_PyInt_From_int
CIntToPy */
lib/utils/cython_bbox.c:6804
↓ 4 callersFunction__Pyx_copy_spec_to_module
lib/utils/cython_nms.c:7568
↓ 4 callersFunctionassert_and_infer_cfg
Call this function in your script after you have finished setting all cfg values that are necessary (e.g., merging a config from a file, merging
lib/core/config.py:1006
↓ 4 callersFunctionget_func
Helper to return a function object by name. func_name must identify a function in this module or the path to a function relative to the base '
lib/modeling/model_builder.py:25
↓ 4 callersFunctionload_detectron_weight
(net, detectron_weight_file)
lib/utils/detectron_weight_helper.py:9
↓ 4 callersFunctionvoc_info
(json_dataset)
lib/datasets/voc_dataset_evaluator.py:164
↓ 3 callersFunction__Pyx_GetException
lib/utils/cython_nms.c:9508
↓ 3 callersFunction__Pyx_GetException
lib/utils/cython_bbox.c:6087
↓ 3 callersFunction__Pyx_GetItemInt_Generic
GetItemInt */
lib/utils/cython_nms.c:8554
↓ 3 callersFunction__Pyx_PyErr_GivenExceptionMatches
lib/utils/cython_nms.c:10942
↓ 3 callersFunction__Pyx_PyIndex_AsSsize_t
lib/utils/cython_nms.c:11236
↓ 3 callersFunction__Pyx_RaiseArgtupleInvalid
RaiseArgTupleInvalid */
lib/utils/cython_nms.c:7831
↓ 3 callersMethod__init__
(self, block_counts)
lib/modeling/ResNet.py:43
↓ 3 callersFunction_add_multilevel_rois_for_test
Distributes a set of RoIs across FPN pyramid levels by creating new level specific RoI blobs. Arguments: blobs (dict): dictionary of
lib/core/test.py:901
↓ 3 callersFunction_distribute_rois_over_fpn_levels
Distribute rois over the different FPN levels.
lib/roi_data/fast_rcnn.py:260
↓ 3 callersFunction_get_rois_blob
Converts RoIs into network inputs. Arguments: im_rois (ndarray): R x 4 matrix of RoIs in original image coordinates im_scale_fact
lib/core/test.py:869
↓ 3 callersFunctionextend_results
Add results for an image to the set of all results at the specified index.
lib/core/test_engine.py:391
↓ 3 callersFunctionfpn_level_info_ResNet50_conv5
()
lib/modeling/FPN.py:528
↓ 3 callersFunctionfreeze_params
Freeze all the weights by setting requires_grad to False
lib/modeling/ResNet.py:392
↓ 3 callersMethodgather
(self, outputs, output_device)
lib/nn/parallel/data_parallel.py:141
↓ 3 callersFunctiongenerate_anchors
Generates a matrix of anchor boxes in (x1, y1, x2, y2) format. Anchors are centered on stride / 2, have (approximate) sqrt areas of the specified
lib/modeling/generate_anchors.py:54
↓ 3 callersFunctionim_detect_bbox_hflip
Performs bbox detection on the horizontally flipped image. Function signature is the same as for im_detect_bbox.
lib/core/test.py:289
↓ 3 callersFunctionim_detect_keypoints_hflip
Computes keypoint predictions on the horizontally flipped image. Function signature is the same as for im_detect_keypoints_aug.
lib/core/test.py:653
↓ 3 callersFunctionim_detect_mask_hflip
Performs mask detection on the horizontally flipped image. Function signature is the same as for im_detect_mask_aug.
lib/core/test.py:478
↓ 3 callersFunctionsave_ckpt
Save checkpoint
tools/train_net_step.py:118
↓ 3 callersMethodscatter
(self, inputs, kwargs, device_ids)
lib/nn/parallel/data_parallel.py:135
↓ 2 callersMethodGetStats
(self, cur_iter, lr)
lib/utils/training_stats.py:194
↓ 2 callersMethodIterTic
(self)
lib/utils/training_stats.py:61
↓ 2 callersMethodIterToc
(self)
lib/utils/training_stats.py:64
↓ 2 callersMethodUpdateIterStats
Update tracked iteration statistics.
lib/utils/training_stats.py:70
↓ 2 callersFunction_CorrectMomentum
The MomentumSGDUpdate op implements the update V as V := mu * V + lr * grad, where mu is the momentum factor, lr is the learning rate, a
lib/utils/net.py:86
↓ 2 callersFunction__Pyx_BufFmt_DescribeTypeChar
lib/utils/cython_nms.c:8058
↓ 2 callersFunction__Pyx_BufFmt_DescribeTypeChar
lib/utils/cython_bbox.c:5301
↓ 2 callersFunction__Pyx_BufFmt_ExpectNumber
lib/utils/cython_nms.c:8047
↓ 2 callersFunction__Pyx_BufFmt_ExpectNumber
lib/utils/cython_bbox.c:5290
↓ 2 callersFunction__Pyx_IsSubtype
lib/utils/cython_nms.c:10896
↓ 2 callersFunction__Pyx_Is_Little_Endian
IsLittleEndian */
lib/utils/cython_nms.c:7994
↓ 2 callersFunction__Pyx_Is_Little_Endian
IsLittleEndian */
lib/utils/cython_bbox.c:5237
↓ 2 callersFunction__Pyx_ParseOptionalKeywords
ParseKeywords */
lib/utils/cython_nms.c:7871
↓ 2 callersFunction__Pyx_PyFunction_FastCallNoKw
lib/utils/cython_nms.c:8830
next →1–100 of 841, ranked by callers