MCPcopy Create free account

hub / github.com/alpha2phi/python-apps / functions

Functions1,446 in github.com/alpha2phi/python-apps

↓ 5 callersMethod_unmap
unmap a subset inds of data into original data of size count
serving-ml-models/backend/detection/RetinaFace/rcnn/io/rpn.py:556
↓ 5 callersMethod_unmap
unmap a subset inds of data into original data of size count
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/io/rpn.py:556
↓ 5 callersFunctionconv_only
(from_layer, name, num_filter, kernel=(1,1), pad=(0,0), \ stride=(1,1), bias_wd_mult=0.0, shared_weight=No
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/symbol_common.py:12
↓ 5 callersFunctionconv_only
(from_layer, name, num_filter, kernel=(1,1), pad=(0,0), \ stride=(1,1), bias_wd_mult=0.0, shared_weight=No
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/symbol_common.py:12
↓ 5 callersMethodgt_roidb
(self)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/dataset/imdb.py:46
↓ 5 callersMethodstart
(self)
serving-ml-models/backend/detection/RetinaFace/rcnn/core/loader.py:436
↓ 4 callersFunction__Pyx_BufFmt_RaiseExpected
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:12196
↓ 4 callersFunction__Pyx_BufFmt_RaiseExpected
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:12196
↓ 4 callersFunction__Pyx_CyFunction_New
CythonFunction */
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:13192
↓ 4 callersFunction__Pyx_CyFunction_New
CythonFunction */
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:13192
↓ 4 callersFunction__Pyx_PySequence_ContainsTF
PySequenceContains.proto */
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:1625
↓ 4 callersFunction__Pyx_PySequence_ContainsTF
PySequenceContains.proto */
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:1625
↓ 4 callersFunction__Pyx_copy_spec_to_module
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:10420
↓ 4 callersFunction__Pyx_copy_spec_to_module
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:10420
↓ 4 callersFunction__Pyx_is_valid_index
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:681
↓ 4 callersFunction__Pyx_is_valid_index
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:681
↓ 4 callersMethodadd_widget
(self, *args, **kwargs)
gui-apps/app_kivy.py:15
↓ 4 callersFunctionanchors_plane
(feat_h, feat_w, stride, base_anchor)
serving-ml-models/backend/detection/RetinaFace/rcnn/processing/generate_anchor.py:12
↓ 4 callersFunctionanchors_plane
(feat_h, feat_w, stride, base_anchor)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/processing/generate_anchor.py:12
↓ 4 callersFunctionassign_anchor_fpn
assign ground truth boxes to anchor positions :param feat_shape: infer output shape :param gt_boxes: assign ground truth :param im_in
serving-ml-models/backend/detection/RetinaFace/rcnn/io/rpn.py:127
↓ 4 callersFunctionassign_anchor_fpn
assign ground truth boxes to anchor positions :param feat_shape: infer output shape :param gt_boxes: assign ground truth :param im_in
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/io/rpn.py:127
↓ 4 callersMethodassign_anchor_fpn
(self, gt_label, im_info, landma
serving-ml-models/backend/detection/RetinaFace/rcnn/io/rpn.py:568
↓ 4 callersMethodassign_anchor_fpn
(self, gt_label, im_info, landma
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/io/rpn.py:568
↓ 4 callersFunctionconv_bn
(input, filter, ksize, stride, padding, act='relu'
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/pyramidbox.py:15
↓ 4 callersFunctionconv_bn
(input, filter, ksize, stride, padding, act_type='relu', name='')
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/symbol_ssh.py:121
↓ 4 callersFunctionconv_bn
(input, filter, ksize, stride, padding, act='relu'
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/pyramidbox.py:15
↓ 4 callersFunctionconv_bn
(input, filter, ksize, stride, padding, act_type='relu', name='')
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/symbol_ssh.py:121
↓ 4 callersMethoddetect
(self, img, threshold=0.5, scales=[1.0], do_flip=False)
serving-ml-models/backend/detection/RetinaFace/retinaface.py:263
↓ 4 callersFunctionexpand_bbox_regression_targets
expand from 5 to 4 * num_classes; only the right class has non-zero bbox regression targets :param bbox_targets_data: [k * 5] :param num_
serving-ml-models/backend/detection/RetinaFace/rcnn/processing/bbox_regression.py:109
↓ 4 callersFunctionexpand_bbox_regression_targets
expand from 5 to 4 * num_classes; only the right class has non-zero bbox regression targets :param bbox_targets_data: [k * 5] :param num_
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/processing/bbox_regression.py:109
↓ 4 callersFunctiongenerate_anchors
Generate anchor (reference) windows by enumerating aspect ratios X scales wrt a reference (0, 0, 15, 15) window.
serving-ml-models/backend/detection/RetinaFace/rcnn/processing/generate_anchor.py:16
↓ 4 callersFunctiongenerate_anchors
Generate anchor (reference) windows by enumerating aspect ratios X scales wrt a reference (0, 0, 15, 15) window.
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/processing/generate_anchor.py:16
↓ 4 callersFunctiongenerate_figure
(value, figure)
sagemaker-dash/tutorials/app17.py:77
↓ 4 callersMethodgetAnnIds
Get ann ids that satisfy given filter conditions. default skips that filter :param imgIds (int array) : get anns for given imgs
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/coco.py:129
↓ 4 callersMethodgetAnnIds
Get ann ids that satisfy given filter conditions. default skips that filter :param imgIds (int array) : get anns for given imgs
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/coco.py:129
↓ 4 callersFunctionhead_module
(body, num_filter, filter_in, name)
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/symbol_common.py:304
↓ 4 callersFunctionhead_module
(body, num_filter, filter_in, name)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/symbol_common.py:304
↓ 4 callersMethodloadAnns
Load anns with the specified ids. :param ids (int array) : integer ids specifying anns :return: anns (object array) : l
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/coco.py:214
↓ 4 callersMethodloadAnns
Load anns with the specified ids. :param ids (int array) : integer ids specifying anns :return: anns (object array) : l
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/coco.py:214
↓ 4 callersMethodparse
(self, response)
dynamic-web-scraping/dynamic_scraper/dynamic_scraper/spiders/splash_scraper.py:39
↓ 4 callersFunctionssh_detection_module
(body, num_filters, name)
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/symbol_ssh.py:101
↓ 4 callersFunctionssh_detection_module
(body, num_filters, name)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/symbol_ssh.py:101
↓ 4 callersFunctiontransform
transform into mxnet tensor, subtract pixel size and transform to correct format :param im: [height, width, channel] in BGR :param pi
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/io/image.py:807
↓ 4 callersFunctionumin
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/maskApi.c:11
↓ 4 callersFunctionumin
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/maskApi.c:11
↓ 4 callersMethodupdate_sourcecode
(self)
gui-apps/app_kivy.py:111
↓ 3 callersFunction__Pyx_GetException
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:13309
↓ 3 callersFunction__Pyx_GetException
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:13309
↓ 3 callersFunction__Pyx_GetItemInt_Generic
GetItemInt */
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:11902
↓ 3 callersFunction__Pyx_GetItemInt_Generic
GetItemInt */
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:11902
↓ 3 callersFunction__Pyx_PyInt_EqObjC
PyIntCompare */
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:11721
↓ 3 callersFunction__Pyx_PyInt_EqObjC
PyIntCompare */
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:11721
↓ 3 callersFunction__Pyx_inner_PyErr_GivenExceptionMatches2
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:15142
↓ 3 callersFunction__Pyx_inner_PyErr_GivenExceptionMatches2
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:15142
↓ 3 callersFunction__pyx_pf_5_mask_3iou_6_len
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:5644
↓ 3 callersFunction__pyx_pf_5_mask_3iou_6_len
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:5644
↓ 3 callersFunction__pyx_pf_5_mask_3iou__preproc
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:4493
↓ 3 callersFunction__pyx_pf_5_mask_3iou__preproc
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:4493
↓ 3 callersMethodapply_bbox_pred
(self, bbox_pred, ind=None)
serving-ml-models/backend/detection/RetinaFace/rcnn/PY_OP/cascade_refine.py:52
↓ 3 callersMethodapply_bbox_pred
(self, bbox_pred, ind=None)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/PY_OP/cascade_refine.py:52
↓ 3 callersFunctionbbIou
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/maskApi.c:109
↓ 3 callersFunctionbbIou
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/maskApi.c:109
↓ 3 callersMethodbind
(self, data_shapes, label_shapes=None, for_training=True,
serving-ml-models/backend/detection/RetinaFace/rcnn/core/module.py:108
↓ 3 callersMethodbind
(self, data_shapes, label_shapes=None, for_training=True,
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/core/module.py:108
↓ 3 callersFunctioncartoonify
Cartoonify an image.
cartoon-camera/backend/cartoon/__init__.py:43
↓ 3 callersFunctionconv_act_layer_dw
(from_layer, name, num_filter, kernel=(1,1), pad=(0,0), \ stride=(1,1), act_type="relu", bias_wd_mult=0.0)
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/symbol_mnet.py:32
↓ 3 callersFunctionconv_act_layer_dw
(from_layer, name, num_filter, kernel=(1,1), pad=(0,0), \ stride=(1,1), act_type="relu", bias_wd_mult=0.0)
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/symbol_resnet.py:26
↓ 3 callersFunctionconv_act_layer_dw
(from_layer, name, num_filter, kernel=(1,1), pad=(0,0), \ stride=(1,1), act_type="relu", bias_wd_mult=0.0)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/symbol_mnet.py:32
↓ 3 callersFunctionconv_act_layer_dw
(from_layer, name, num_filter, kernel=(1,1), pad=(0,0), \ stride=(1,1), act_type="relu", bias_wd_mult=0.0)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/symbol_resnet.py:26
↓ 3 callersFunctionconv_deformable
(net, num_filter, num_group=1, act_type='relu', name='')
serving-ml-models/backend/detection/RetinaFace/rcnn/symbol/symbol_common.py:33
↓ 3 callersFunctionconv_deformable
(net, num_filter, num_group=1, act_type='relu', name='')
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/symbol/symbol_common.py:33
↓ 3 callersFunctionenc
(v)
flask-api/test-client/rison.js:11
↓ 3 callersMethodfindHands
(self, img, draw=True)
computer-vision/hand_tracking.py:21
↓ 3 callersMethodfindPosition
(self, img, handNo=0, draw=True)
computer-vision/hand_tracking.py:35
↓ 3 callersMethodget
(self)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/core/metric.py:35
↓ 3 callersFunctionget_figure
(df, x_col, y_col, selectedpoints, selectedpoints_local)
sagemaker-dash/tutorials/app16.py:27
↓ 3 callersFunctionget_rpn_names
()
serving-ml-models/backend/detection/RetinaFace/rcnn/core/metric.py:9
↓ 3 callersFunctionget_rpn_names
()
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/core/metric.py:9
↓ 3 callersFunctionlandmark_transform
(ex_rois, gt_rois)
serving-ml-models/backend/detection/RetinaFace/rcnn/processing/bbox_transform.py:93
↓ 3 callersFunctionlandmark_transform
(ex_rois, gt_rois)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/processing/bbox_transform.py:97
↓ 3 callersFunctionload_checkpoint
Load model checkpoint from file. :param prefix: Prefix of model name. :param epoch: Epoch number of model we would like to load. :ret
serving-ml-models/backend/detection/RetinaFace/rcnn/utils/load_model.py:4
↓ 3 callersFunctionload_checkpoint
Load model checkpoint from file. :param prefix: Prefix of model name. :param epoch: Epoch number of model we would like to load. :ret
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/utils/load_model.py:4
↓ 3 callersMethodload_screen
(self, index)
gui-apps/app_kivy.py:87
↓ 3 callersMethodpredict
(self, data_batch)
serving-ml-models/backend/detection/RetinaFace/rcnn/core/tester.py:69
↓ 3 callersMethodpredict
(self, data_batch)
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/core/tester.py:69
↓ 3 callersFunctionrleToBbox
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/maskApi.c:133
↓ 3 callersFunctionrleToBbox
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/maskApi.c:133
↓ 3 callersFunctionumax
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/maskApi.c:12
↓ 3 callersFunctionumax
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/maskApi.c:12
↓ 3 callersFunctionvis_all_detection
visualize all detections in one image :param im_array: [b=1 c h w] in rgb :param detections: [ numpy.ndarray([[x1 y1 x2 y2 score]]) for j
serving-ml-models/backend/detection/RetinaFace/rcnn/core/tester.py:455
↓ 3 callersFunctionvis_all_detection
visualize all detections in one image :param im_array: [b=1 c h w] in rgb :param detections: [ numpy.ndarray([[x1 y1 x2 y2 score]]) for j
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/core/tester.py:455
↓ 2 callersFunctionLink
(props)
hackernews/frontend-react/src/components/Link.js:3
↓ 2 callersFunction__Pyx_BufFmt_DescribeTypeChar
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:12053
↓ 2 callersFunction__Pyx_BufFmt_DescribeTypeChar
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:12053
↓ 2 callersFunction__Pyx_BufFmt_ExpectNumber
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:12042
↓ 2 callersFunction__Pyx_BufFmt_ExpectNumber
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:12042
↓ 2 callersFunction__Pyx_CyFunction_CallMethod
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:13012
↓ 2 callersFunction__Pyx_CyFunction_CallMethod
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:13012
↓ 2 callersFunction__Pyx_CyFunction_init_defaults
serving-ml-models/backend/detection/RetinaFace/rcnn/pycocotools/_mask.c:12742
↓ 2 callersFunction__Pyx_CyFunction_init_defaults
serving-ml-models/backend/detection/RetinaFaceAntiCov/rcnn/pycocotools/_mask.c:12742
← previousnext →101–200 of 1,446, ranked by callers