MCPcopy Create free account

hub / github.com/brjathu/PHALP / types & classes

Types & classes54 in github.com/brjathu/PHALP

↓ 12 callersClassResnetBlock
phalp/models/heads/apperence_head.py:160
↓ 3 callersClassTransformer
phalp/models/predictor/pose_transformer_v2.py:169
↓ 2 callersClassDefaultPredictor_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 callersClassHMAR
phalp/models/hmar/hmar.py:13
↓ 2 callersClassPHALP
phalp/trackers/PHALP.py:40
↓ 2 callersClassPreNorm
phalp/models/predictor/pose_transformer_v2.py:52
↓ 2 callersClassRenderer
Renderer used for visualizing the SMPL model Code adapted from https://github.com/vchoutas/smplify-x
phalp/visualize/py_renderer.py:90
↓ 2 callersClassSMPLHead
SMPL Iterative Regressor with ResNet50 backbone
phalp/models/heads/smpl_head.py:23
↓ 1 callersClassAttention
phalp/models/predictor/pose_transformer_v2.py:88
↓ 1 callersClassDefaultPredictor_with_RPN
phalp/utils/utils_detectron2.py:94
↓ 1 callersClassDetection
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 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
phalp/models/predictor/pose_transformer_v2.py:154
↓ 1 callersClassEncodingHead
Outputs mesh texture
phalp/models/heads/encoding_head.py:6
↓ 1 callersClassFeedForward
phalp/models/predictor/pose_transformer_v2.py:60
↓ 1 callersClassFrameExtractor
Class used for extracting frames from a video file.
phalp/utils/utils.py:143
↓ 1 callersClassHMR2023TextureSampler
scripts/demo.py:51
↓ 1 callersClassHMR2_4dhuman
scripts/demo.py:145
↓ 1 callersClassIO_Manager
Class used for loading and saving videos.
phalp/utils/io.py:15
↓ 1 callersClassPose_transformer_v2
phalp/models/predictor/pose_transformer_v2.py:296
↓ 1 callersClassPostprocessor
phalp/visualize/postprocessor.py:17
↓ 1 callersClassResNet
phalp/models/backbones/resnet.py:91
↓ 1 callersClassSMPL
phalp/utils/smpl_utils.py:26
↓ 1 callersClassTextureHead
phalp/models/heads/apperence_head.py:8
↓ 1 callersClassTrack
Mark this track as missed (no association at the current time step).
phalp/external/deep_sort_/track.py:28
↓ 1 callersClassTracker
This is the multi-target tracker. Parameters ---------- metric : nn_matching.NearestNeighborDistanceMetric A distance metric
phalp/external/deep_sort_/tracker.py:16
↓ 1 callersClassVisualizer
phalp/visualize/visualizer.py:23
↓ 1 callersClassdecoder
phalp/models/heads/apperence_head.py:86
↓ 1 callersClasslart_transformer
phalp/models/predictor/pose_transformer_v2.py:188
ClassAVAConfig
phalp/configs/base.py:54
ClassBackboneConfig
phalp/configs/base.py:103
ClassBaseNetwork
phalp/models/heads/apperence_head.py:31
ClassBasicBlock
phalp/models/backbones/resnet.py:21
ClassBottleneck
phalp/models/backbones/resnet.py:53
ClassDemoConfig
scripts/demo_phalp.py:17
ClassExtraConfig
phalp/configs/base.py:123
ClassFullConfig
phalp/configs/base.py:127
ClassGeneralizedRCNN_with_proposals
phalp/utils/utils_detectron2.py:17
ClassHMR2018Predictor
phalp/models/hmar/hmr.py:11
ClassHMR2Predictor
scripts/demo.py:25
ClassHMRConfig
phalp/configs/base.py:59
ClassHuman4DConfig
scripts/demo.py:168
ClassModelConfig
phalp/configs/base.py:115
ClassNearestNeighborDistanceMetric
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
ClassPHALPConfig
phalp/configs/base.py:26
ClassPosePredictorConfig
phalp/configs/base.py:48
ClassPostProcessConfig
phalp/configs/base.py:80
ClassProjectInOut
phalp/models/predictor/pose_transformer_v2.py:73
ClassRenderConfig
phalp/configs/base.py:63
ClassSMPLConfig
phalp/configs/base.py:86
ClassSMPLHeadConfig
phalp/configs/base.py:96
ClassTextClip
Class for autogenerated text clips. Creates an ImageClip originating from a script-generated text image. Requires ImageMagick. Parameter
phalp/utils/TextClip.py:10
ClassTrackState
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
ClassTransformerConfig
phalp/configs/base.py:109
ClassVideoConfig
phalp/configs/base.py:11