Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brjathu/PHALP
/ types & classes
Types & classes
54 in github.com/brjathu/PHALP
⨍
Functions
200
◇
Types & classes
54
↓ 12 callers
Class
ResnetBlock
phalp/models/heads/apperence_head.py:160
↓ 3 callers
Class
Transformer
phalp/models/predictor/pose_transformer_v2.py:169
↓ 2 callers
Class
DefaultPredictor_Lazy
Create a simple end-to-end predictor with the given config that runs on single device for a single input image. Compared to using the mo
phalp/utils/utils_detectron2.py:132
↓ 2 callers
Class
HMAR
phalp/models/hmar/hmar.py:13
↓ 2 callers
Class
PHALP
phalp/trackers/PHALP.py:40
↓ 2 callers
Class
PreNorm
phalp/models/predictor/pose_transformer_v2.py:52
↓ 2 callers
Class
Renderer
Renderer used for visualizing the SMPL model Code adapted from https://github.com/vchoutas/smplify-x
phalp/visualize/py_renderer.py:90
↓ 2 callers
Class
SMPLHead
SMPL Iterative Regressor with ResNet50 backbone
phalp/models/heads/smpl_head.py:23
↓ 1 callers
Class
Attention
phalp/models/predictor/pose_transformer_v2.py:88
↓ 1 callers
Class
DefaultPredictor_with_RPN
phalp/utils/utils_detectron2.py:94
↓ 1 callers
Class
Detection
This class represents a bounding box detection in a single image. Parameters ---------- tlwh : array_like Bounding box in fo
phalp/external/deep_sort_/detection.py:7
↓ 1 callers
Class
DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
phalp/models/predictor/pose_transformer_v2.py:154
↓ 1 callers
Class
EncodingHead
Outputs mesh texture
phalp/models/heads/encoding_head.py:6
↓ 1 callers
Class
FeedForward
phalp/models/predictor/pose_transformer_v2.py:60
↓ 1 callers
Class
FrameExtractor
Class used for extracting frames from a video file.
phalp/utils/utils.py:143
↓ 1 callers
Class
HMR2023TextureSampler
scripts/demo.py:51
↓ 1 callers
Class
HMR2_4dhuman
scripts/demo.py:145
↓ 1 callers
Class
IO_Manager
Class used for loading and saving videos.
phalp/utils/io.py:15
↓ 1 callers
Class
Pose_transformer_v2
phalp/models/predictor/pose_transformer_v2.py:296
↓ 1 callers
Class
Postprocessor
phalp/visualize/postprocessor.py:17
↓ 1 callers
Class
ResNet
phalp/models/backbones/resnet.py:91
↓ 1 callers
Class
SMPL
phalp/utils/smpl_utils.py:26
↓ 1 callers
Class
TextureHead
phalp/models/heads/apperence_head.py:8
↓ 1 callers
Class
Track
Mark this track as missed (no association at the current time step).
phalp/external/deep_sort_/track.py:28
↓ 1 callers
Class
Tracker
This is the multi-target tracker. Parameters ---------- metric : nn_matching.NearestNeighborDistanceMetric A distance metric
phalp/external/deep_sort_/tracker.py:16
↓ 1 callers
Class
Visualizer
phalp/visualize/visualizer.py:23
↓ 1 callers
Class
decoder
phalp/models/heads/apperence_head.py:86
↓ 1 callers
Class
lart_transformer
phalp/models/predictor/pose_transformer_v2.py:188
Class
AVAConfig
phalp/configs/base.py:54
Class
BackboneConfig
phalp/configs/base.py:103
Class
BaseNetwork
phalp/models/heads/apperence_head.py:31
Class
BasicBlock
phalp/models/backbones/resnet.py:21
Class
Bottleneck
phalp/models/backbones/resnet.py:53
Class
DemoConfig
scripts/demo_phalp.py:17
Class
ExtraConfig
phalp/configs/base.py:123
Class
FullConfig
phalp/configs/base.py:127
Class
GeneralizedRCNN_with_proposals
phalp/utils/utils_detectron2.py:17
Class
HMR2018Predictor
phalp/models/hmar/hmr.py:11
Class
HMR2Predictor
scripts/demo.py:25
Class
HMRConfig
phalp/configs/base.py:59
Class
Human4DConfig
scripts/demo.py:168
Class
ModelConfig
phalp/configs/base.py:115
Class
NearestNeighborDistanceMetric
A nearest neighbor distance metric that, for each target, returns the closest distance to any sample that has been observed so far. Para
phalp/external/deep_sort_/nn_matching.py:132
Class
PHALPConfig
phalp/configs/base.py:26
Class
PosePredictorConfig
phalp/configs/base.py:48
Class
PostProcessConfig
phalp/configs/base.py:80
Class
ProjectInOut
phalp/models/predictor/pose_transformer_v2.py:73
Class
RenderConfig
phalp/configs/base.py:63
Class
SMPLConfig
phalp/configs/base.py:86
Class
SMPLHeadConfig
phalp/configs/base.py:96
Class
TextClip
Class for autogenerated text clips. Creates an ImageClip originating from a script-generated text image. Requires ImageMagick. Parameter
phalp/utils/TextClip.py:10
Class
TrackState
Enumeration type for the single target track state. Newly created tracks are classified as `tentative` until enough evidence has been collect
phalp/external/deep_sort_/track.py:13
Class
TransformerConfig
phalp/configs/base.py:109
Class
VideoConfig
phalp/configs/base.py:11