Dororo99 commited on
Commit
14db940
Β·
verified Β·
1 Parent(s): c7a4407

Add model card and Waymo license notice

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: custom
4
+ tags:
5
+ - gaussian-splatting
6
+ - autonomous-driving
7
+ - waymo-open-dataset
8
+ - non-commercial
9
+ ---
10
+
11
+ # Ours_Waymo_ADGS
12
+
13
+ AD-GS checkpoints trained on ten Waymo Open Dataset scenes for non-commercial research.
14
+
15
+ ## Training setup
16
+
17
+ - Dataset: Waymo Open Dataset
18
+ - Scenes: 10
19
+ - Cameras: `FRONT`, `FRONT_LEFT`, and `FRONT_RIGHT`
20
+ - Split: LiNSpace, 50% training frames
21
+ - Final checkpoint: iteration 60,000
22
+ - Source code: https://github.com/Dororo99/AD-GS
23
+
24
+ Each scene directory contains:
25
+
26
+ ```text
27
+ <scene_id>/
28
+ β”œβ”€β”€ cfg_args
29
+ β”œβ”€β”€ cameras.json
30
+ β”œβ”€β”€ results.json
31
+ └── point_cloud/iteration_60000/
32
+ β”œβ”€β”€ deform.pth
33
+ β”œβ”€β”€ env.pth
34
+ └── point_cloud.ply
35
+ ```
36
+
37
+ W&B runs, TensorBoard event files, evaluation renders, ground-truth images, and local logs are intentionally excluded.
38
+
39
+ ## Waymo license notice
40
+
41
+ This checkpoint collection was made using the Waymo Open Dataset and is released under the [Waymo Dataset License Agreement for Non-Commercial Use](https://waymo.com/open/terms/). 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.
42
+
43
+ The underlying Waymo sensor data and preprocessed dataset files are not included in this model repository.
44
+
45
+ ```bibtex
46
+ @misc{waymo_open_dataset,
47
+ title = {Waymo Open Dataset: An autonomous driving dataset},
48
+ website = {https://www.waymo.com/open},
49
+ year = {2019--2025}
50
+ }
51
+ ```