Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SS-snap/Comfyui_SSsnap_pose-Remapping
/ functions
Functions
133 in github.com/SS-snap/Comfyui_SSsnap_pose-Remapping
⨍
Functions
133
◇
Types & classes
21
Function
draw_handpose
Draw keypoints and connections representing hand pose on a given canvas. Args: canvas (np.ndarray): A 3D numpy array representing th
dwpose/util.py:152
Function
faceDetect
Detect the face in the input body pose keypoints and calculate the bounding box for the face. Args: body (BodyResult): A BodyResult
dwpose/util.py:334
Method
format_keypoint_part
( part: np.ndarray, )
wholebody.py:140
Method
format_keypoint_part
( part: np.ndarray, )
dwpose/wholebody.py:140
Method
format_result
(keypoints_info: Optional[np.ndarray])
wholebody.py:139
Method
forward
(self, x)
dwpose/model.py:114
Method
forward
(self, x)
dwpose/model.py:204
Method
from_pretrained
(cls, pretrained_model_or_path, pretrained_det_model_or_path=None, det_filename=None, pose_filename=None, torc
dwpose/__init__.py:203
Method
from_pretrained
(cls, pretrained_model_or_path, pretrained_det_model_or_path=None, det_filename="yolox_l.onnx", pose_filename=
dwpose/__init__.py:267
Function
handDetect
Detect hands in the input body pose keypoints and calculate the bounding box for each hand. Args: body (BodyResult): A BodyResult ob
dwpose/util.py:240
Function
img2mask
(img, H, W, low=10, high=90)
tools.py:125
Function
inference_detector
(model, oriImg, detect_classes=[0])
dwpose/dw_torchscript/jit_det.py:97
Function
inference_detector
This function is only compatible with onnx models exported from the new API with built-in NMS ```py from super_gradients.conversion.conve
dwpose/dw_onnx/cv_ox_yolo_nas.py:25
Function
inference_detector
(session, oriImg, detect_classes=[0], dtype=np.float32)
dwpose/dw_onnx/cv_ox_det.py:96
Function
inference_pose
(model, out_bbox, oriImg, model_input_size=(288, 384))
dwpose/dw_torchscript/jit_pose.py:356
Function
inference_pose
(session, out_bbox, oriImg, model_input_size=(288, 384), dtype=np.float32)
dwpose/dw_onnx/cv_ox_pose.py:358
Function
make_noise_disk
(H, W, C, F, rng=None)
tools.py:82
Function
min_max_norm
(x)
tools.py:113
Function
nms
(x, t, s)
tools.py:96
Function
npmax
(array)
dwpose/util.py:416
Function
numpy2torch
[H, W, C] => [B=1, H, W, C]
render_kps.py:10
Function
padImg
(img, size, blackBorder=True)
dwpose/animalpose.py:39
Function
padRightDownCorner
(img, stride, padValue)
dwpose/util.py:41
Method
render
(self, kps, render_body)
render_kps.py:28
Function
safe_step
(x, step=2)
tools.py:119
Function
scaleImg
(img, size, poseSpanX, poseSpanY, scaleFactor)
dwpose/animalpose.py:127
Function
smartCrop
(img, size, center)
dwpose/animalpose.py:69
Function
smart_resize
(x, s)
dwpose/util.py:13
Function
smart_resize_k
(x, fx, fy)
dwpose/util.py:27
Function
torch_gc
()
tools.py:200
Method
total_score
(keypoints: Optional[List[Optional[Keypoint]]])
wholebody.py:151
Method
total_score
(keypoints: Optional[List[Optional[Keypoint]]])
dwpose/wholebody.py:151
Function
transfer
(model, model_weights)
dwpose/util.py:64
← previous
101–133 of 133, ranked by callers