Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvlab-kaist/PF3plat
/ functions
Functions
843 in github.com/cvlab-kaist/PF3plat
⨍
Functions
843
◇
Types & classes
197
↳
Endpoints
2
Method
forward
(self, x, emb, context=None)
src/model/encoder/costvolume/ldm_unet/unet.py:82
Method
forward
(self, x, y=None)
src/model/encoder/costvolume/ldm_unet/unet.py:115
Method
forward
(self,x)
src/model/encoder/costvolume/ldm_unet/unet.py:136
Method
forward
(self, x, y=None)
src/model/encoder/costvolume/ldm_unet/unet.py:171
Method
forward
Apply the block to a Tensor, conditioned on a timestep embedding. :param x: an [N x C x ...] Tensor of features. :param emb:
src/model/encoder/costvolume/ldm_unet/unet.py:276
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/unet.py:362
Method
forward
(self, x, y=None)
src/model/encoder/costvolume/ldm_unet/unet.py:441
Method
forward
Apply QKV attention. :param qkv: an [N x (H * 3 * C) x T] tensor of Qs, Ks, and Vs. :return: an [N x (H * C) x T] tensor afte
src/model/encoder/costvolume/ldm_unet/unet.py:538
Method
forward
Apply QKV attention. :param qkv: an [N x (3 * H * C) x T] tensor of Qs, Ks, and Vs. :return: an [N x (H * C) x T] tensor afte
src/model/encoder/costvolume/ldm_unet/unet.py:582
Method
forward
Apply the model to an input batch. :param x: an [N x C x ...] Tensor of inputs. :param timesteps: a 1-D batch of timesteps.
src/model/encoder/costvolume/ldm_unet/unet.py:1098
Method
forward
(self, x, context=None)
src/model/encoder/costvolume/ldm_unet/unet.py:1237
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/attention.py:40
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/attention.py:61
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/attention.py:86
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/attention.py:124
Method
forward
(self, x, context=None, mask=None)
src/model/encoder/costvolume/ldm_unet/attention.py:168
Method
forward
(self, x, context=None)
src/model/encoder/costvolume/ldm_unet/attention.py:206
Method
forward
(self, x, context=None)
src/model/encoder/costvolume/ldm_unet/attention.py:250
Method
forward
(ctx, run_function, length, *args)
src/model/encoder/costvolume/ldm_unet/util.py:121
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/util.py:228
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/util.py:233
Method
forward
(self, x)
src/model/encoder/costvolume/ldm_unet/util.py:237
Method
forward
( self, extrinsics: Float[Tensor, "*#batch 4 4"], intrinsics: Float[Tensor, "*#batch 3
src/model/encoder/common/gaussian_adapter.py:48
Method
forward
(self, x, *args, **kwargs)
src/model/unidepth/encoder.py:12
Method
forward
(self, x)
src/model/unidepth/backbones/dinov2.py:107
Method
forward
(self, x, masks=None)
src/model/unidepth/backbones/dinov2.py:319
Method
forward
(self, x)
src/model/unidepth/backbones/convnext.py:134
Method
forward
(self, x)
src/model/unidepth/backbones/convnext.py:218
Method
forward
(self, x)
src/model/unidepth/backbones/convnext.py:299
Method
forward
(self, x, masks=None)
src/model/unidepth/backbones/convnext.py:469
Method
forward
(self, x)
src/model/unidepth/backbones/convnext2.py:129
Method
forward
(self, x)
src/model/unidepth/backbones/convnext2.py:150
Method
forward
(self, x)
src/model/unidepth/backbones/convnext2.py:179
Method
forward
(self, x)
src/model/unidepth/backbones/convnext2.py:265
Method
forward
(self, x)
src/model/unidepth/backbones/metadinov2/drop_path.py:36
Method
forward
(self, x_or_x_list)
src/model/unidepth/backbones/metadinov2/block.py:273
Method
forward
(self, x)
src/model/unidepth/backbones/metadinov2/dino_head.py:44
Method
forward
(self, x: Tensor)
src/model/unidepth/backbones/metadinov2/layer_scale.py:27
Method
forward
(self, x: Tensor, attn_bias=None)
src/model/unidepth/backbones/metadinov2/attention.py:69
Method
forward
(self, x: Tensor)
src/model/unidepth/backbones/metadinov2/mlp.py:35
Method
forward
(self, x: Tensor)
src/model/unidepth/backbones/metadinov2/swiglu_ffn.py:29
Method
forward
(self, x: Tensor)
src/model/unidepth/backbones/metadinov2/patch_embed.py:71
Method
forward
Computes the spherical harmonics.
src/model/unidepth/utils/sht.py:1439
Method
forward
( self, x: torch.Tensor, mask: Optional[torch.Tensor] = None )
src/model/unidepth/utils/positional_embedding.py:29
Method
forward
(self, x)
src/model/unidepth/utils/positional_embedding.py:80
Method
forward
(self, t, start_index=0)
src/model/unidepth/utils/positional_embedding.py:157
Method
forward
(self, t)
src/model/unidepth/utils/positional_embedding.py:212
Method
forward
(self, x)
src/model/unidepth/layers/drop_path.py:24
Method
forward
(self, x)
src/model/unidepth/layers/convnext.py:33
Method
forward
(self, x: torch.Tensor)
src/model/unidepth/layers/upsample.py:40
Method
forward
(self, x: torch.Tensor)
src/model/unidepth/layers/upsample.py:74
Method
forward
(self, x: torch.Tensor)
src/model/unidepth/layers/upsample.py:129
Method
forward
( self, x: torch.Tensor, mask: Optional[torch.Tensor] = None )
src/model/unidepth/layers/positional_encoding.py:30
Method
forward
(self, x)
src/model/unidepth/layers/positional_encoding.py:81
Method
forward
(self, t, start_index=0)
src/model/unidepth/layers/positional_encoding.py:173
Method
forward
(self, t)
src/model/unidepth/layers/positional_encoding.py:228
Method
forward
(self, x: torch.Tensor)
src/model/unidepth/layers/layer_scale.py:16
Method
forward
( self, x: torch.Tensor, attn_bias: torch.Tensor | None = None, context: torch
src/model/unidepth/layers/attention.py:39
Method
forward
( self, x: torch.Tensor, attn_bias: torch.Tensor | None = None, context: torch
src/model/unidepth/layers/attention.py:149
Method
forward
( self, x: torch.Tensor, attn_bias: torch.Tensor | None = None, context: torch
src/model/unidepth/layers/attention.py:278
Method
forward
(self, x)
src/model/unidepth/layers/mlp.py:20
Method
forward
(self, x: torch.Tensor)
src/model/unidepth/layers/mlp.py:48
Method
forward
(self, x: torch.Tensor)
src/model/unidepth/layers/activation.py:7
Method
forward
(self, x: torch.Tensor)
src/model/unidepth/layers/activation.py:13
Method
forward
(self, x: torch.Tensor, splits: torch.Tensor)
src/model/unidepth/unidepthv2/decoder.py:27
Method
forward
(self, features, cls_tokens, pos_embed)
src/model/unidepth/unidepthv2/decoder.py:67
Method
forward
(self, features, cls_tokens, rays)
src/model/unidepth/unidepthv2/decoder.py:136
Method
forward
( self, features: torch.Tensor, rays_hr: torch.Tensor, pos_embed, level_embed )
src/model/unidepth/unidepthv2/decoder.py:320
Method
forward
(self, inputs, image_metas)
src/model/unidepth/unidepthv2/decoder.py:431
Method
forward
(self, inputs, image_metas, num_views)
src/model/unidepth/unidepthv2/unidepthv2.py:138
Method
forward
( self, gaussians: Gaussians, extrinsics: Float[Tensor, "batch view 4 4"], int
src/model/decoder/decoder.py:38
Method
forward
( self, gaussians: Gaussians, extrinsics: Float[Tensor, "batch view 4 4"], int
src/model/decoder/decoder_splatting_cuda.py:35
Method
forward
(self, data: dict)
src/model/LightGlue/lightglue/sift.py:198
Method
forward
encode position vector
src/model/LightGlue/lightglue/lightglue.py:69
Method
forward
get confidence tokens
src/model/LightGlue/lightglue/lightglue.py:82
Method
forward
(self, q, k, v, mask: Optional[torch.Tensor] = None)
src/model/LightGlue/lightglue/lightglue.py:106
Method
forward
( self, x: torch.Tensor, encoding: torch.Tensor = None, mask: Optional[torch.T
src/model/LightGlue/lightglue/lightglue.py:152
Method
forward
( self, x0: torch.Tensor, x1: torch.Tensor, mask: Optional[torch.Tensor] = None )
src/model/LightGlue/lightglue/lightglue.py:195
Method
forward
( self, desc0, desc1, encoding0, encoding1, mask0: Optional[to
src/model/LightGlue/lightglue/lightglue.py:233
Method
forward
build assignment matrix from descriptors
src/model/LightGlue/lightglue/lightglue.py:281
Method
forward
Match keypoints and descriptors between two images Input (dict): image0: dict keypoints: [B x M x 2]
src/model/LightGlue/lightglue/lightglue.py:450
Method
forward
:param scores_map: Bx1xHxW :param descriptor_map: BxCxHxW :param sub_pixel: whether to use sub-pixel keypoint detection
src/model/LightGlue/lightglue/aliked.py:127
Method
forward
(self, x)
src/model/LightGlue/lightglue/aliked.py:328
Method
forward
(self, x)
src/model/LightGlue/lightglue/aliked.py:412
Method
forward
(self, x: torch.Tensor)
src/model/LightGlue/lightglue/aliked.py:460
Method
forward
(self, x, keypoints)
src/model/LightGlue/lightglue/aliked.py:534
Method
forward
(self, data: dict)
src/model/LightGlue/lightglue/aliked.py:740
Method
forward
(self, data: dict)
src/model/LightGlue/lightglue/dog_hardnet.py:15
Method
forward
Compute keypoints, scores, descriptors for image
src/model/LightGlue/lightglue/superpoint.py:150
Method
forward
( self, prediction: DecoderOutput, batch: BatchedExample, gaussians: Gaussians
src/loss/loss_mse.py:23
Method
forward
Compute the correspondence loss
src/loss/loss_pose.py:29
Method
forward
( self, prediction: DecoderOutput, # prediction2: DecoderOutput, # prediction3
src/loss/loss_lpips.py:36
Method
forward
( self, prediction: DecoderOutput, batch: BatchedExample, gaussians: Gaussians
src/loss/loss_multissim.py:25
Method
freeze
(self)
src/model/unidepth/backbones/dinov2.py:340
Method
freeze
(self)
src/model/unidepth/backbones/convnext.py:503
Method
freeze
(self)
src/model/unidepth/backbones/convnext2.py:279
Function
generate_fourier_features
(x, max_freq=64, num_bands=16)
src/model/unidepth/layers/positional_encoding.py:89
Function
generate_heterogeneous_index_transpose
Generate an index that can be used to "transpose" the heterogeneous index. Applying the index a second time inverts the "transpose."
src/misc/heterogeneous_pairings.py:27
Method
get_bound
( self, bound: Literal["near", "far"], num_views: int, )
src/dataset/dataset_re10k_test.py:141
Method
get_bound
( self, bound: Literal["near", "far"], num_views: int, )
src/dataset/dataset_acid_test.py:138
← previous
next →
601–700 of 843, ranked by callers