Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HRNet/HigherHRNet-Human-Pose-Estimation
/ types & classes
Types & classes
29 in github.com/HRNet/HigherHRNet-Human-Pose-Estimation
⨍
Functions
201
◇
Types & classes
29
↓ 5 callers
Class
AverageMeter
Computes and stores the average and current value
lib/utils/utils.py:223
↓ 3 callers
Class
AELoss
lib/core/loss.py:41
↓ 2 callers
Class
DynamicLossScaler
Class that manages dynamic loss scaling. It is recommended to use :class:`DynamicLossScaler` indirectly, by supplying ``dynamic_loss_scale=T
lib/fp16_utils/loss_scaler.py:81
↓ 2 callers
Class
HeatmapLoss
lib/core/loss.py:29
↓ 1 callers
Class
BasicBlock
lib/models/pose_higher_hrnet.py:33
↓ 1 callers
Class
FP16_Optimizer
:class:`FP16_Optimizer` is designed to wrap an existing PyTorch optimizer, and manage static or dynamic loss scaling and master weights in a
lib/fp16_utils/fp16_optimizer.py:45
↓ 1 callers
Class
HeatmapParser
lib/core/group.py:122
↓ 1 callers
Class
HighResolutionModule
lib/models/pose_higher_hrnet.py:106
↓ 1 callers
Class
JointsGenerator
lib/dataset/target_generators/target_generators.py:92
↓ 1 callers
Class
LossScaler
Class that manages a static loss scale. This class is intended to interact with :class:`FP16_Optimizer`, and should not be directly manipula
lib/fp16_utils/loss_scaler.py:45
↓ 1 callers
Class
MultiLossFactory
lib/core/loss.py:178
↓ 1 callers
Class
Params
lib/core/group.py:99
↓ 1 callers
Class
PoseHigherResolutionNet
lib/models/pose_higher_hrnet.py:252
↓ 1 callers
Class
tofp16
Model wrapper that implements:: def forward(self, input): return input.half()
lib/fp16_utils/fp16util.py:40
↓ 1 callers
Class
tofp32
Model wrapper that implements:: def forward(self, input): return input.half()
lib/fp16_utils/fp16util.py:54
Class
Bottleneck
lib/models/pose_higher_hrnet.py:65
Class
CocoDataset
`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset. Args: root (string): Root directory where dataset is
lib/dataset/COCODataset.py:29
Class
CocoKeypoints
lib/dataset/COCOKeypoints.py:24
Class
Compose
lib/dataset/transforms/transforms.py:21
Class
CrowdPoseDataset
`CrowdPose`_ Dataset. Args: root (string): Root directory where dataset is located to. dataset (string): Dataset name(train2017,
lib/dataset/CrowdPoseDataset.py:28
Class
CrowdPoseKeypoints
lib/dataset/CrowdPoseKeypoints.py:23
Class
HeatmapGenerator
lib/dataset/target_generators/target_generators.py:15
Class
JointsMSELoss
lib/core/loss.py:106
Class
LossFactory
lib/core/loss.py:133
Class
Normalize
lib/dataset/transforms/transforms.py:44
Class
RandomAffineTransform
lib/dataset/transforms/transforms.py:77
Class
RandomHorizontalFlip
lib/dataset/transforms/transforms.py:54
Class
ScaleAwareHeatmapGenerator
lib/dataset/target_generators/target_generators.py:53
Class
ToTensor
lib/dataset/transforms/transforms.py:39