MCPcopy Create free account

hub / github.com/Vegetebird/GraphMLP / functions

Functions197 in github.com/Vegetebird/GraphMLP

↓ 17 callersMethodupdate
(self, val, n=1)
common/utils.py:18
↓ 6 callersMethod__init__
(self, cfgfile)
demo/lib/yolov3/darknet.py:267
↓ 6 callersFunctionnormalize_screen_coordinates
(X, w, h)
common/camera.py:6
↓ 4 callersMethod__init__
(self, in_channels, out_channels, adj)
model/block/mlp_gcn.py:9
↓ 4 callersMethodget_batch
(self, seq_i, start_3d, end_3d, flip, reverse)
common/generator.py:111
↓ 4 callersMethodnum_frames
(self)
common/generator.py:89
↓ 4 callersMethodupdate
Params: dets - a numpy array of detections in the format [[x1,y1,x2,y2,score],[x1,y1,x2,y2,score],...] Requires: this metho
demo/lib/sort/sort.py:177
↓ 3 callersMethod__init__
(self, inplanes, planes, stride=1, downsample=None)
demo/lib/hrnet/lib/models/pose_hrnet.py:31
↓ 3 callersMethod_make_stage
(self, layer_config, num_inchannels, multi_scale_output=True)
demo/lib/hrnet/lib/models/pose_hrnet.py:393
↓ 3 callersMethod_make_transition_layer
( self, num_channels_pre_layer, num_channels_cur_layer)
demo/lib/hrnet/lib/models/pose_hrnet.py:333
↓ 3 callersMethodcameras
(self)
common/mocap_dataset.py:29
↓ 3 callersFunctionget_affine_transform
( center, scale, rot, output_size, shift=np.array([0, 0], dtype=np.float32), inv=0 )
demo/lib/hrnet/lib/utils/transforms.py:58
↓ 3 callersFunctionwrap
(func, *args, unsqueeze=False)
common/camera.py:41
↓ 2 callersMethod_compute_metadata
(self)
common/skeleton.py:66
↓ 2 callersFunctionarg_parse
Parse arguements to the detect module
demo/lib/yolov3/human_detector.py:55
↓ 2 callersFunctionconv3x3
3x3 convolution with padding
demo/lib/hrnet/lib/models/pose_hrnet.py:22
↓ 2 callersFunctionconvert_bbox_to_z
Takes a bounding box in the form [x1,y1,x2,y2] and returns z in the form [x,y,s,r] where x,y is the centre of the box and s is the scale/ar
demo/lib/sort/sort.py:33
↓ 2 callersFunctionconvert_x_to_bbox
Takes a bounding box in the centre form [x,y,s,r] and returns it in the form [x1,y1,x2,y2] where x1,y1 is the top left and x2,y2 is the bot
demo/lib/sort/sort.py:48
↓ 2 callersFunctiondeterministic_random
(min_value, max_value, data)
common/utils.py:114
↓ 2 callersMethodfetch
(self, dataset, subjects, subset=1, parse_3d_poses=True)
common/load_data_3dhp.py:113
↓ 2 callersMethodfetch
(self, dataset, subjects, subset=1, parse_3d_poses=True)
common/load_data_hm36.py:114
↓ 2 callersFunctionget_3rd_point
(a, b)
demo/lib/hrnet/lib/utils/transforms.py:99
↓ 2 callersFunctionget_varialbe
(split, target)
common/utils.py:25
↓ 2 callersMethodgraph_link_between_frames
(self,base)
model/block/graph_frames.py:33
↓ 2 callersFunctionmpjpe_by_action_p1
(predicted, target, action, action_error_sum)
common/eval_cal.py:59
↓ 2 callersFunctionmpjpe_by_action_p2
(predicted, target, action, action_error_sum)
common/eval_cal.py:85
↓ 2 callersFunctionpredict_transform
(prediction, inp_dim, anchors, num_classes, CUDA = True)
demo/lib/yolov3/util.py:34
↓ 2 callersMethodprepare_data
(self, dataset, folder_list)
common/load_data_3dhp.py:51
↓ 2 callersMethodprepare_data
(self, dataset, folder_list)
common/load_data_hm36.py:57
↓ 2 callersFunctionrefine_model
(model_refine, output_3D, input_2D, gt_3D, batch_cam, pad, root_joint)
model/block/refine.py:59
↓ 2 callersFunctionsave_model
(args, epoch, mpjpe, model, model_name)
common/utils.py:95
↓ 2 callersFunctionshowimage
(ax, img)
demo/vis.py:136
↓ 2 callersMethodskeleton
(self)
common/mocap_dataset.py:26
↓ 1 callersFunctionLoad_model
(args, model, model_refine=None)
common/utils.py:144
↓ 1 callersFunctionPreProcess
(image, bboxs, cfg, num_pos=2)
demo/lib/hrnet/lib/utils/utilitys.py:139
↓ 1 callersMethod_check_branches
(self, num_branches, blocks, num_blocks, num_inchannels, num_channels)
demo/lib/hrnet/lib/models/pose_hrnet.py:119
↓ 1 callersMethod_make_branches
(self, num_branches, block, num_blocks, num_channels)
demo/lib/hrnet/lib/models/pose_hrnet.py:177
↓ 1 callersMethod_make_fuse_layers
(self)
demo/lib/hrnet/lib/models/pose_hrnet.py:187
↓ 1 callersMethod_make_layer
(self, block, planes, blocks, stride=1)
demo/lib/hrnet/lib/models/pose_hrnet.py:374
↓ 1 callersMethod_make_one_branch
(self, branch_index, block, num_blocks, num_channels, stride=1)
demo/lib/hrnet/lib/models/pose_hrnet.py:139
↓ 1 callersFunctionaffine_transform
(pt, t)
demo/lib/hrnet/lib/utils/transforms.py:93
↓ 1 callersFunctionassociate_detections_to_trackers
Assigns detections to tracked object (both represented as bounding boxes) Returns 3 lists of matches, unmatched_detections and unmatched_tra
demo/lib/sort/sort.py:125
↓ 1 callersFunctionauc
(predicted, target)
common/eval_cal.py:26
↓ 1 callersMethodbasic_layout
(self,neighbour_base, sym_base)
model/block/graph_frames.py:36
↓ 1 callersFunctionbbox_iou
Returns the IoU of two bounding boxes
demo/lib/yolov3/bbox.py:51
↓ 1 callersFunctionbox_to_center_scale
convert a box to center,scale information required for pose transformation Parameters ---------- box : (x1, y1, x2, y2) model_image_wi
demo/lib/hrnet/lib/utils/utilitys.py:102
↓ 1 callersFunctioncamera_to_world
(X, R, t)
common/camera.py:16
↓ 1 callersFunctioncoco_h36m
(keypoints)
demo/lib/preprocess.py:10
↓ 1 callersFunctioncoco_h36m
(keypoints)
demo/lib/hrnet/lib/utils/coco_h36m.py:9
↓ 1 callersFunctioncreate_modules
(blocks)
demo/lib/yolov3/darknet.py:138
↓ 1 callersFunctiondefine_actions
( action )
common/utils.py:120
↓ 1 callersFunctiondefine_actions_3dhp
( action, train )
common/utils.py:135
↓ 1 callersFunctiondefine_error_list
(actions)
common/utils.py:106
↓ 1 callersMethodget_adjacency
(self, strategy)
model/block/graph_frames.py:80
↓ 1 callersFunctionget_dir
(src_point, rot_rad)
demo/lib/hrnet/lib/utils/transforms.py:104
↓ 1 callersMethodget_distance_to_center
(self,layout)
model/block/graph_frames.py:20
↓ 1 callersMethodget_edge
(self, layout)
model/block/graph_frames.py:55
↓ 1 callersFunctionget_final_preds
(config, batch_heatmaps, center, scale)
demo/lib/hrnet/lib/utils/inference.py:52
↓ 1 callersFunctionget_hop_distance
(num_node, edge, max_hop=1)
model/block/graph_frames.py:131
↓ 1 callersFunctionget_max_preds
get predictions from score maps heatmaps: numpy.ndarray([batch_size, num_joints, height, width])
demo/lib/hrnet/lib/utils/inference.py:21
↓ 1 callersMethodget_num_inchannels
(self)
demo/lib/hrnet/lib/models/pose_hrnet.py:244
↓ 1 callersFunctionget_pose2D
(video_path, output_dir)
demo/vis.py:97
↓ 1 callersFunctionget_pose3D
(video_path, output_dir, fix_z)
demo/vis.py:143
↓ 1 callersMethodget_state
Returns the current bounding box estimate.
demo/lib/sort/sort.py:118
↓ 1 callersFunctionget_uvd2xyz
(uvd, gt_3D, cam)
model/block/refine.py:36
↓ 1 callersFunctionh36m_coco_format
(keypoints, scores)
demo/lib/preprocess.py:40
↓ 1 callersFunctionimg2video
(video_path, output_dir)
demo/vis.py:117
↓ 1 callersMethodinit_weights
(self, pretrained='')
demo/lib/hrnet/lib/models/pose_hrnet.py:462
↓ 1 callersFunctioniou
Computes IUO between two bboxes in the form [x1,y1,x2,y2]
demo/lib/sort/sort.py:16
↓ 1 callersMethodjoints_left
(self)
common/skeleton.py:60
↓ 1 callersMethodjoints_right
(self)
common/skeleton.py:63
↓ 1 callersFunctionletterbox_image
resize image with unchanged aspect ratio using padding
demo/lib/yolov3/preprocess.py:9
↓ 1 callersFunctionload_model
(args=None, CUDA=None, inp_dim=416)
demo/lib/yolov3/human_detector.py:80
↓ 1 callersMethodload_weights
(self, weightfile)
demo/lib/yolov3/darknet.py:348
↓ 1 callersFunctionmodel_load
(config)
demo/lib/hrnet/gen_kpts.py:69
↓ 1 callersFunctionmpjpe_by_action_auc
(predicted, target, action, action_error_sum)
common/eval_cal.py:137
↓ 1 callersFunctionmpjpe_by_action_pck
(predicted, target, action, action_error_sum)
common/eval_cal.py:111
↓ 1 callersFunctionnormalize_digraph
(A)
model/block/graph_frames.py:145
↓ 1 callersFunctionp_mpjpe
(predicted, target)
common/eval_cal.py:163
↓ 1 callersFunctionparse_args
()
common/arguments.py:7
↓ 1 callersFunctionparse_args
()
demo/lib/hrnet/gen_kpts.py:33
↓ 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 represent
demo/lib/yolov3/darknet.py:38
↓ 1 callersFunctionpck
(predicted, target)
common/eval_cal.py:10
↓ 1 callersMethodpredict
Advances the state vector and returns the predicted bounding box estimate.
demo/lib/sort/sort.py:104
↓ 1 callersFunctionprint_error
(data_type, action_error_sum, is_train)
common/utils.py:39
↓ 1 callersFunctionprint_error_action
(action_error_sum, is_train, data_type)
common/utils.py:45
↓ 1 callersMethodremove_joints
(self, joints_to_remove)
common/skeleton.py:24
↓ 1 callersFunctionreset_config
(args)
demo/lib/hrnet/gen_kpts.py:59
↓ 1 callersFunctionrevise_kpts
(h36m_kpts, h36m_scores, valid_frames)
demo/lib/preprocess.py:72
↓ 1 callersFunctionshow2Dpose
(kps, img)
demo/vis.py:29
↓ 1 callersFunctionshow3Dpose
(vals, ax, fix_z)
demo/vis.py:54
↓ 1 callersFunctiontest
(actions, dataloader, model, model_refine)
main.py:62
↓ 1 callersFunctiontrain
(dataloader, model, model_refine, optimizer, epoch)
main.py:31
↓ 1 callersFunctiontransform_preds
(coords, center, scale, output_size)
demo/lib/hrnet/lib/utils/transforms.py:50
↓ 1 callersMethodupdate
Updates the state vector with observed bbox.
demo/lib/sort/sort.py:94
↓ 1 callersFunctionupdate_config
(cfg, args)
demo/lib/hrnet/lib/config/default.py:126
↓ 1 callersFunctionworld_to_camera
(X, R, t)
common/camera.py:11
↓ 1 callersFunctionwrite_results
https://blog.paperspace.com/how-to-implement-a-yolo-v3-object-detector-from-scratch-in-pytorch-part-4/ prediction: (B x 10647 x 85)
demo/lib/yolov3/util.py:107
Method__getitem__
(self, key)
common/mocap_dataset.py:17
Method__getitem__
(self, index)
common/load_data_3dhp.py:171
next →1–100 of 197, ranked by callers