Ours_Waymo_ADGS / README.md
Dororo99's picture
Add model card and Waymo license notice
14db940 verified
|
Raw
History Blame Contribute Delete
1.54 kB
metadata
license: other
library_name: custom
tags:
  - gaussian-splatting
  - autonomous-driving
  - waymo-open-dataset
  - non-commercial

Ours_Waymo_ADGS

AD-GS checkpoints trained on ten Waymo Open Dataset scenes for non-commercial research.

Training setup

  • Dataset: Waymo Open Dataset
  • Scenes: 10
  • Cameras: FRONT, FRONT_LEFT, and FRONT_RIGHT
  • Split: LiNSpace, 50% training frames
  • Final checkpoint: iteration 60,000
  • Source code: https://github.com/Dororo99/AD-GS

Each scene directory contains:

<scene_id>/
β”œβ”€β”€ cfg_args
β”œβ”€β”€ cameras.json
β”œβ”€β”€ results.json
└── point_cloud/iteration_60000/
    β”œβ”€β”€ deform.pth
    β”œβ”€β”€ env.pth
    └── point_cloud.ply

W&B runs, TensorBoard event files, evaluation renders, ground-truth images, and local logs are intentionally excluded.

Waymo license notice

This checkpoint collection was made using the Waymo Open Dataset and is released under the Waymo Dataset License Agreement for Non-Commercial Use. Any downstream use or modification is governed by that agreement, including its non-commercial restrictions. Users must review and comply with the complete agreement before downloading or using these files.

The underlying Waymo sensor data and preprocessed dataset files are not included in this model repository.

@misc{waymo_open_dataset,
  title   = {Waymo Open Dataset: An autonomous driving dataset},
  website = {https://www.waymo.com/open},
  year    = {2019--2025}
}