MCPcopy Create free account

hub / github.com/Robbyant/lingbot-map / functions

Functions1,058 in github.com/Robbyant/lingbot-map

↓ 2 callersFunctionmetricRank
(key)
benchmark/benchmark/report/templates/app.js:735
↓ 2 callersFunctionmodulate
Modulate the input tensor using scaling and shifting parameters.
lingbot_map/heads/camera_head.py:149
↓ 2 callersMethodmove_forward
(self, speed: float)
demo_render/interactive_viewer/camera.py:115
↓ 2 callersMethodmove_right
(self, speed: float)
demo_render/interactive_viewer/camera.py:120
↓ 2 callersMethodmove_up
(self, speed: float)
demo_render/interactive_viewer/camera.py:125
↓ 2 callersFunctionpatch_align
(value: int, patch: int, mode: str)
scripts/benchmark_gct_memory.py:110
↓ 2 callersFunctionpostprocess
Convert pose encoding to extrinsics (c2w) and move to CPU.
demo_render/demo.py:157
↓ 2 callersMethodprepare_qkv
Fused pre-attention ops for single-frame streaming (Phase 2). Computes q/k/v from x, applies q_norm/k_norm/RoPE, and converts to [tpf
lingbot_map/layers/attention.py:402
↓ 2 callersMethodpreprocess
Apply sky masking (if configured).
demo_render/rgbd_render/pipeline/builder.py:127
↓ 2 callersMethodprocess_scene
Process a scene and return results. Args: gt_artifact: BSSArtifact for the ground truth directory Returns: D
benchmark/benchmark/method/base.py:51
↓ 2 callersFunctionrankKey
(method, metric)
benchmark/benchmark/report/templates/app.js:462
↓ 2 callersFunctionrenderArtifactDetails
()
benchmark/benchmark/report/templates/app.js:287
↓ 2 callersFunctionrenderCategoryTables
(metricsByCategory, options = {})
benchmark/benchmark/report/templates/app.js:312
↓ 2 callersFunctionrenderEmpty
(elementId, message)
benchmark/benchmark/report/templates/app.js:781
↓ 2 callersFunctionrenderFilterCheckbox
(owner, kind, value, checked, label = value)
benchmark/benchmark/report/templates/app.js:392
↓ 2 callersFunctionrenderMethodFilter
(scope, methods)
benchmark/benchmark/report/templates/app.js:353
↓ 2 callersFunctionrender_with_pipeline
Render NPZ predictions to video using the rgbd_render pipeline. Args: npz_path: Path to NPZ file or per-frame NPZ directory. outp
demo_render/batch_demo.py:748
↓ 2 callersFunctionrerenderScope
(scope)
benchmark/benchmark/report/templates/app.js:540
↓ 2 callersFunctionrerenderTableScope
(tableKey)
benchmark/benchmark/report/templates/app.js:548
↓ 2 callersFunctionresolve_artifact_dir
(base_dir, artifact_name, use_subdirs)
demo_render/batch_demo.py:658
↓ 2 callersFunctionrotation_matrix_to_quaternion
Convert rotation matrix or batch of matrices to quaternion(s). Uses Shepperd's method for numerical stability. Args: R: (3, 3) or (.
benchmark/benchmark/geometry/quaternion.py:6
↓ 2 callersFunctionrun_skyseg
Run ONNX sky segmentation on a BGR image and return an 8-bit score map.
lingbot_map/vis/sky_segmentation.py:46
↓ 2 callersFunctionrun_skyseg
Run ONNX sky segmentation on a single BGR image and return an 8-bit score map.
demo_render/rgbd_render/data/sky.py:157
↓ 2 callersFunctionrun_streaming_once
( *, model, images: torch.Tensor, frame_count: int, dtype: torch.dtype, device: str,
scripts/benchmark_gct_memory.py:198
↓ 2 callersFunctionsave_depth_visualization
Save depth map as pseudo-color visualization. Args: depth: HxW depth map (meters) output_file: Output JPEG file path min_
benchmark/benchmark/utils/visualization.py:60
↓ 2 callersFunctionsegment_sky
Segment sky from an image using ONNX model. Args: image_path: Path to the input image skyseg_session: ONNX runtime inference
lingbot_map/vis/sky_segmentation.py:122
↓ 2 callersFunctionsegment_sky_from_array
Segment sky from an image array using ONNX model. Args: image: Input image as numpy array (H, W, 3) or (3, H, W), values in [0, 1] o
lingbot_map/vis/sky_segmentation.py:97
↓ 2 callersFunctionsegment_sky_from_array_batch
Batch version of segment_sky_from_array.
demo_render/rgbd_render/data/sky.py:215
↓ 2 callersFunctionstamp_frame_tag
Draw frame counter text on rendered image. Modifies in-place.
demo_render/rgbd_render/overlay.py:371
↓ 2 callersMethodstop
(self)
benchmark/viewer.py:511
↓ 2 callersMethodthumbnail_images
Return images downsampled so the long edge = long_edge pixels.
demo_render/rgbd_render/scene.py:51
↓ 2 callersMethodto_dict
(self)
demo_render/interactive_viewer/camera.py:171
↓ 2 callersMethodto_yaml
Save config to YAML file.
demo_render/rgbd_render/config.py:167
↓ 2 callersFunctiontransform_points
Applies a 4x4 transformation to a set of points. Args: transformation: Transformation matrix points: Points to be transforme
lingbot_map/vis/glb_export.py:345
↓ 2 callersFunctionunproject_depth_map_to_point_map
Unproject a batch of depth maps to 3D world coordinates. Args: depth_map (np.ndarray): Batch of depth maps of shape (S, H, W, 1) or
lingbot_map/utils/geometry.py:25
↓ 2 callersFunctionupdateSet
(set, value, enabled)
benchmark/benchmark/report/templates/app.js:532
↓ 2 callersMethodupdate_material
Update point size and background.
demo_render/interactive_viewer/server.py:311
↓ 2 callersFunctionupdate_point_cloud
Update point cloud based on current GUI selections.
lingbot_map/vis/viser_wrapper.py:195
↓ 2 callersMethodvalidate_output
Validate method output format. Args: output: Output dictionary from process_scene() num_frames: Expected number o
benchmark/benchmark/method/base.py:91
↓ 2 callersFunctionvisualize_sky_masks
( args, artifact_name, image_folder=None, image_paths=None, images=None, )
demo_render/batch_demo.py:677
↓ 2 callersMethodvoxelize
Unproject depth and build octree.
demo_render/rgbd_render/pipeline/builder.py:151
↓ 2 callersFunctionwrite_rows
(path: Path, rows: Iterable[dict])
scripts/benchmark_gct_memory.py:259
↓ 1 callersMethod__init__
( self, in_features: int, hidden_features: Optional[int] = None, out_features:
lingbot_map/layers/swiglu_ffn.py:15
↓ 1 callersMethod_add_textured_quad
(self, g: dict)
demo_render/rgbd_render/renderer.py:299
↓ 1 callersMethod_aggregate_features
( self, images: torch.Tensor, num_frame_for_scale: Optional[int] = None, slidi
lingbot_map/models/gct_base.py:140
↓ 1 callersMethod_align_and_stitch_windows
Bring all windows into the first window's coordinate frame, then stitch. Iterates over consecutive window pairs, estimates the pairwise
lingbot_map/models/gct_stream_window.py:894
↓ 1 callersMethod_align_and_stitch_windows
Bring all windows into the first window's coordinate frame, then stitch. Iterates over consecutive window pairs, estimates the pairwise
lingbot_map/models/gct_stream_window_v2.py:957
↓ 1 callersMethod_align_lstsq
Solve gt = s * pred + t using least squares.
benchmark/benchmark/evaluation/depth.py:196
↓ 1 callersMethod_apply_kv_cache_eviction
Apply sliding window eviction to KV cache.
lingbot_map/layers/attention.py:687
↓ 1 callersMethod_apply_kv_cache_eviction_causal
Apply sliding window eviction to KV cache BEFORE attention. This ensures current frame only attends to frames within the sliding win
lingbot_map/layers/attention.py:297
↓ 1 callersMethod_apply_random_sampling
Apply random sampling. Args: frames: Original frame list config: Random sampling configuration Returns:
benchmark/benchmark/dataset/base.py:245
↓ 1 callersFunction_apply_resize_transform
Apply a ResizeTransform to an image. Pipeline: 1. Resize to intermediate_size 2. Crop [content_y0:content_y0+content_h, content_x0:co
benchmark/benchmark/geometry/resize.py:107
↓ 1 callersMethod_apply_sequence_sampling
Apply sequence (stride or uniform) sampling. Args: frames: Original frame list config: Sequence sampling configuratio
benchmark/benchmark/dataset/base.py:200
↓ 1 callersFunction_apply_sky_mask
Apply sky segmentation mask to confidence scores.
lingbot_map/vis/glb_export.py:197
↓ 1 callersFunction_apply_vis_filter2_numpy
NumPy port of visibility_kernel2. For each non-zero pixel v at (row, col) with depth d: - Back-project to 3D: v = ((col-cx)*d/fx, (ro
preprocess/oxford.py:368
↓ 1 callersFunction_apply_vis_filter_cuda
Thin wrapper around the compiled visibility2 CUDA kernel.
preprocess/oxford.py:352
↓ 1 callersMethod_build_aggregator
(self)
lingbot_map/models/gct_base.py:98
↓ 1 callersMethod_build_blocks
Build frame_blocks and global_blocks. Subclasses implement mode-specific block creation. Must create: - self.frame_
lingbot_map/aggregator/base.py:238
↓ 1 callersMethod_build_camera_head
(self)
lingbot_map/models/gct_base.py:102
↓ 1 callersMethod_build_dataset
( self, dataset: str, plan: BuildPlan, seen_copies: set[str], )
benchmark/benchmark/report/manifest_builder.py:70
↓ 1 callersMethod_build_depth_head
(self)
lingbot_map/models/gct_base.py:105
↓ 1 callersMethod_build_head_frustums
(self, frame_idx: int)
demo_render/rgbd_render/overlay.py:215
↓ 1 callersMethod_build_head_points
(self, cam_positions: np.ndarray)
demo_render/rgbd_render/overlay.py:199
↓ 1 callersMethod_build_local_point_head
(self)
lingbot_map/models/gct_base.py:123
↓ 1 callersMethod_build_method
( self, dataset: str, scene: str, method: str, plan: BuildPlan,
benchmark/benchmark/report/manifest_builder.py:182
↓ 1 callersMethod_build_pair_index
Generate all pairwise indices for N frames.
benchmark/benchmark/evaluation/auc.py:109
↓ 1 callersMethod_build_patch_embed
Build patch embedding layer. Supports: - "conv": Simple convolutional patch embedding - "dinov2_*": DINOv2 ViT varia
lingbot_map/aggregator/base.py:169
↓ 1 callersMethod_build_point_head
(self)
lingbot_map/models/gct_base.py:114
↓ 1 callersMethod_build_scene
( self, dataset: str, scene: str, plan: BuildPlan, seen_copies: set[st
benchmark/benchmark/report/manifest_builder.py:125
↓ 1 callersMethod_build_trail
(self, cam_positions: np.ndarray)
demo_render/rgbd_render/overlay.py:185
↓ 1 callersMethod_build_trajectory_tube
Build a tube mesh following camera trajectory with per-segment color. Args: positions: (N, 3) camera positions. radiu
lingbot_map/vis/point_cloud_viewer.py:797
↓ 1 callersFunction_camera_of
Infer the Freiburg camera id (freiburg1/2/3) from a scene directory name.
benchmark/datasets/tum.py:93
↓ 1 callersMethod_check_colmap_available
Check if COLMAP binary exists on PATH.
benchmark/datasets/general.py:365
↓ 1 callersFunction_cleanup_leaked_shm
()
demo_render/rgbd_render/pipeline/parallel.py:215
↓ 1 callersMethod_clear_cache
Clear cache for current data source and reset the displayed scene.
benchmark/viewer.py:808
↓ 1 callersMethod_collect_artifact_dir
( self, src_dir: Path, dest_prefix: str, plan: BuildPlan, seen_copies:
benchmark/benchmark/report/manifest_builder.py:259
↓ 1 callersMethod_collect_image_paths
Collect sorted image paths from the image directory.
benchmark/datasets/general.py:207
↓ 1 callersMethod_collect_points
Unproject all frames and return (all_xyz, all_rgb, all_frames) on CPU.
demo_render/rgbd_render/pipeline/builder.py:201
↓ 1 callersFunction_colmap_camera_to_intrinsics
Convert COLMAP camera parameters to [fx, fy, cx, cy]. Supports: SIMPLE_PINHOLE, PINHOLE, SIMPLE_RADIAL, RADIAL, OPENCV.
benchmark/datasets/general.py:486
↓ 1 callersMethod_compute_base_point_size
Compute base point size from average pixel spacing using first frame. Args: depth_list: List of depth maps intrin
benchmark/viewer.py:977
↓ 1 callersFunction_compute_birdeye_camera
Compute a single bird's-eye camera from trajectory + point cloud.
demo_render/rgbd_render/camera.py:364
↓ 1 callersMethod_compute_centroids
Compute centroid xyz / mean rgb / min frame at every level.
demo_render/rgbd_render/geometry/octree.py:248
↓ 1 callersMethod_compute_frequency_components
Computes frequency components for rotary embeddings. Args: dim: Feature dimension (must be even). seq_len: Maximum se
lingbot_map/layers/rope.py:88
↓ 1 callersMethod_compute_metrics
Compute depth metrics on concatenated valid pixels.
benchmark/benchmark/evaluation/depth.py:209
↓ 1 callersFunction_compute_resize_transform
Compute a ResizeTransform for the given mode. Args: orig_w: Original image width orig_h: Original image height
benchmark/benchmark/geometry/resize.py:45
↓ 1 callersMethod_copy_artifact
(self, src_path: Path, relative_dest: str)
benchmark/benchmark/report/generator.py:71
↓ 1 callersMethod_copy_camera_view
Copy current camera view parameters to global clipboard.
benchmark/viewer.py:1820
↓ 1 callersMethod_copy_static_assets
(self)
benchmark/benchmark/report/generator.py:76
↓ 1 callersMethod_cover_fit_center_crop
Cover-fit resize + center-crop to ``self.target_size``. Picks the smallest scale s such that the resized image still covers the targe
benchmark/datasets/vbr.py:106
↓ 1 callersMethod_cover_fit_center_crop
Cover-fit resize + center-crop to ``self.target_size``. Picks the smallest scale s such that the resized image still covers the targe
benchmark/datasets/kitti.py:127
↓ 1 callersMethod_create_trajectory
Create trajectory path with rainbow gradient colors (segmented lines).
benchmark/viewer.py:1597
↓ 1 callersMethod_decr_timestep
(self)
benchmark/viewer.py:1646
↓ 1 callersMethod_depth_ratio_scale
Estimate per-batch scale as the median depth ratio anchor/target.
lingbot_map/models/gct_stream_window.py:736
↓ 1 callersMethod_depth_ratio_scale
Estimate per-batch scale as the median depth ratio anchor/target.
lingbot_map/models/gct_stream_window_v2.py:799
↓ 1 callersMethod_detect_method_size
Detect method output image size from the first non-None RGB frame. Args: frame_data_list: List of frame data dicts Retur
benchmark/benchmark/core/saver.py:100
↓ 1 callersMethod_discover_custom_savers
Discover __save_{key}_file__ methods on context.
benchmark/benchmark/core/saver.py:76
↓ 1 callersFunction_discover_scenes
Discover and filter scenes from input_folder or video, returning (scenes, video_images).
demo_render/batch_demo.py:1295
↓ 1 callersFunction_edl_shade
Apply Eye-Dome Lighting post-processing. For each foreground pixel, compares log2(depth) with 8 neighbours at the given *radius*. Large dept
demo_render/rgbd_render/renderer.py:56
↓ 1 callersFunction_edl_shade
Apply Eye-Dome Lighting post-processing for depth cues.
demo_render/interactive_viewer/server.py:67
↓ 1 callersMethod_embed_images
Embed images and prepare for attention processing. Handles: - Image normalization - Patch embedding - Specia
lingbot_map/aggregator/base.py:335
← previousnext →301–400 of 1,058, ranked by callers