dennny123 commited on
Commit
a1b4ce5
·
verified ·
1 Parent(s): afd3356

Add static embedded Viser preview

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. requirements.txt +1 -0
README.md CHANGED
@@ -17,7 +17,7 @@ preload_from_hub:
17
 
18
  # LingBot 3D
19
 
20
- Turn a short image sequence or video into a 3D scene with LingBot-Map.
21
 
22
  - uses the upstream `lingbot_map` package directly
23
  - downloads checkpoints from `robbyant/lingbot-map`
@@ -29,7 +29,7 @@ Turn a short image sequence or video into a 3D scene with LingBot-Map.
29
 
30
  - short demos only
31
  - default frame cap: 24 frames
32
- - model preview is exported as GLB, not the local `viser` server
33
  - the app uses the upstream default checkpoint `lingbot-map.pt`
34
 
35
  ## Local Sanity Check
 
17
 
18
  # LingBot 3D
19
 
20
+ Turn a short video into a 3D scene with LingBot-Map.
21
 
22
  - uses the upstream `lingbot_map` package directly
23
  - downloads checkpoints from `robbyant/lingbot-map`
 
29
 
30
  - short demos only
31
  - default frame cap: 24 frames
32
+ - preview uses a static embedded `viser` scene, not the live local `viser` server
33
  - the app uses the upstream default checkpoint `lingbot-map.pt`
34
 
35
  ## Local Sanity Check
requirements.txt CHANGED
@@ -12,3 +12,4 @@ scipy>=1.13.0
12
  trimesh>=4.4.0
13
  matplotlib>=3.8.0
14
  Pillow>=10.0.0
 
 
12
  trimesh>=4.4.0
13
  matplotlib>=3.8.0
14
  Pillow>=10.0.0
15
+ viser>=1.0.26,<2