MCPcopy Create free account

hub / github.com/brjathu/PHALP / functions

Functions200 in github.com/brjathu/PHALP

↓ 1 callersMethodsetup_predictor
(self)
phalp/trackers/PHALP.py:78
↓ 1 callersMethodsetup_visualizer
(self)
phalp/trackers/PHALP.py:121
↓ 1 callersMethodshortcut
(self, x)
phalp/models/heads/apperence_head.py:193
↓ 1 callersMethodsmooth_tracks
(self, fast_track, moving_window=False, step=1, window=20)
phalp/models/predictor/pose_transformer_v2.py:500
↓ 1 callersFunctionsmpl_to_pose_camera_vector
(smpl_params, camera)
phalp/utils/utils.py:114
↓ 1 callersMethodtile_texture
(self, image_padded, uv_maps, tracked_ids_x, img_height, img_width, top, left)
phalp/visualize/visualizer.py:224
↓ 1 callersFunctionto_ava_labels
Converts the predictions to the AVA labels.
phalp/utils/lart_utils.py:7
↓ 1 callersMethodvisualize_all
(self, vertices, camera_translation, color, images, use_image=True)
phalp/visualize/py_renderer.py:106
↓ 1 callersMethodvisualize_labels_arrow
(self, image, labels, bbox, color, track_ids, tracked_smpl, tracked_camera)
phalp/visualize/visualizer.py:160
↓ 1 callersMethodvisualize_mask
Visualizes a single binary mask.
phalp/visualize/visualizer.py:101
Method__call__
Args: original_image (np.ndarray): an image of shape (H, W, C) (in BGR order). Returns: predictions (dict):
phalp/utils/utils_detectron2.py:199
Method__del__
(self)
phalp/visualize/py_renderer.py:103
Method__init__
(self, cfg)
phalp/utils/io.py:19
Method__init__
Args: cfg: a yacs CfgNode or a omegaconf dict object.
phalp/utils/utils_detectron2.py:161
Method__init__
( self, text="hello", size=None, color="black", bg_color="transparent"
phalp/utils/TextClip.py:53
Method__init__
(self, video_path)
phalp/utils/utils.py:147
Method__init__
Extension of the official SMPL implementation to support more joints. Args: Same as SMPLLayer. joint_regresso
phalp/utils/smpl_utils.py:29
Method__init__
(self, cfg)
phalp/trackers/PHALP.py:42
Method__init__
(self, focal_length=5000, img_res=224, faces=None, metallicFactor=0.0, roughnessFactor=0.5)
phalp/visualize/py_renderer.py:95
Method__init__
(self, cfg, hmar)
phalp/visualize/visualizer.py:25
Method__init__
(self, cfg, phalp_tracker)
phalp/visualize/postprocessor.py:19
Method__init__
(self, inplanes, planes, stride=1, downsample=None)
phalp/models/backbones/resnet.py:24
Method__init__
(self, inplanes, planes, stride=1, downsample=None)
phalp/models/backbones/resnet.py:56
Method__init__
(self, cfg)
phalp/models/hmar/hmar.py:15
Method__init__
(self, cfg)
phalp/models/hmar/hmr.py:12
Method__init__
(self, dim, hidden_dim, dropout = 0.)
phalp/models/predictor/pose_transformer_v2.py:61
Method__init__
(self, dim_in, dim_out, fn)
phalp/models/predictor/pose_transformer_v2.py:74
Method__init__
(self, dim, heads = 8, dim_head = 64, dropout = 0.)
phalp/models/predictor/pose_transformer_v2.py:89
Method__init__
(self, drop_prob: float = 0., scale_by_keep: bool = True)
phalp/models/predictor/pose_transformer_v2.py:157
Method__init__
(self, dim, depth, heads, dim_head, mlp_dim, dropout = 0., drop_path = 0.)
phalp/models/predictor/pose_transformer_v2.py:170
Method__init__
(self, opt, phalp_cfg, dim, depth, heads, mlp_dim, dim_head = 64, dropout = 0., emb_dropout = 0., droppath = 0
phalp/models/predictor/pose_transformer_v2.py:189
Method__init__
(self, cfg, phalp_tracker)
phalp/models/predictor/pose_transformer_v2.py:298
Method__init__
(self, uv_sampler, opts, img_H=64, img_W=128, n_upconv=6, nc_init=32, predict_flow=False, symmetric=False, num
phalp/models/heads/apperence_head.py:10
Method__init__
(self)
phalp/models/heads/apperence_head.py:32
Method__init__
(self, fin, fout)
phalp/models/heads/apperence_head.py:161
Method__init__
(self, cfg, img_H=64, img_W=128)
phalp/models/heads/encoding_head.py:11
Method__init__
(self, cfg, input_dim=2048, pool='pooled')
phalp/models/heads/smpl_head.py:27
Method__init__
(self, cfg, matching_threshold, budget=None)
phalp/external/deep_sort_/nn_matching.py:156
Method__init__
(self, detection_data)
phalp/external/deep_sort_/detection.py:30
Method__init__
(self, cfg, track_id, n_init, max_age, detection_data, detection_id=None, dims=None)
phalp/external/deep_sort_/track.py:33
Method__init__
(self, cfg, metric, max_age=30, n_init=3, phalp_tracker=None, dims=None)
phalp/external/deep_sort_/tracker.py:46
Method__init__
(self, cfg)
scripts/demo.py:26
Method__init__
(self, cfg)
scripts/demo.py:52
Function_nn_euclidean_distance_min
Helper function for nearest neighbor distance metric (Euclidean). Parameters ---------- x : ndarray A matrix of N row-vectors (s
phalp/external/deep_sort_/nn_matching.py:111
Function_progress_bar
Report download progress. Credit: https://stackoverflow.com/questions/3173320/text-progress-bar-in-the-console/27871113
phalp/utils/utils_download.py:7
Methodautoencoder_hmar
(self, *args, **kwargs)
phalp/models/hmar/hmr.py:26
FunctionblockPrinting
(func)
phalp/utils/smpl_utils.py:13
Methodextra_repr
(self)
phalp/models/predictor/pose_transformer_v2.py:165
Methodforward
(self, batched_inputs: List[Dict[str, torch.Tensor]])
phalp/utils/utils_detectron2.py:20
Methodforward
Run forward pass. Same as SMPL and also append an extra set of joints if joint_regressor_extra is specified.
phalp/utils/smpl_utils.py:44
Methodforward
(self, x)
phalp/models/backbones/resnet.py:34
Methodforward
(self, x)
phalp/models/backbones/resnet.py:69
Methodforward
(self, x)
phalp/models/backbones/resnet.py:133
Methodforward
(self, x)
phalp/models/hmar/hmar.py:55
Methodforward
(self, x)
phalp/models/hmar/hmr.py:19
Methodforward
(self, x, **kwargs)
phalp/models/predictor/pose_transformer_v2.py:57
Methodforward
(self, x)
phalp/models/predictor/pose_transformer_v2.py:70
Methodforward
(self, x, *args, **kwargs)
phalp/models/predictor/pose_transformer_v2.py:82
Methodforward
(self, x, mask_all)
phalp/models/predictor/pose_transformer_v2.py:105
Methodforward
(self, x)
phalp/models/predictor/pose_transformer_v2.py:162
Methodforward
(self, x, mask_np)
phalp/models/predictor/pose_transformer_v2.py:180
Methodforward
(self, data, mask_type="random")
phalp/models/predictor/pose_transformer_v2.py:258
Methodforward
(self, skips)
phalp/models/heads/apperence_head.py:23
Methodforward
(self, x)
phalp/models/heads/apperence_head.py:184
Methodforward
(self, x, en=True)
phalp/models/heads/encoding_head.py:57
Methodforward
(self, x, n_iter=3)
phalp/models/heads/smpl_head.py:53
Methodforward
(self, x)
scripts/demo.py:38
Methodforward
(self, x)
scripts/demo.py:72
Functionfunc_wrapper
(*args, **kwargs)
phalp/utils/smpl_utils.py:14
Methodgated_metric
(tracks, dets, track_indices, detection_indices)
phalp/external/deep_sort_/tracker.py:112
Methodget_3d_parameters
(self, *args, **kwargs)
phalp/models/hmar/hmr.py:29
Methodget_detections
(self, image, frame_name, t_, additional_data=None, measurments=None)
scripts/demo.py:152
Methodget_n_images
(self, every_x_frame)
phalp/utils/utils.py:157
Functionget_tracker
(cfg)
phalp/__init__.py:2
Methodget_video_duration
(self)
phalp/utils/utils.py:153
Methodinit_func
(m)
phalp/models/heads/apperence_head.py:50
Methodinit_weights
(self, init_type='normal', gain=0.02)
phalp/models/heads/apperence_head.py:49
Methodload_weights
(self, path)
phalp/models/predictor/pose_transformer_v2.py:330
Functionmatching_simple
(distance_metric, max_distance, cascade_depth, tracks, detections, track_indices=None, detection_indices=None)
phalp/external/deep_sort_/linear_assignment.py:66
Methodmodify_commandline_options
(parser, is_train)
phalp/models/heads/apperence_head.py:36
Functionnormalize
(img)
phalp/utils/utils_dataset.py:27
Functionpositionalencoding2d
:param d_model: dimension of the model :param height: height of the positions :param width: width of the positions :return: d_model*h
phalp/models/predictor/pose_transformer_v2.py:28
Methodpredict
Propagate track state distributions one time step forward. This function should be called once every time step, before `update`.
phalp/external/deep_sort_/tracker.py:61
Methodpredict_with_bbox
(self, original_image, inst)
phalp/utils/utils_detectron2.py:120
Methodpredict_with_proposals
(self, original_image, bbox=None)
phalp/utils/utils_detectron2.py:96
Methodprint_network
(self)
phalp/models/heads/apperence_head.py:39
Methodread_from_video_pts
(video_path, frame_pts)
phalp/utils/io.py:139
Methodreset
(self)
phalp/utils/io.py:144
Methodrun_lart
(self, phalp_pkl_path)
phalp/visualize/postprocessor.py:86
Methodrun_renderer
(self, phalp_pkl_path)
phalp/visualize/postprocessor.py:110
Methodsetup_hmr
(self)
scripts/demo.py:149
Methodsetup_postprocessor
(self)
phalp/trackers/PHALP.py:125
Methodsmooth_bbox
(self, bbox)
phalp/external/deep_sort_/track.py:134
Functiontask_divider
(data, batch_id, num_task)
phalp/utils/utils.py:86
Methodto_tlbr
Convert bounding box to format `(min x, min y, max x, max y)`, i.e., `(top left, bottom right)`.
phalp/external/deep_sort_/detection.py:44
Methodto_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
phalp/external/deep_sort_/detection.py:52
Functionunnormalize
(img)
phalp/utils/utils_dataset.py:22
Methodunproject_uvmap_to_mesh
(bmap, fmap, verts, faces)
scripts/demo.py:81
Methodupdate
Perform measurement update and track management. Parameters ---------- detections : List[deep_sort.detection.Detection]
phalp/external/deep_sort_/tracker.py:68
Methodvisualize_labels_bbox
(self, image, labels, bbox, color, track_ids, tracked_smpl, tracked_camera)
phalp/visualize/visualizer.py:143
← previous101–200 of 200, ranked by callers