MCPcopy Create free account

hub / github.com/MyNiuuu/AniCrafter / types & classes

Types & classes1,261 in github.com/MyNiuuu/AniCrafter

↓ 141 callersClassResnetBlock
diffsynth/models/sd_unet.py:94
↓ 111 callersClassConvModule
A conv block that bundles conv/norm/activation layers. This block simplifies the usage of convolution layers, which are commonly used with a
engine/pose_estimation/dinov2/dinov2/hub/depth/decode_heads.py:299
↓ 105 callersClassPushBlock
diffsynth/models/sd_unet.py:211
↓ 55 callersClassAttentionBlock
diffsynth/models/sd_unet.py:126
↓ 38 callersClassPopMixBlock
diffsynth/models/svd_unet.py:217
↓ 36 callersClassCompose
Compose a data pipeline with a sequence of transforms. Args: transforms (list[dict | callable]): Either config dicts of transfo
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/shared_transform.py:68
↓ 36 callersClassDatasetInfo
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/dataset_info.py:5
↓ 36 callersClassTemporalBlock
diffsynth/models/sd_motion.py:52
↓ 33 callersClassPopBlock
diffsynth/models/sd_unet.py:220
↓ 32 callersClassResnet3DBlock
diffsynth/models/cog_vae.py:128
↓ 24 callersClassConfig
engine/BiRefNet/config.py:5
↓ 24 callersClassResLayer
ResLayer to build ResNet style backbone. Args: block (nn.Module): Residual block used to build ResLayer. num_blocks (int): Number
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:310
↓ 22 callersClassTemporalResnetBlock
diffsynth/models/svd_unet.py:6
↓ 19 callersClassDownSampler
diffsynth/models/sd_unet.py:70
↓ 17 callersClassResNet
ResNet backbone. Please refer to the `paper <https://arxiv.org/abs/1512.03385>`__ for details. Args: depth (int): Network depth,
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:424
↓ 17 callersClassUpSampler
diffsynth/models/sd_unet.py:83
↓ 16 callersClassShuffleNetV1
ShuffleNetV1 backbone. Args: groups (int, optional): The number of groups to be used in grouped 1x1 convolutions in each Shuf
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v1.py:157
↓ 16 callersClassTemporalAttentionBlock
diffsynth/models/svd_unet.py:138
↓ 15 callersClassTopdownHeatmapSimpleHead
Top-down heatmap simple head. paper ref: Bin Xiao et al. ``Simple Baselines for Human Pose Estimation and Tracking``. TopdownHeatmapSimpleHea
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/topdown_heatmap_simple_head.py:17
↓ 15 callersClassViPNASHeatmapSimpleHead
ViPNAS heatmap simple head. ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search. More details can be found in the `paper
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/vipnas_heatmap_simple_head.py:16
↓ 14 callersClassCausalConv3d
Causal 3d convolusion.
diffsynth/models/wan_video_vae.py:33
↓ 14 callersClassMobileNetV2
MobileNetV2 backbone. Args: widen_factor (float): Width multiplier, multiply number of channels in each layer by this amount.
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/mobilenet_v2.py:101
↓ 14 callersClassMobileNetV3
MobileNetV3 backbone. Args: arch (str): Architecture of mobilnetv3, from {small, big}. Default: small. conv_cfg (dict
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/mobilenet_v3.py:15
↓ 14 callersClassSEResNet
SEResNet backbone. Please refer to the `paper <https://arxiv.org/abs/1709.01507>`__ for details. Args: depth (int): Network dept
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/seresnet.py:58
↓ 14 callersClassShuffleNetV2
ShuffleNetV2 backbone. Args: widen_factor (float): Width multiplier - adjusts the number of channels in each layer by this am
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v2.py:135
↓ 14 callersClassTemporalResnetBlock
diffsynth/models/svd_vae_decoder.py:45
↓ 13 callersClassAEHigherResolutionHead
Associative embedding with higher resolution head. paper ref: Bowen Cheng et al. "HigherHRNet: Scale-Aware Representation Learning for Bottom-
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/ae_higher_resolution_head.py:13
↓ 13 callersClassTopdownHeatmapMultiStageHead
Top-down heatmap multi-stage head. TopdownHeatmapMultiStageHead is consisted of multiple branches, each of which has num_deconv_layers(>=0) n
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/topdown_heatmap_multi_stage_head.py:18
↓ 13 callersClassVGG
VGG backbone. Args: depth (int): Depth of vgg, from {11, 13, 16, 19}. with_norm (bool): Use BatchNorm or not. num_classes
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vgg.py:39
↓ 12 callersClassAttention
diffsynth/models/attention.py:15
↓ 12 callersClassFlowMatchScheduler
diffsynth/schedulers/flow_match.py:5
↓ 12 callersClassViPNAS_ResNet
ViPNAS_ResNet backbone. "ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search" More details can be found in the `paper
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_resnet.py:343
↓ 11 callersClassPose
LHM/models/rendering/smplx/transfer_model/config/utils_cfg.py:28
↓ 11 callersClassRegistry
Registry class
LHM/utils/registry.py:16
↓ 11 callersClassUnit3D
ProPainter/core/metrics.py:221
↓ 10 callersClassAESimpleHead
Associative embedding simple head. paper ref: Alejandro Newell et al. "Associative Embedding: End-to-end Learning for Joint Detection and
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/ae_simple_head.py:7
↓ 10 callersClassEnhancedDDIMScheduler
diffsynth/schedulers/ddim.py:4
↓ 10 callersClassInvertedResidual
InvertedResidual block for MobileNetV2. Args: in_channels (int): The input channels of the InvertedResidual block. out_channels (
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/mobilenet_v2.py:15
↓ 10 callersClassInvertedResidual
Inverted Residual Block. Args: in_channels (int): The input channels of this Module. out_channels (int): The output channels of t
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/utils/inverted_residual.py:11
↓ 10 callersClassTeaCache
diffsynth/pipelines/wan_video.py:340
↓ 9 callersClassAdaLayerNorm
diffsynth/models/sd3_dit.py:69
↓ 9 callersClassBbox
engine/SegmentAPI/base.py:69
↓ 9 callersClassBottleneck
Bottleneck block for ResNet. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of this b
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:131
↓ 9 callersClassInceptionModule
ProPainter/core/metrics.py:289
↓ 9 callersClassPyramidPatchMatcher
diffsynth/extensions/FastBlend/patch_match.py:205
↓ 9 callersClassRMSNorm
diffsynth/models/sd3_dit.py:8
↓ 9 callersClassSCNet
SCNet backbone. Improving Convolutional Networks with Self-Calibrated Convolutions, Jiang-Jiang Liu, Qibin Hou, Ming-Ming Cheng, Changhu Wang
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/scnet.py:192
↓ 9 callersClassTileWorker
diffsynth/models/tiler.py:5
↓ 9 callersClassTimestepEmbeddings
diffsynth/models/sd3_dit.py:54
↓ 9 callersClassTimesteps
diffsynth/models/sd_unet.py:6
↓ 9 callersClassViPNAS_Bottleneck
Bottleneck block for ViPNAS_ResNet. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_resnet.py:14
↓ 8 callersClassBasicTemporalBlock
Basic block for VideoPose3D. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of this b
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/tcn.py:13
↓ 8 callersClassBottomUpRandomAffine
Data augmentation with random scaling & rotating. Args: rot_factor (int): Rotating to [-rotation_factor, rotation_factor] scale_f
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/bottom_up_transform.py:401
↓ 8 callersClassCausalConvChannelLast
diffsynth/models/stepvideo_vae.py:414
↓ 8 callersClassRMSNorm
diffsynth/models/flux_dit.py:517
↓ 8 callersClassRes3DBlock
A residual 3D convolutional block. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/v2v_net.py:51
↓ 8 callersClassTeaCache
diffsynth/pipelines/wan_video_v2v_combine.py:36
↓ 8 callersClassViPNAS_MobileNetV3
ViPNAS_MobileNetV3 backbone. "ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search" More details can be found in the `paper
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_mbv3.py:15
↓ 7 callersClassCachedConv3d
diffsynth/models/cog_vae.py:169
↓ 7 callersClassEvalDataset
engine/pose_estimation/third-party/ViTPose/tests/test_eval_hook.py:36
↓ 7 callersClassHRFomerModule
High-Resolution Module for HRFormer. Args: num_branches (int): The number of branches in the HRFormerModule. block (nn.Module): T
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/hrformer.py:397
↓ 7 callersClassTCN
TCN backbone. Temporal Convolutional Networks. More details can be found in the `paper <https://arxiv.org/abs/1811.11742>`__ . Args:
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/tcn.py:133
↓ 7 callersClassWanPrompter
diffsynth/prompters/wan_prompter.py:84
↓ 6 callersClassBaseGroupNorm
diffsynth/models/stepvideo_vae.py:21
↓ 6 callersClassBasicBlock
BasicBlock for ResNet. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of this block.
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:14
↓ 6 callersClassBiRefNet
engine/BiRefNet/models/birefnet.py:51
↓ 6 callersClassCausalConv
diffsynth/models/stepvideo_vae.py:226
↓ 6 callersClassCausalConv3d
diffsynth/models/hunyuan_video_vae_decoder.py:10
↓ 6 callersClassCausalConvAfterNorm
diffsynth/models/stepvideo_vae.py:438
↓ 6 callersClassConvModule
A conv block that bundles conv/norm/activation layers. This block simplifies the usage of convolution layers, which are commonly used with a
LHM/models/encoders/dinov2/hub/depth/decode_heads.py:299
↓ 6 callersClassFeedForward
diffsynth/models/stepvideo_dit.py:585
↓ 6 callersClassRMSNorm
diffsynth/models/hunyuan_video_dit.py:732
↓ 6 callersClassRegNet
RegNet backbone. More details can be found in `paper <https://arxiv.org/abs/2003.13678>`__ . Args: arch (dict): The parameter of Reg
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/regnet.py:14
↓ 6 callersClassResidualBlock
diffsynth/models/wan_video_vae.py:198
↓ 6 callersClassResnet3DBlock
diffsynth/models/stepvideo_vae.py:498
↓ 6 callersClassSMPLXVoxelMeshModel
LHM/models/rendering/smpl_x_voxel_dense_sampling.py:483
↓ 6 callersClassShuffleUnit
ShuffleUnit block. ShuffleNet unit with pointwise group convolution (GConv) and channel shuffle. Args: in_channels (int): The in
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v1.py:17
↓ 6 callersClassTopDownGenerateTarget
Generate the target heatmap. Required keys: 'joints_3d', 'joints_3d_visible', 'ann_info'. Modified keys: 'target', and 'target_weight'.
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/top_down_transform.py:257
↓ 6 callersClassTopdownHeatmapMSMUHead
Heads for multi-stage multi-unit heads used in Multi-Stage Pose estimation Network (MSPN), and Residual Steps Networks (RSN). Args: u
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/topdown_heatmap_multi_stage_head.py:391
↓ 6 callersClassViPNAS_ResLayer
ViPNAS_ResLayer to build ResNet style backbone. Args: block (nn.Module): Residual block used to build ViPNAS ResLayer. num_blocks
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_resnet.py:208
↓ 5 callersClassCosineScheduler
engine/pose_estimation/dinov2/dinov2/utils/utils.py:67
↓ 5 callersClassExampleDataset
engine/pose_estimation/third-party/ViTPose/tests/test_eval_hook.py:18
↓ 5 callersClassHourglassNet
HourglassNet backbone. Stacked Hourglass Networks for Human Pose Estimation. More details can be found in the `paper <https://arxiv.org/a
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/hourglass.py:89
↓ 5 callersClassInvertedResidual
InvertedResidual block for ShuffleNetV2 backbone. Args: in_channels (int): The input channels of the block. out_channels (int): T
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v2.py:16
↓ 5 callersClassLayerNorm
diffsynth/models/wan_video_image_encoder.py:228
↓ 5 callersClassMaxPool3dSamePadding
ProPainter/core/metrics.py:195
↓ 5 callersClassModelManager
diffsynth/models/model_manager.py:317
↓ 5 callersClassPoseWarper
Top-down pose detectors for multi-frame settings for video inputs. `"Learning temporal pose estimation from sparsely-labeled videos" <https:/
engine/pose_estimation/third-party/ViTPose/mmpose/models/detectors/posewarper.py:19
↓ 5 callersClassPoseWarperNeck
PoseWarper neck. `"Learning temporal pose estimation from sparsely-labeled videos" <https://arxiv.org/abs/1906.04016>`_. Args: i
engine/pose_estimation/third-party/ViTPose/mmpose/models/necks/posewarper_neck.py:22
↓ 5 callersClassRAFT_bi
Flow completion loss
ProPainter/model/modules/flow_comp_raft.py:27
↓ 5 callersClassRMSNorm
diffsynth/models/wan_video_dit.py:97
↓ 5 callersClassRMS_norm
diffsynth/models/wan_video_vae.py:55
↓ 5 callersClassRSN
Residual Steps Network backbone. Paper ref: Cai et al. "Learning Delicate Local Representations for Multi-Person Pose Estimation" (ECCV 2020).
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/rsn.py:512
↓ 5 callersClassSEBottleneck
SEBottleneck block for SEResNet. Args: in_channels (int): The input channels of the SEBottleneck block. out_channels (int): The o
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/seresnet.py:9
↓ 5 callersClassStruct
LHM/models/rendering/smplx/smplx/utils.py:108
↓ 5 callersClassStruct
LHM/models/rendering/smplx_gsavatar/utils.py:110
↓ 5 callersClassToTensor
Transform image to Tensor. Required key: 'img'. Modifies key: 'img'. Args: results (dict): contain all information about training.
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/shared_transform.py:21
↓ 5 callersClassTopDown
Top-down pose detectors. Args: backbone (dict): Backbone modules to extract feature. keypoint_head (dict): Keypoint head to proce
engine/pose_estimation/third-party/ViTPose/mmpose/models/detectors/top_down.py:24
↓ 4 callersClassAnnotator
diffsynth/controlnets/processors.py:8
↓ 4 callersClassAttention
LHM/models/encoders/dinov2/layers/attention.py:36
next →1–100 of 1,261, ranked by callers