awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Robbyant avatar

Robbyant/lingbot-map

0
View on GitHub↗
7,315 نجوم·722 تفرعات·Python·Apache-2.0·4 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ robbyant/lingbot-mapمخطط تاريخ النجوم لـ robbyant/lingbot-map

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Lingbot Map

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Lingbot Map.
  • skyzh/tiny-llmالصورة الرمزية لـ skyzh

    skyzh/tiny-llm

    4,304عرض على 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
    عرض على GitHub↗4,304
  • infrasys-ai/aiinfraالصورة الرمزية لـ Infrasys-AI

    Infrasys-AI/AIInfra

    7,414عرض على GitHub↗
    Jupyter Notebookaiinfraaisystem
    عرض على GitHub↗7,414
  • ai-dynamo/dynamoالصورة الرمزية لـ ai-dynamo

    ai-dynamo/dynamo

    6,112عرض على 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
    عرض على GitHub↗6,112
  • mic-dkfz/nnunetالصورة الرمزية لـ MIC-DKFZ

    MIC-DKFZ/nnUNet

    8,041عرض على 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
    عرض على GitHub↗8,041
عرض جميع البدائل الـ 17 لـ Lingbot Map→

الأسئلة الشائعة

ما هي وظيفة robbyant/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.

ما هي الميزات الرئيسية لـ robbyant/lingbot-map؟

الميزات الرئيسية لـ robbyant/lingbot-map هي: 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.

ما هي البدائل مفتوحة المصدر لـ robbyant/lingbot-map؟

تشمل البدائل مفتوحة المصدر لـ robbyant/lingbot-map: 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,…