KCBtheone commited on
Commit
bb6365c
·
verified ·
1 Parent(s): 0c0431e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: SplatAtlas Runs Bundle
4
+ tags:
5
+ - 3d-gaussian-splatting
6
+ - benchmark
7
+ - neurips-2026
8
+ - datasets-and-benchmarks
9
+ ---
10
+
11
+ # SplatAtlas Runs Bundle
12
+
13
+ This is the large per-experiment artifact bundle for the anonymous NeurIPS 2026 submission of SplatAtlas.
14
+
15
+ Single landing page:
16
+
17
+ - https://huggingface.co/KCBtheone
18
+
19
+ Companion core bundle:
20
+
21
+ - https://huggingface.co/datasets/KCBtheone/splatatlas-core
22
+
23
+ ## Archive layout
24
+
25
+ Each canonical method-scene cell is stored as two archives under `outputs/`:
26
+
27
+ outputs/<method_key>_<scene_key>_point_cloud.tar
28
+ outputs/<method_key>_<scene_key>_rest.tar
29
+
30
+ | Archive suffix | Contents |
31
+ |---|---|
32
+ | `_point_cloud.tar` | Exported Gaussian-field / PLY point-cloud artifacts, including checkpointed point-cloud directories when available. |
33
+ | `_rest.tar` | TensorBoard scalar trajectories, JSON/YAML metadata, metrics, timing files, audit logs, configs, and method-native non-PLY checkpoints. |
34
+
35
+ The full 31 × 31 mapping is provided in the core bundle:
36
+
37
+ manifests/runs_archive_manifest.tsv
38
+
39
+ ## Scale
40
+
41
+ This bundle contains 961 canonical method-scene cells.
42
+
43
+ - Point-cloud archives: 1.32 TB
44
+ - Rest archives: 189.65 GB
45
+ - Total archive size: 1.50 TB
46
+
47
+ Most reviewers should start with the core bundle and only download selected run archives when inspecting a specific method-scene cell.