Spaces:
Running
Running
File size: 1,204 Bytes
4800b16 52054de 3e5df04 4700ca8 4800b16 4700ca8 4800b16 4700ca8 657ca4b 4800b16 52054de 4700ca8 a1b4ce5 4700ca8 a1b4ce5 657ca4b 4700ca8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ---
title: LingBot 3D
short_description: Streaming 3D scene reconstruction from short videos.
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
python_version: 3.10.13
pinned: false
license: apache-2.0
startup_duration_timeout: 1h
models:
- robbyant/lingbot-map
preload_from_hub:
- robbyant/lingbot-map lingbot-map.pt
---
# LingBot 3D
Turn a short video into a 3D scene with LingBot-Map.
- uses the upstream `lingbot_map` package directly
- downloads checkpoints from `robbyant/lingbot-map`
- runs the SDPA fallback path instead of FlashInfer
- caps inputs to short clips so the app fits a shared ZeroGPU workflow
- exports a browser-friendly `.glb` scene plus a zipped artifact bundle
## Current Limits
- short demos only
- default frame cap: 24 frames
- preview uses a static embedded `viser` scene, not the live local `viser` server
- the app uses the upstream default checkpoint `lingbot-map.pt`
## Local Sanity Check
If you want to import the app locally without downloading the checkpoint at startup:
```bash
LINGBOT_SPACE_SKIP_MODEL_LOAD=1 python app.py
```
## Upstream
- GitHub: https://github.com/Robbyant/lingbot-map
- Model: https://huggingface.co/robbyant/lingbot-map
|