↓ 31 callersMethodinterpolate(
self,
attr: Float[Tensor, "B Nv C"],
rast: Float[Tensor, "B H W 4"],
tri: In
threestudio/utils/rasterize.py:58
↓ 15 callersMethod__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
threestudio/utils/GAN/vae.py:205
↓ 13 callersFunctionread_next_bytesRead and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
gaussiansplatting/scene/colmap_loader.py:72
↓ 6 callersMethodforward_unet(
self,
latents: Float[Tensor, "..."],
t: Float[Tensor, "..."],
encoder_hidden
threestudio/models/guidance/stable_diffusion_guidance.py:146
↓ 5 callersMethodforward_unet(
self,
control_image: Float[Tensor, "..."],
latents: Float[Tensor, "..."],
t:
threestudio/models/guidance/stable_diffusion_controlnet_guidance.py:161
↓ 5 callersFunctionget_rays(
directions: Float[Tensor, "... 3"],
c2w: Float[Tensor, "... 4 4"],
keepdim=False,
noise_scal
threestudio/utils/ops.py:219
↓ 4 callersMethodforward_unet(
self,
latents: Float[Tensor, "..."],
t: Float[Tensor, "..."],
encoder_hidden
threestudio/models/guidance/deep_floyd_guidance.py:113
↓ 4 callersMethodinterpolate_one(
self,
attr: Float[Tensor, "Nv C"],
rast: Float[Tensor, "B H W 4"],
tri: Inte
threestudio/utils/rasterize.py:70
↓ 3 callersMethodantialias(
self,
color: Float[Tensor, "B H W C"],
rast: Float[Tensor, "B H W 4"],
pos:
threestudio/utils/rasterize.py:49
↓ 3 callersMethodget_text_embeddings_perp_neg(
self,
elevation: Float[Tensor, "B"],
azimuth: Float[Tensor, "B"],
camera_dis
threestudio/models/prompt_processors/base.py:85