MCPcopy Create free account

hub / github.com/Lijiaxin0111/Open-d4rt / functions

Functions626 in github.com/Lijiaxin0111/Open-d4rt

Function_sample_rgb_from_grid
(video_rgb: np.ndarray, grid_points_px: np.ndarray)
vis/build_like_demo.py:47
Function_sigmoid_to_bool
(logits_or_scores: np.ndarray)
vis/build_like_demo.py:190
Method_visibility_from_depth
(frame_idx: int, points_world: np.ndarray)
src/data/virtual_kitti2_raw_dataset.py:678
Function_world_to_cam
(x_world: np.ndarray, t_cw: np.ndarray)
src/data/dynamic_replica_raw_dataset.py:157
Function_world_to_cam
(x_world: np.ndarray, t_cw: np.ndarray)
src/data/pointodyssey_raw_dataset.py:49
Functionapply_spatial_crop_augment
Random crop + resize-back, with K/query/target mask updates.
src/data/raw_augment.py:710
Functionbuild_dataloader
(*args: Any, **kwargs: Any)
src/data/__init__.py:13
Methodconfigure_dataset_seed
(self, base_seed: int)
src/data/kubric_full_robust_dataset.py:291
Methoddecorator
(item: Any)
src/core/registry.py:19
Methodforward
(self, query_tokens: torch.Tensor, memory_tokens: torch.Tensor)
src/model/decoder.py:34
Methodforward
(self, query_tokens: torch.Tensor, memory_tokens: torch.Tensor)
src/model/decoder.py:61
Methodforward
(self, batch: dict[str, Any])
src/model/d4rt.py:366
Methodforward
(self, uv: torch.Tensor)
src/model/query_embedding.py:29
Methodforward
( self, video: torch.Tensor, u: torch.Tensor, v: torch.Tensor, t_src:
src/model/query_embedding.py:120
Methodforward
(self, decoded_queries: torch.Tensor)
src/model/heads.py:21
Methodforward
(self, tokens: torch.Tensor)
src/model/encoder.py:49
Methodforward
(self, video_b_t_c_h_w: torch.Tensor, extra_tokens: torch.Tensor | None = None)
src/model/encoder.py:112
Methodforward
( self, outputs: dict[str, torch.Tensor], batch: dict[str, Any], )
src/losses/d4rt_loss.py:262
Functionmain
()
train.py:385
Methodoutput_dim
(self)
src/model/query_embedding.py:25
Functionplayback_loop
()
vis/serve_demo_viser.py:509
Methodregister
(self, key: str)
src/core/registry.py:15
Methodsample_indices
(self, query_pool: dict[str, np.ndarray], rng: np.random.Generator)
src/data/query_sampler.py:23
Functionseed_dataloader_worker
(worker_id: int)
src/data/seeding.py:124
Methodset_dataset_epoch
(self, epoch: int)
src/data/kubric_full_robust_dataset.py:295
Methodset_dataset_worker
(self, worker_id: int)
src/data/kubric_full_robust_dataset.py:299
← previous601–626 of 626, ranked by callers