Views
No views yet
waymo/<sequence>/splatad_30k/.waymo/10448102132863604198_472_000_492_000/paper_reference_30k/.checkpoints/final.pt, the resolved YAML, run metadata, W&B run identity, and final novel-view/reconstruction metric JSON files.7566697458525030390_1440_000_1460_000 is not included yet because its 30,000-step training was still running when this release was packaged.streetgs-periodic split, PAPER_MODE=0, and Waymo GT lidar_box actor tracking fallback. They must not be described as official SplatAD LINSPACE50 results. The separate validation reference uses CAStrack and centered known-pose COLMAP preprocessing.release_manifest.json for exact sequence IDs, checkpoint sizes, W&B IDs, and protocol metadata.safetensors weights. Use the matching ArmGS code and the included resolved config. As with any pickle-based PyTorch checkpoint, only load files obtained from a trusted source.1import torch
2
3checkpoint = torch.load("waymo/<sequence>/splatad_30k/checkpoints/final.pt", map_location="cpu")
4print(checkpoint["trainer"]["step"])1@misc{waymo_open_dataset,
2 title = {Waymo Open Dataset: An autonomous driving dataset},
3 website = {https://www.waymo.com/open},
4 year = {2019--2025}
5}