MCPcopy Create free account

hub / github.com/MVIG-SJTU/AlphaPose / functions

Functions1,314 in github.com/MVIG-SJTU/AlphaPose

↓ 1 callersMethodmake_spp_block
(self, filters_list, in_filters)
detector/yolox/yolox/models/darknet.py:66
↓ 1 callersMethodmark_lost
(self)
trackers/tracking/basetrack.py:48
↓ 1 callersMethodmatch
Computes matches among row and column indices and returns the result. Computes matches among the row and column indices based on the similari
detector/efficientdet/effdet/object_detection/matcher.py:196
↓ 1 callersMethodmatched_column_indicator
Returns column indices that are matched. Returns: column_indices: int32 tensor of shape [K] with column indices.
detector/efficientdet/effdet/object_detection/matcher.py:83
↓ 1 callersFunctionmplfig_to_npimage
Converts a matplotlib figure to a RGB frame after updating the canvas. Modified from https://github.com/Zulko/moviepy/blob/master/moviepy/vid
alphapose/utils/vis.py:844
↓ 1 callersMethodmulti_predict
(stracks)
trackers/tracker_api.py:72
↓ 1 callersFunctionnms
Dispatch to either CPU or GPU NMS implementations. The input can be either a torch tensor or numpy array. GPU NMS will be used if the input i
detector/nms/nms_wrapper.py:8
↓ 1 callersFunctionnorm_heatmap
(norm_type, heatmap)
alphapose/utils/transforms.py:692
↓ 1 callersMethodnvcc_args
Get optional list of compiler flags to forward to nvcc when building CUDA sources
detector/yolox/yolox/layers/jit_ops.py:61
↓ 1 callersFunctionoks_nms
OKS NMS implementations. Args: kpts_db: keypoints. thr: Retain overlap < thr. sigmas: standard deviation of keypoint label
alphapose/utils/pPose_nms.py:69
↓ 1 callersFunctionoks_pose_nms
(data, soft=False)
alphapose/utils/pPose_nms.py:31
↓ 1 callersFunctionosnet_ain_x1_0
( num_classes=1000, pretrained=True, loss='softmax', **kwargs )
trackers/ReidModels/osnet_ain.py:523
↓ 1 callersMethodoverride
Update members while disallowing new keys.
detector/efficientdet/effdet/config/config.py:72
↓ 1 callersFunctionparse_cfg
Takes a configuration file Returns a list of blocks. Each blocks describes a block in the neural network to be built. Block is repre
detector/yolo/darknet.py:42
↓ 1 callersMethodparse_from_str
parse from a string in format 'x=a,y=2' and return the dict.
detector/efficientdet/effdet/config/config.py:83
↓ 1 callersFunctionparse_model_cfg
Parses the yolo-v3 layer configuration file and returns module definitions
detector/tracker/utils/parse_config.py:1
↓ 1 callersFunctionpose_nms_body
Parametric Pose NMS algorithm bboxes: bbox locations list (n, 4) bbox_scores: bbox scores list (n, 1) bbox_ids: bbox
alphapose/utils/pPose_nms.py:242
↓ 1 callersFunctionpose_nms_fullbody
Parametric Pose NMS algorithm bboxes: bbox locations list (n, 4) bbox_scores: bbox scores list (n, 1) bbox_ids: bbox
alphapose/utils/pPose_nms.py:348
↓ 1 callersFunctionppose_nms_validate_preprocess
(_res)
alphapose/utils/pPose_nms.py:752
↓ 1 callersMethodpredict
(self)
detector/tracker/tracker/multitracker.py:44
↓ 1 callersFunctionpreset_model
(cfg)
scripts/train.py:321
↓ 1 callersMethodprocess
(self, im_name, image)
scripts/demo_api.py:117
↓ 1 callersMethodprocess
(self, im_name, image)
scripts/demo_api.py:310
↓ 1 callersFunctionprocess_peak
(candidate_points, hm, bbox, hm_h, hm_w)
trackers/utils/basetransforms.py:679
↓ 1 callersFunctionrandom_affine
(img, targets=None, degrees=(-10, 10), translate=(.1, .1), scale=(.9, 1.1), shear=(-2, 2), b
detector/tracker/utils/datasets.py:248
↓ 1 callersMethodrandom_init
(self)
trackers/ReidModels/ResNet.py:138
↓ 1 callersMethodread
(self)
alphapose/utils/detector.py:288
↓ 1 callersMethodread
(self)
alphapose/utils/webcam_detector.py:199
↓ 1 callersFunctionreadme
()
setup.py:20
↓ 1 callersMethodrecognize_video_ext
(self, ext='')
alphapose/utils/writer_smpl.py:207
↓ 1 callersMethodrecognize_video_ext
(self, ext='')
alphapose/utils/writer.py:230
↓ 1 callersMethodregister_module
(self, cls)
alphapose/utils/registry.py:41
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
trackers/tracker_api.py:353
↓ 1 callersFunctionremove_list
(l1,vname,l2)
trackers/PoseFlow/utils.py:286
↓ 1 callersFunctionrender_mesh
Render the mesh under camera coordinates vertices: (N_v, 3), vertices of mesh faces: (N_f, 3), faces of mesh translation: (3, ), translat
alphapose/utils/render_pytorch3d.py:8
↓ 1 callersMethodreset
(self)
detector/efficientdet/utils.py:11
↓ 1 callersMethodreset_parameters
(self)
alphapose/models/layers/dcn/deform_conv.py:227
↓ 1 callersMethodreset_parameters
(self)
alphapose/models/layers/dcn/deform_conv.py:296
↓ 1 callersFunctionresnet50_fc512
(num_classes, loss='softmax', pretrained=True, **kwargs)
trackers/ReidModels/resnet_fc.py:519
↓ 1 callersFunctionretrieve_from_cfg
Retrieve a module class from config dict. Args: cfg (dict): Config dict. It should at least contain the key "type". registry (:ob
alphapose/utils/registry.py:78
↓ 1 callersFunctionreturn_torch_unique_index
(u, uv)
trackers/utils/utils.py:618
↓ 1 callersFunctionreturn_torch_unique_index
(u, uv)
trackers/tracking/utils/utils.py:478
↓ 1 callersFunctionreturn_torch_unique_index
(u, uv)
detector/tracker/utils/utils.py:478
↓ 1 callersFunctionrot_mat_to_euler
(rot_mats)
alphapose/models/layers/smpl/lbs.py:27
↓ 1 callersFunctionrotation_matrix_to_quaternion
This function is borrowed from https://github.com/kornia/kornia Convert 3x4 rotation matrix to 4d quaternion vector This algorithm is b
alphapose/models/layers/smpl/lbs.py:1192
↓ 1 callersFunctionrotmat_to_quat_numpy
Convert quaternion coefficients to rotation matrix. Args: Rotation matrix corresponding to the quaternion -- size = [B, 3, 3] Returns:
alphapose/utils/transforms.py:893
↓ 1 callersMethodsave
(self, boxes, scores, ids, hm_data, cropped_boxes, orig_img, im_name)
alphapose/utils/writer_smpl.py:174
↓ 1 callersMethodsave
(self, boxes, scores, ids, hm_data, cropped_boxes, orig_img, im_name)
alphapose/utils/writer.py:197
↓ 1 callersFunctionset_optimizer_state_devices
set state in optimizer to a device. move to cpu if device_id==None :param state: optimizer.state :param device_id: None or a number :
trackers/ReidModels/net_utils.py:44
↓ 1 callersFunctionsoft_nms
(dets, sigma=0.5, Nt=0.3, threshold=0.05, method=1)
trackers/tracking/utils/utils.py:423
↓ 1 callersFunctionsoft_nms
(dets, sigma=0.5, Nt=0.3, threshold=0.05, method=1)
detector/tracker/utils/utils.py:423
↓ 1 callersFunctionsoft_oks_nms
Soft OKS NMS implementations. Args: kpts_db thr: retain oks overlap < thr. max_dets: max number of detections to keep.
alphapose/utils/pPose_nms.py:105
↓ 1 callersMethodstart
(self)
alphapose/utils/writer_smpl.py:64
↓ 1 callersMethodstart
(self)
alphapose/utils/file_detector.py:106
↓ 1 callersMethodstart
(self)
alphapose/utils/writer.py:75
↓ 1 callersMethodstart
(self)
alphapose/utils/detector.py:104
↓ 1 callersMethodstart
(self)
alphapose/utils/webcam_detector.py:83
↓ 1 callersMethodstart_worker
(self, target)
alphapose/utils/writer_smpl.py:55
↓ 1 callersMethodstart_worker
(self, target)
alphapose/utils/file_detector.py:97
↓ 1 callersMethodstart_worker
(self, target)
alphapose/utils/writer.py:66
↓ 1 callersMethodstart_worker
(self, target)
alphapose/utils/webcam_detector.py:74
↓ 1 callersMethodstop
(self)
alphapose/utils/file_detector.py:111
↓ 1 callersMethodstop
(self)
alphapose/utils/detector.py:117
↓ 1 callersMethodstop
(self)
alphapose/utils/webcam_detector.py:88
↓ 1 callersMethodtlbr_to_tlwh
(tlbr)
trackers/tracker_api.py:177
↓ 1 callersFunctionto_tensor
Convert a ``PIL Image`` or ``numpy.ndarray`` to tensor. See ``ToTensor`` for more details. Args: pic (PIL Image or numpy.ndarray): I
trackers/utils/transform.py:55
↓ 1 callersMethodto_xyah
(self)
detector/tracker/tracker/multitracker.py:128
↓ 1 callersFunctiontrain
(opt, train_loader, m, criterion, optimizer, writer)
scripts/train.py:27
↓ 1 callersFunctiontransformBoxInvert
(pt, bbox, resH, resW)
trackers/utils/bbox.py:115
↓ 1 callersFunctiontransform_mat
Creates a batch of transformation matrices Args: - R: Bx3x3 array of a batch of rotation matrices - t: Bx3x1 array of
alphapose/models/layers/smpl/lbs.py:480
↓ 1 callersMethodunmatched_column_indices
Returns column indices that do not match any row. The indices returned by this op are always sorted in increasing order. Returns:
detector/efficientdet/effdet/object_detection/matcher.py:95
↓ 1 callersMethodupdate
Run Kalman filter correction step. Parameters ---------- mean : ndarray The predicted state's mean vector (8
trackers/utils/kalman_filter.py:197
↓ 1 callersMethodupdate
Run Kalman filter correction step. Parameters ---------- mean : ndarray The predicted state's mean vector (8
detector/tracker/utils/kalman_filter.py:154
↓ 1 callersMethodupdate
Update members while allowing new keys.
detector/efficientdet/effdet/config/config.py:68
↓ 1 callersFunctionvalidate
(m, heatmap_to_coord, batch_size=20, num_workers=20)
scripts/validate.py:64
↓ 1 callersFunctionvalidate
(m, opt, heatmap_to_coord, batch_size=20)
scripts/train.py:120
↓ 1 callersFunctionvalidate_gt
(m, cfg, heatmap_to_coord, batch_size=20, num_workers=20)
scripts/validate.py:177
↓ 1 callersFunctionvalidate_gt
(m, opt, cfg, heatmap_to_coord, batch_size=20)
scripts/train.py:184
↓ 1 callersFunctionvectors2rotmat
(vec_rest, vec_final, dtype)
alphapose/models/layers/smpl/lbs.py:1148
↓ 1 callersMethodvis
(self, image, pose)
scripts/demo_api.py:378
↓ 1 callersFunctionvis_frame
frame: frame image im_res: im_res of predictions format: coco or mpii return rendered image
alphapose/utils/vis.py:277
↓ 1 callersFunctionvis_frame_skeleton
frame: frame image im_res: result dict smpl_output: predictions return rendered image
alphapose/utils/vis.py:628
↓ 1 callersFunctionvis_frame_smpl
frame: frame image im_res: result dict smpl_output: predictions return rendered image
alphapose/utils/vis.py:523
↓ 1 callersFunctionvis_smpl_3d
(verts_batch, transl_batch, image, bbox_w, smpl_faces, render_mesh, color=None)
alphapose/utils/vis.py:600
↓ 1 callersMethodwait_and_get
(self, queue)
alphapose/utils/writer_smpl.py:171
↓ 1 callersMethodwait_and_get
(self, queue)
alphapose/utils/file_detector.py:133
↓ 1 callersMethodwait_and_get
(self, queue)
alphapose/utils/writer.py:194
↓ 1 callersMethodwait_and_get
(self, queue)
alphapose/utils/webcam_detector.py:110
↓ 1 callersMethodwait_and_put
(self, queue, item)
alphapose/utils/writer_smpl.py:168
↓ 1 callersMethodwait_and_put
(self, queue, item)
alphapose/utils/writer.py:191
↓ 1 callersFunctionweighted_l1_loss
(input, scores, target, weights, size_average)
alphapose/models/criterion.py:85
↓ 1 callersFunctionwrite
(x, img)
detector/yolo/cam_demo.py:43
↓ 1 callersFunctionwrite
(x, img)
detector/yolo/video_demo_half.py:44
↓ 1 callersFunctionwrite
(x, img)
detector/yolo/video_demo.py:44
↓ 1 callersMethodwriteJson
(self, final_result, outputpath, form='coco', for_eval=False)
scripts/demo_api.py:383
↓ 1 callersMethodwrite_coco_json
(self, det_file)
alphapose/datasets/halpe_136_det.py:85
↓ 1 callersMethodwrite_coco_json
(self, det_file)
alphapose/datasets/coco_det.py:85
↓ 1 callersMethodwrite_coco_json
(self, det_file)
alphapose/datasets/coco_wholebody_det.py:85
↓ 1 callersMethodwrite_coco_json
(self, det_file)
alphapose/datasets/halpe_68_noface_det.py:85
↓ 1 callersMethodwrite_coco_json
(self, det_file)
alphapose/datasets/single_hand_det.py:85
← previousnext →501–600 of 1,314, ranked by callers