awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Robbyant avatar

Robbyant/lingbot-map

0
View on GitHub↗
7,315 stars·722 forks·Python·Apache-2.0·15 views

Lingbot Map

Lingbot-map is a feed-forward neural network designed for real-time 3D scene reconstruction from streaming video. It processes video frames one at a time without iterative optimization, producing dense geometry and camera poses at interactive frame rates directly from a live feed.

The project distinguishes itself through its ability to maintain stable geometry and pose alignment across very long video sequences, handling thousands of frames without drift. It achieves this through a combination of coordinate grounding memory, sliding-window inference with overlapping keyframes, and a paged KV cache attention mechanism that manages transformer memory within limited GPU resources. The system also includes a headless rendering pipeline that can produce MP4 flythrough videos of reconstructed point clouds, with camera motion controlled by configurable YAML presets supporting chase-cam, birdseye, static, and pivot shots.

Additional capabilities include keyframe caching to reduce memory footprint during long sequences, and ONNX-based sky point filtering to improve visual quality in outdoor reconstructions. The project provides tools for custom virtual camera path design and supports processing both live video feeds and pre-recorded image sequences.

Features

  • Streaming 3D Reconstruction Models - Provides a feed-forward neural network that reconstructs 3D scenes from streaming video in real time.
  • Streaming Inference Networks - Provides the feed-forward streaming architecture that processes video frames one at a time for real-time 3D reconstruction.
  • Streaming Reconstructors - Runs a feed-forward architecture with paged KV cache attention to produce stable geometry at interactive frame rates.
  • Streaming Reconstructors - Reconstructs 3D scenes in real time from a live video feed using a feed-forward neural network.
  • Feed-Forward Reconstructors - Processes a live video feed frame by frame to produce a 3D reconstruction at interactive frame rates.
  • Live Feed Reconstructors - Processes live video feeds frame by frame to produce 3D reconstructions in real time without full-sequence processing.
  • 3D Drift Correctors - Provides drift correction that maintains stable geometry and pose alignment across thousands of video frames.
  • Sliding-Window Inference - Implements sliding-window inference with overlapping keyframes to process sequences beyond the model's training range.
  • Long-Sequence Video Inference Engines - Implements a sliding-window inference engine that maintains stable pose alignment across thousands of video frames.
  • Pose-Aligned Windows - Resets the transformer context window with overlapping keyframes to stabilize camera pose estimation across long sequences.
  • KV Cache Window Resetters - Processes video sequences exceeding the model's training range by resetting the KV cache with overlapping keyframes.
  • 3D Reconstruction Drift Correctors - Maintains stable geometry and pose alignment across thousands of frames by combining coordinate grounding and trajectory memory.
  • Paged KV Cache Management - Manages transformer key-value memory in fixed-size pages, swapping old tokens to disk for long-sequence inference.
  • Spatial Coordinate Grounders - Maintains a persistent coordinate frame across thousands of frames by aligning geometric cues with trajectory memory.
  • Attention Cache Samplers - Reduces memory footprint by caching only every Nth frame in the attention cache while predicting all frames.
  • YAML Preset Paths - Ships YAML presets for defining chase-cam, birdseye, static, and pivot virtual camera paths.
  • Flythrough Renderers - Produces MP4 flythrough videos of reconstructed point clouds from configurable virtual camera paths.
  • Flythrough Video Generators - Generates MP4 flythrough videos of reconstructed point clouds with configurable virtual camera paths.
  • YAML Camera Paths - Controls rendered flythrough camera motion via YAML presets supporting chase-cam, birdseye, static, and pivot shots.
  • Headless Rendering Pipelines - Feeds video or image sequences through the model and outputs an MP4 flythrough without requiring a display or interactive viewer.

Star history

Star history chart for robbyant/lingbot-mapStar history chart for robbyant/lingbot-map

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Lingbot Map

Similar open-source projects, ranked by how many features they share with Lingbot Map.
  • skyzh/tiny-llmskyzh avatar

    skyzh/tiny-llm

    4,304View on GitHub↗

    tiny-llm is a large language model inference engine and transformer model implementation. It serves as a quantized model runtime and paged key-value cache manager, providing a specialized inference stack optimized for Apple Silicon. The system distinguishes itself through high-throughput execution techniques, including continuous batching and paged attention. It utilizes a paged memory system to eliminate fragmentation during token generation and employs on-the-fly dequantization of compressed weights to reduce the memory footprint during matrix multiplication. The project covers a broad ran

    Pythoncourselarge-language-modelllm
    View on GitHub↗4,304
  • infrasys-ai/aiinfraInfrasys-AI avatar

    Infrasys-AI/AIInfra

    7,414View on GitHub↗
    Jupyter Notebookaiinfraaisystem
    View on GitHub↗7,414
  • ai-dynamo/dynamoai-dynamo avatar

    ai-dynamo/dynamo

    6,112View on GitHub↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Rust
    View on GitHub↗6,112
  • mic-dkfz/nnunetMIC-DKFZ avatar

    MIC-DKFZ/nnUNet

    8,041View on GitHub↗

    nnU-Net is a PyTorch-based deep learning framework for the supervised semantic segmentation of 2D and 3D biomedical images. It functions as an automated medical imaging pipeline that generates predicted masks and labels from clinical images. The system distinguishes itself by using dataset-driven auto-configuration to automatically select the optimal network architecture, preprocessing steps, and training hyperparameters based on the specific properties of the input medical dataset. The framework covers a broad range of capabilities including medical dataset preparation, intensity normalizat

    Pythonsegmentation
    View on GitHub↗8,041
See all 17 alternatives to Lingbot Map→

Frequently asked questions

What does robbyant/lingbot-map do?

Lingbot-map is a feed-forward neural network designed for real-time 3D scene reconstruction from streaming video. It processes video frames one at a time without iterative optimization, producing dense geometry and camera poses at interactive frame rates directly from a live feed.

What are the main features of robbyant/lingbot-map?

The main features of robbyant/lingbot-map are: Streaming 3D Reconstruction Models, Streaming Inference Networks, Streaming Reconstructors, Feed-Forward Reconstructors, Live Feed Reconstructors, 3D Drift Correctors, Sliding-Window Inference, Long-Sequence Video Inference Engines.

What are some open-source alternatives to robbyant/lingbot-map?

Open-source alternatives to robbyant/lingbot-map include: skyzh/tiny-llm — tiny-llm is a large language model inference engine and transformer model implementation. It serves as a quantized… modeltc/lightllm — LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a… ai-dynamo/dynamo — Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system… infrasys-ai/aiinfra. mic-dkfz/nnunet — nnU-Net is a PyTorch-based deep learning framework for the supervised semantic segmentation of 2D and 3D biomedical… huggingface/transformers — Transformers is a comprehensive library for machine learning that provides a unified interface for training,…