MCPcopy Create free account

hub / github.com/HRNet/HigherHRNet-Human-Pose-Estimation / types & classes

Types & classes29 in github.com/HRNet/HigherHRNet-Human-Pose-Estimation

↓ 5 callersClassAverageMeter
Computes and stores the average and current value
lib/utils/utils.py:223
↓ 3 callersClassAELoss
lib/core/loss.py:41
↓ 2 callersClassDynamicLossScaler
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 callersClassHeatmapLoss
lib/core/loss.py:29
↓ 1 callersClassBasicBlock
lib/models/pose_higher_hrnet.py:33
↓ 1 callersClassFP16_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 callersClassHeatmapParser
lib/core/group.py:122
↓ 1 callersClassHighResolutionModule
lib/models/pose_higher_hrnet.py:106
↓ 1 callersClassJointsGenerator
lib/dataset/target_generators/target_generators.py:92
↓ 1 callersClassLossScaler
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 callersClassMultiLossFactory
lib/core/loss.py:178
↓ 1 callersClassParams
lib/core/group.py:99
↓ 1 callersClassPoseHigherResolutionNet
lib/models/pose_higher_hrnet.py:252
↓ 1 callersClasstofp16
Model wrapper that implements:: def forward(self, input): return input.half()
lib/fp16_utils/fp16util.py:40
↓ 1 callersClasstofp32
Model wrapper that implements:: def forward(self, input): return input.half()
lib/fp16_utils/fp16util.py:54
ClassBottleneck
lib/models/pose_higher_hrnet.py:65
ClassCocoDataset
`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset. Args: root (string): Root directory where dataset is
lib/dataset/COCODataset.py:29
ClassCocoKeypoints
lib/dataset/COCOKeypoints.py:24
ClassCompose
lib/dataset/transforms/transforms.py:21
ClassCrowdPoseDataset
`CrowdPose`_ Dataset. Args: root (string): Root directory where dataset is located to. dataset (string): Dataset name(train2017,
lib/dataset/CrowdPoseDataset.py:28
ClassCrowdPoseKeypoints
lib/dataset/CrowdPoseKeypoints.py:23
ClassHeatmapGenerator
lib/dataset/target_generators/target_generators.py:15
ClassJointsMSELoss
lib/core/loss.py:106
ClassLossFactory
lib/core/loss.py:133
ClassNormalize
lib/dataset/transforms/transforms.py:44
ClassRandomAffineTransform
lib/dataset/transforms/transforms.py:77
ClassRandomHorizontalFlip
lib/dataset/transforms/transforms.py:54
ClassScaleAwareHeatmapGenerator
lib/dataset/target_generators/target_generators.py:53
ClassToTensor
lib/dataset/transforms/transforms.py:39