MCPcopy Create free account

hub / github.com/HongwenZhang/PyMAF / types & classes

Types & classes36 in github.com/HongwenZhang/PyMAF

↓ 15 callersClassSMPL
Extension of the official SMPL implementation to support more joints
models/smpl.py:50
↓ 4 callersClassBaseDataset
Base Dataset Class - Handles data loading and augmentation. Able to handle heterogeneous datasets (different annotations available for differ
datasets/base_dataset.py:23
↓ 4 callersClassModelOutput
models/smpl.py:36
↓ 3 callersClassFLAME
Extension of the official FLAME implementation to support more joints
models/smpl.py:558
↓ 3 callersClassMANO
Extension of the official MANO implementation to support more joints
models/smpl.py:526
↓ 3 callersClassPyRenderer
utils/renderer.py:77
↓ 2 callersClassInference
datasets/inference.py:28
↓ 2 callersClassSMPLX
Extension of the official SMPLX implementation to support more functions
models/smpl.py:140
↓ 1 callersClassCOCODataset
"keypoints": { 0: "nose", 1: "left_eye", 2: "right_eye", 3: "left_ear", 4: "right_ear", 5: "left_
datasets/coco_keypoint_dataset.py:27
↓ 1 callersClassCheckpointSaver
Class that handles saving and loading checkpoints during training.
utils/saver.py:8
↓ 1 callersClassDensePoseMethods
utils/densepose_methods.py:14
↓ 1 callersClassHMR
SMPL Iterative Regressor with ResNet50 backbone
models/hmr.py:164
↓ 1 callersClassIUV_Renderer
utils/renderer.py:432
↓ 1 callersClassIUV_predict_layer
models/iuv_predictor.py:14
↓ 1 callersClassMAF_Extractor
Mesh-aligned Feature Extrator As discussed in the paper, we extract mesh-aligned features based on 2D projection of the mesh vertices. The f
models/maf_extractor.py:17
↓ 1 callersClassMPT8
multi_person_tracker_yolov8.py:9
↓ 1 callersClassMixedDataset
datasets/mixed_dataset.py:10
↓ 1 callersClassOpenDRenderer
utils/renderer.py:261
↓ 1 callersClassPartRenderer
Renderer used to render segmentation masks and part segmentations. Internally it uses the Neural 3D Mesh Renderer
utils/part_utils.py:8
↓ 1 callersClassPoseResNet
models/pose_resnet.py:103
↓ 1 callersClassPyMAF
PyMAF based Deep Regressor for Human Mesh Recovery PyMAF: 3D Human Pose and Shape Regression with Pyramidal Mesh Alignment Feedback Loop, in ICCV
models/pymaf_net.py:154
↓ 1 callersClassRegressor
models/pymaf_net.py:17
↓ 1 callersClassSMPLX_ALL
Extension of the official SMPLX implementation to support more joints
models/smpl.py:283
↓ 1 callersClassTrainOptions
core/train_options.py:4
↓ 1 callersClassTrainer
core/trainer.py:38
ClassBaseTrainer
Base class for Trainer objects. Takes care of checkpointing/logging/resuming training.
core/base_trainer.py:14
ClassBasicBlock
models/pose_resnet.py:30
ClassBottleneck
Redefinition of Bottleneck residual block Adapted from the official PyTorch implementation
models/hmr.py:15
ClassBottleneck
models/pose_resnet.py:62
ClassFitsDict
Dictionary keeping track of the best fit per image in the training set
core/fits_dict.py:16
ClassImageFolder
datasets/inference.py:83
ClassJointsDataset
datasets/JointsDataset.py:20
ClassResNet_Backbone
Feature Extrator with ResNet backbone
models/hmr.py:57
ClassSMPLX_deprecated
Extension of the official SMPLX implementation to support more joints
models/smpl.py:87
ClassSMPL_Family
models/smpl.py:580
ClassWeakPerspectiveCamera
utils/renderer.py:52