de233 commited on
Commit
46772d9
·
verified ·
1 Parent(s): 6bd4430

Upload DATA_MANIFEST.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. DATA_MANIFEST.json +74 -3
DATA_MANIFEST.json CHANGED
@@ -2,13 +2,12 @@
2
  "release": "AnchorSplat processed third-party datasets",
3
  "date": "2026-07-03",
4
  "layout": "Extract archives into the AnchorSplat repository data/ directory.",
5
- "note": "Official processed third-party release for the ECCV 2026 rebuttal MVImgNet zero-shot table.",
6
  "datasets": [
7
  {
8
  "name": "mvimgnet_supergaussian_4x_downsampled_lr",
9
  "description": "MVImgNet processed with SuperGaussian 4x and downsampled low-resolution inputs; used for the ECCV 2026 rebuttal MVImgNet zero-shot table.",
10
  "archive": "mvimgnet_supergaussian_4x_downsampled_lr.tar.zst",
11
- "sha256": "66c6b43d99ce8bc8230eeca3ee9a61cb710597799b9afa9ae34f90e704bb8be0",
12
  "anchor_splat_config": "configs/dataset/mvimgnet_supergaussian_4x_downsampled_lr.gin",
13
  "scene_count": 15,
14
  "file_count": 1047,
@@ -29,7 +28,79 @@
29
  "0__3a00ca14",
30
  "0__3c005f04"
31
  ],
32
- "missing_required_files": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  }
34
  ]
35
  }
 
2
  "release": "AnchorSplat processed third-party datasets",
3
  "date": "2026-07-03",
4
  "layout": "Extract archives into the AnchorSplat repository data/ directory.",
5
+ "note": "Official processed third-party release for ECCV 2026 MVImgNet rebuttal and NeRF-Synthetic zero-shot evaluation.",
6
  "datasets": [
7
  {
8
  "name": "mvimgnet_supergaussian_4x_downsampled_lr",
9
  "description": "MVImgNet processed with SuperGaussian 4x and downsampled low-resolution inputs; used for the ECCV 2026 rebuttal MVImgNet zero-shot table.",
10
  "archive": "mvimgnet_supergaussian_4x_downsampled_lr.tar.zst",
 
11
  "anchor_splat_config": "configs/dataset/mvimgnet_supergaussian_4x_downsampled_lr.gin",
12
  "scene_count": 15,
13
  "file_count": 1047,
 
28
  "0__3a00ca14",
29
  "0__3c005f04"
30
  ],
31
+ "verified_metrics": {
32
+ "input_3dgs": {
33
+ "psnr": 22.1875,
34
+ "ssim": 0.7318,
35
+ "lpips": 0.2408
36
+ },
37
+ "anchorsplat_1x": {
38
+ "psnr": 26.42,
39
+ "ssim": 0.847,
40
+ "lpips": 0.199
41
+ },
42
+ "anchorsplat_20x": {
43
+ "psnr": 27.36,
44
+ "ssim": 0.862,
45
+ "lpips": 0.192
46
+ }
47
+ },
48
+ "missing_required_files": {},
49
+ "sha256": "66c6b43d99ce8bc8230eeca3ee9a61cb710597799b9afa9ae34f90e704bb8be0"
50
+ },
51
+ {
52
+ "name": "nerf_synthetic_lowres_3dgs",
53
+ "description": "Non-sparse NeRF-Synthetic processed low-resolution 3DGS inputs paired with 800x800 GT views; used for the ECCV 2026 Table 2 zero-shot evaluation.",
54
+ "archive": "nerf_synthetic_lowres_3dgs.tar.zst",
55
+ "anchor_splat_config": "configs/dataset/nerf_synthetic_lowres_3dgs.gin",
56
+ "scene_count": 8,
57
+ "file_count": 1640,
58
+ "scenes": [
59
+ "chair",
60
+ "drums",
61
+ "ficus",
62
+ "hotdog",
63
+ "lego",
64
+ "materials",
65
+ "mic",
66
+ "ship"
67
+ ],
68
+ "verified_metrics": {
69
+ "input_3dgs": {
70
+ "psnr": 23.3129,
71
+ "ssim": 0.8731,
72
+ "lpips": 0.0974
73
+ },
74
+ "anchorsplat_1x": {
75
+ "psnr": 28.3618,
76
+ "ssim": 0.9319,
77
+ "lpips": 0.0851
78
+ },
79
+ "anchorsplat_20x": {
80
+ "psnr": 28.7172,
81
+ "ssim": 0.9348,
82
+ "lpips": 0.073
83
+ }
84
+ },
85
+ "paper_table2_reference": {
86
+ "input_3dgs": {
87
+ "psnr": 23.3,
88
+ "ssim": 0.872,
89
+ "lpips": 0.114
90
+ },
91
+ "anchorsplat": {
92
+ "psnr": 28.97,
93
+ "ssim": 0.935,
94
+ "lpips": 0.077
95
+ }
96
+ },
97
+ "notes": [
98
+ "non-sparse split",
99
+ "black background/default alpha compositing",
100
+ "do not use sparse or bicubic folders for AnchorSplat Table 2 input"
101
+ ],
102
+ "missing_required_files": {},
103
+ "sha256": "805ebeca17aea04c61ec8ba8713dd870b5defa106282c4799ffdc2e01e932d75"
104
  }
105
  ]
106
  }