Skip to content

Commit 41234b2

Browse files
committed
Add fast_ddrive project page with YouTube hero embed
1 parent 4e3d52c commit 41234b2

6 files changed

Lines changed: 664 additions & 0 deletions

File tree

fast_ddrive/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Fast-dDrive Project Page
2+
3+
Static site for the Fast-dDrive paper. Layout adapted from the
4+
[Fast-dVLM project page](https://nvlabs.github.io/Fast-dLLM/fast_dvlm/).
5+
6+
## Structure
7+
- `index.html` — main page
8+
- `asset/` — figures (PNG), demo videos (MP4)
9+
10+
## Local Preview
11+
```bash
12+
cd webpage
13+
python3 -m http.server 8000
14+
# open http://localhost:8000
15+
```
16+
17+
## Assets sourced from the paper repo
18+
- `fast-dDrive-teaser.png` — speed/accuracy frontier
19+
- `fast-ddrive-pipeline.png` — overall pipeline
20+
- `scaffold_spec.png` — Scaffold Speculative Decoding diagram
21+
- `inference_scaling_curve.png`, `variance_reduction_curve.png` — Test-time scaling plots
22+
- `ss_multi_rollout_wrapfig_updated.png` — Multi-rollout qualitative
23+
- `demo_compare.mp4` — Fast-dDrive vs Qwen2.5-VL-3B AR baseline (40s)
24+
- `demo_5hz.mp4` — 5Hz dense playback on a Waymo scene
52.3 KB
Loading
192 KB
Loading
28.8 KB
Loading
97.2 KB
Loading

0 commit comments

Comments
 (0)