↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, groups=1, base_width=64)
src/models/condition/coarse_motion.py:121
↓ 2 callersFunctionpreprocess(image_path, video_path, limit=100, image_size=512, area=1.25, det_path=None)
src/dataset/test_preprocess.py:143
↓ 1 callersFunction_build_mlp(nlayers, in_dim, bottleneck_dim, hidden_dim=None, use_bn=False, bias=True)
src/models/dinov2/layers/dino_head.py:44
↓ 1 callersMethod_encode_image(self, image, arcface_embeddings, prompts, uncond_prompts, num_frames, device, num_videos_per_prompt, do_class
src/pipelines/hunyuan_svd_pipeline.py:115
↓ 1 callersMethod_get_add_time_ids(
self,
fps,
motion_bucket_id,
noise_aug_strength,
dtype,
batc
src/pipelines/hunyuan_svd_pipeline.py:157
↓ 1 callersMethodprepare_latents(
self,
batch_size,
num_frames,
num_channels_latents,
height,
src/pipelines/hunyuan_svd_pipeline.py:226
Method__init__(
self,
vae,
image_encoder,
image_proj,
unet,
pose_guider,
src/pipelines/hunyuan_svd_pipeline.py:83
Method__init__(
self,
in_dim,
out_dim,
use_bn=False,
nlayers=3,
hidden_dim=2
src/models/dinov2/layers/dino_head.py:13
Method__init__(
self,
img_size: Union[int, Tuple[int, int]] = 224,
patch_size: Union[int, Tuple[int,
src/models/dinov2/layers/patch_embed.py:37