Methodforward(
self,
inputs,
reconstructions,
posteriors,
optimizer_idx,
gl
algorithms/vae/common/losses/perceptual_loss.py:94
Methodforward(
self,
inputs,
reconstructions,
posteriors,
optimizer_idx,
gl
algorithms/vae/common/losses/perceptual_loss.py:236
Methodforward Update video metrics with the given predictions and targets. Args: preds: Predictions of shape (B, T, C, H, W), [0, 1]
algorithms/common/metrics/video/video_metric.py:264
Methodforward Compute the dimension score. Args: videos: Videos of shape (B, T, C, H, W), uint8, range [0, 255]. Returns:
algorithms/common/metrics/video/vbench/dimension.py:20
Methodforward(
self,
trajs_e0,
rgbs, # (B, S, C, H, W) range [-1, 1]
iters=3,
feat
algorithms/common/metrics/video/models/pips2.py:496
Methodforward Args: videos (torch.Tensor): (B, S, C, H, W), range [-1, 1]
algorithms/common/metrics/video/models/motion_extractor.py:115
Methodforward(self, img0, img1, embt, scale_factor=1.0, eval=False, **kwargs)
algorithms/common/metrics/video/models/amt/amt_s.py:82
Methodforward(self, net, inp, corr, flow, upsample=True)
algorithms/common/metrics/video/models/raft/update.py:145
Methodforward Args: x: tensor to be patchified of shape (*B, C, H, W) Returns: patchified tensor of shape (*B, num_patches,
algorithms/dfot/backbones/modules/embeddings.py:368
Methodforward Forward pass of the U-ViT backbone, with pose conditioning. Args: x: Input tensor of shape (B, T, C, H, W). n
algorithms/dfot/backbones/u_vit/u_vit3d_pose.py:62