MCPcopy Create free account

hub / github.com/chrdiller/characteristic3dposes / types & classes

Types & classes17 in github.com/chrdiller/characteristic3dposes

↓ 2 callersClassCharacteristic3DPosesModel
characteristic3dposes/model/main.py:37
↓ 2 callersClassGRABCharacteristicPoseDataset
characteristic3dposes/data/grab/dataset.py:25
↓ 2 callersClassH36MCharacteristicPoseDataset
characteristic3dposes/data/h36m/dataset.py:24
↓ 2 callersClassJointSampler
Samples joint locations from given heatmaps and offset volumes
characteristic3dposes/ops/sampling.py:26
↓ 2 callersClassPoseHeatMapCriterion
Criterion to compare the predicted per-joint heatmaps with the targets Underlying criterion can be either l1, l2, smooth l1, or per-voxel ce
characteristic3dposes/ops/loss.py:68
↓ 1 callersClassAttentionLayer
characteristic3dposes/model/attention.py:51
↓ 1 callersClassAttentionModel
characteristic3dposes/model/attention.py:63
↓ 1 callersClassFixedWithWarmupOptimizer
Fixed learning rate after pre-defined number of warmup steps during which the learning rate linearly increases towards the final lr
characteristic3dposes/ops/misc.py:49
↓ 1 callersClassGaussian
Applying a Gaussian kernel to an n-dimensional tensor
characteristic3dposes/ops/loss.py:38
↓ 1 callersClassHeatmapOffsetCriterion
Criterion to compare the predicted per-joint offset volumes with the target Underlying criterion can be either l1 (the default), l2, smooth l
characteristic3dposes/ops/loss.py:168
↓ 1 callersClassHeatmapOffsetGenerator
Generate per-joint volumes where each voxel contains an offset to its skeleton joint Used to generate offset volumes for the input (and targe
characteristic3dposes/ops/loss.py:138
↓ 1 callersClassMeanPerJointPositionError
Mean-Per-Joint-Position-Error (per-joint l2) between a predicted skeleton and a target skeleton, with pytorch
characteristic3dposes/ops/loss.py:22
↓ 1 callersClassMultiHeadAttention
characteristic3dposes/model/attention.py:6
↓ 1 callersClassPositionalEncoder
Positional encoder: Encodes the joint index prior to processing all joints with an attention module
characteristic3dposes/model/main.py:11
ClassSkeleton17
Reduced skeleton, usually used for motion prediction. It removes all duplicate joints as well as hand and feet joints
characteristic3dposes/data/h36m/constants.py:22
ClassSkeleton25
characteristic3dposes/data/grab/constants.py:24
ClassSkeleton32
The full skeleton, as recorded. Contains some duplicate joints: 0==11(hip), 13==16==24(Neck), 19==20(Left Hand), 22==23(Left Finger), 27==28(
characteristic3dposes/data/h36m/constants.py:83