Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/b-arac/rtmpose3d
/ types & classes
Types & classes
8 in github.com/b-arac/rtmpose3d
⨍
Functions
45
◇
Types & classes
8
↓ 2 callers
Class
RTMPose3DInference
Standalone RTMPose3D inference wrapper Automatically downloads and caches model weights on first use. Example: >>> from
rtmpose3d/inference.py:62
↓ 1 callers
Class
DownloadProgressBar
Progress bar for downloads
rtmpose3d/weights/downloader.py:17
Class
KLDiscretLossWithWeight
rtmpose3d/models/loss.py:6
Class
RTMPose3D
RTMPose3D model with Transformers-style API. This class provides a HuggingFace Transformers-style interface for RTMPose3D, making it
rtmpose3d/modeling.py:18
Class
RTMPose3DConfig
Configuration class for RTMPose3D models. Similar to transformers.PretrainedConfig, this stores model configuration and can be saved
rtmpose3d/configuration.py:10
Class
RTMW3DHead
Top-down head introduced in RTMPose-Wholebody (2023). Args: in_channels (int | sequence[int]): Number of channels in the input
rtmpose3d/models/rtmw3d_head.py:24
Class
SimCC3DLabel
r"""Generate keypoint representation via "SimCC" approach. See the paper: `SimCC: a Simple Coordinate Classification Perspective for Human Pos
rtmpose3d/models/simcc_3d_label.py:15
Class
TopdownPoseEstimator3D
rtmpose3d/models/pose_estimator.py:12