Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HongwenZhang/PyMAF
/ types & classes
Types & classes
36 in github.com/HongwenZhang/PyMAF
⨍
Functions
303
◇
Types & classes
36
↓ 15 callers
Class
SMPL
Extension of the official SMPL implementation to support more joints
models/smpl.py:50
↓ 4 callers
Class
BaseDataset
Base Dataset Class - Handles data loading and augmentation. Able to handle heterogeneous datasets (different annotations available for differ
datasets/base_dataset.py:23
↓ 4 callers
Class
ModelOutput
models/smpl.py:36
↓ 3 callers
Class
FLAME
Extension of the official FLAME implementation to support more joints
models/smpl.py:558
↓ 3 callers
Class
MANO
Extension of the official MANO implementation to support more joints
models/smpl.py:526
↓ 3 callers
Class
PyRenderer
utils/renderer.py:77
↓ 2 callers
Class
Inference
datasets/inference.py:28
↓ 2 callers
Class
SMPLX
Extension of the official SMPLX implementation to support more functions
models/smpl.py:140
↓ 1 callers
Class
COCODataset
"keypoints": { 0: "nose", 1: "left_eye", 2: "right_eye", 3: "left_ear", 4: "right_ear", 5: "left_
datasets/coco_keypoint_dataset.py:27
↓ 1 callers
Class
CheckpointSaver
Class that handles saving and loading checkpoints during training.
utils/saver.py:8
↓ 1 callers
Class
DensePoseMethods
utils/densepose_methods.py:14
↓ 1 callers
Class
HMR
SMPL Iterative Regressor with ResNet50 backbone
models/hmr.py:164
↓ 1 callers
Class
IUV_Renderer
utils/renderer.py:432
↓ 1 callers
Class
IUV_predict_layer
models/iuv_predictor.py:14
↓ 1 callers
Class
MAF_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 callers
Class
MPT8
multi_person_tracker_yolov8.py:9
↓ 1 callers
Class
MixedDataset
datasets/mixed_dataset.py:10
↓ 1 callers
Class
OpenDRenderer
utils/renderer.py:261
↓ 1 callers
Class
PartRenderer
Renderer used to render segmentation masks and part segmentations. Internally it uses the Neural 3D Mesh Renderer
utils/part_utils.py:8
↓ 1 callers
Class
PoseResNet
models/pose_resnet.py:103
↓ 1 callers
Class
PyMAF
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 callers
Class
Regressor
models/pymaf_net.py:17
↓ 1 callers
Class
SMPLX_ALL
Extension of the official SMPLX implementation to support more joints
models/smpl.py:283
↓ 1 callers
Class
TrainOptions
core/train_options.py:4
↓ 1 callers
Class
Trainer
core/trainer.py:38
Class
BaseTrainer
Base class for Trainer objects. Takes care of checkpointing/logging/resuming training.
core/base_trainer.py:14
Class
BasicBlock
models/pose_resnet.py:30
Class
Bottleneck
Redefinition of Bottleneck residual block Adapted from the official PyTorch implementation
models/hmr.py:15
Class
Bottleneck
models/pose_resnet.py:62
Class
FitsDict
Dictionary keeping track of the best fit per image in the training set
core/fits_dict.py:16
Class
ImageFolder
datasets/inference.py:83
Class
JointsDataset
datasets/JointsDataset.py:20
Class
ResNet_Backbone
Feature Extrator with ResNet backbone
models/hmr.py:57
Class
SMPLX_deprecated
Extension of the official SMPLX implementation to support more joints
models/smpl.py:87
Class
SMPL_Family
models/smpl.py:580
Class
WeakPerspectiveCamera
utils/renderer.py:52