↓ 1 callersFunctionmain(
ctx: click.Context,
ckpt_path: str,
attr_name: str,
truncation: float,
gen_video: bool,
stylegan_human/edit.py:55
↓ 1 callersFunctionmake_latent_interp_animation(G, code1, code2, img1, img2, num_interps, noise_mode, save_mid_image, truncation_psi,device, outdir,fps)
stylegan_human/interpolation.py:65
↓ 1 callersFunctionmodulated_conv2d(
x, # Input tensor: [batch_size, in_channels, in_height, in_width]
w,
stylegan_human/training/networks_stylegan3.py:26
↓ 1 callersFunctionmodulated_conv2d(
x, # Input tensor: [batch_size, in_channels, in_height, in_width]
w,
stylegan_human/training_scripts/sg3/training/networks_stylegan3.py:27
↓ 1 callersFunctionmodulated_conv2d(
x, # Input tensor: [batch_size, in_channels, in_height, in_width]
w,
training/networks_stylegan3.py:26
↓ 1 callersFunctionupfirdn2d_native(
input, kernel, up_x, up_y, down_x, down_y, pad_x0, pad_x1, pad_y0, pad_y1
)
stylegan_human/torch_utils/op_edit/upfirdn2d.py:161
↓ 1 callersFunctionupfirdn2d_native(
input, kernel, up_x, up_y, down_x, down_y, pad_x0, pad_x1, pad_y0, pad_y1
)
stylegan_human/pti/pti_models/e4e/stylegan2/op/upfirdn2d.py:19
↓ 1 callersFunctionupfirdn_2dr"""Pad, upsample, FIR filter, and downsample a batch of 2D images. Accepts a batch of 2D images of the shape `[majorDim, inH, inW, minorDim]`
stylegan_human/dnnlib/tflib/ops/upfirdn_2d.py:21