Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Michel-liu/GroupPose
/ functions
Functions
340 in github.com/Michel-liu/GroupPose
⨍
Functions
340
◇
Types & classes
66
Function
init_distributed_mode
(args)
util/misc.py:471
Function
inverse_sigmoid
(x, eps=1e-5)
util/utils.py:198
Function
keypoint_xyxyzz_to_xyzxyz
_summary_ Args: keypoints (torch.Tensor): ..., 51
util/keypoint_ops.py:3
Method
loss_cardinality
(self, outputs, targets, indices, num_boxes)
models/grouppose/criterion.py:52
Method
loss_keypoints
(self, outputs, targets, indices, num_boxes)
models/grouppose/criterion.py:62
Method
loss_labels
(self, outputs, targets, indices, num_boxes, log=True)
models/grouppose/criterion.py:27
Method
loss_matching_cost
(self, outputs, targets, indices, num_boxes)
models/grouppose/criterion.py:88
Function
masks_to_boxes
Compute the bounding boxes around the provided masks The masks should be in format [N, H, W] where N is the number of masks, (H, W) are the spati
util/box_ops.py:106
Method
median
(self)
util/misc.py:64
Function
merge_configs
(cfg1, cfg2)
util/utils.py:473
Method
module_dict
(self)
models/registry.py:24
Function
ms_deform_attn_backward
models/grouppose/ops/src/ms_deform_attn.h:41
Function
ms_deform_attn_cpu_backward
models/grouppose/ops/src/cpu/ms_deform_attn_cpu.cpp:29
Function
ms_deform_attn_cpu_forward
models/grouppose/ops/src/cpu/ms_deform_attn_cpu.cpp:17
Function
ms_deform_attn_forward
models/grouppose/ops/src/ms_deform_attn.h:20
Method
name
(self)
models/registry.py:20
Method
origin2compact
(self, idx)
util/utils.py:58
Function
pad
(image, target, padding)
datasets/transforms_crowdpose.py:163
Function
pad
(image, target, padding)
datasets/transforms.py:160
Method
pretty_text
(self)
util/slconfig.py:220
Function
random_boxes
Simple version of ``kwimage.Boxes.random`` Returns: Tensor: shape (n, 4) in x1, y1, x2, y2 format. References: https://gitla
util/utils.py:336
Function
reduce_dict
Args: input_dict (dict): all the values will be reduced average (bool): whether to do average or sum Reduce the values in the
util/misc.py:139
Method
registe_with_name
(self, module_name=None, force=False)
models/registry.py:30
Method
register
Register a module build function. Args: module (:obj:`nn.Module`): Module to be registered.
models/registry.py:33
Function
renorm
(img: torch.FloatTensor, mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])
util/utils.py:30
Function
save_on_master
(*args, **kwargs)
util/misc.py:466
Method
set
(self, model)
util/utils.py:395
Method
shape
(self)
util/misc.py:364
Function
slprint
(x, name='x')
util/utils.py:9
Function
stat_tensors
(tensor)
util/utils.py:224
Method
summarize
(self)
datasets/crowdpose_eval.py:75
Method
synchronize_between_processes
(self)
datasets/crowdpose_eval.py:66
Method
synchronize_between_processes
Warning: does not synchronize the deque!
util/misc.py:50
Method
text
(self)
util/slconfig.py:216
Method
to_img_list
remove the padding and convert to img list Returns: [type]: [description]
util/misc.py:337
Method
update
(self, predictions)
datasets/crowdpose_eval.py:50
Method
update
Input: pred, gt: Tensor()
util/utils.py:181
Method
update
(self, new_res, ep)
util/utils.py:413
Method
update_cm
(self, tp, fp, tn, fn)
util/utils.py:192
Method
value
(self)
util/misc.py:84
← previous
301–340 of 340, ranked by callers