↓ 1 callersMethodtile_texture(self, image_padded, uv_maps, tracked_ids_x, img_height, img_width, top, left)
phalp/visualize/visualizer.py:224
↓ 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
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, 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, 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, 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
Functionmatching_simple(distance_metric, max_distance, cascade_depth, tracks, detections, track_indices=None, detection_indices=None)
phalp/external/deep_sort_/linear_assignment.py:66
Methodto_tlbrConvert 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
Methodvisualize_labels_bbox(self, image, labels, bbox, color, track_ids, tracked_smpl, tracked_camera)
phalp/visualize/visualizer.py:143