Release NeRF Synthetic Blender processed data
Browse files- DATA_MANIFEST.json +38 -1
- README.md +7 -2
- SHA256SUMS.txt +2 -1
- nerf_synthetic_sparse38_bicubic.tar.zst +3 -0
DATA_MANIFEST.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"release": "AnchorSplat processed third-party datasets",
|
| 3 |
"date": "2026-07-03",
|
| 4 |
"layout": "Extract archives into the AnchorSplat repository data/ directory.",
|
| 5 |
-
"note": "
|
| 6 |
"datasets": [
|
| 7 |
{
|
| 8 |
"name": "mvimgnet_supergaussian_4x_downsampled_lr",
|
|
@@ -84,6 +84,43 @@
|
|
| 84 |
"0__3c005f04"
|
| 85 |
],
|
| 86 |
"missing_required_files": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
}
|
| 88 |
]
|
| 89 |
}
|
|
|
|
| 2 |
"release": "AnchorSplat processed third-party datasets",
|
| 3 |
"date": "2026-07-03",
|
| 4 |
"layout": "Extract archives into the AnchorSplat repository data/ directory.",
|
| 5 |
+
"note": "MVImgNet rebuttal numbers use mvimgnet_supergaussian_4x_downsampled_lr. NeRF Synthetic Blender sparse-38 bicubic is included for zero-shot evaluation.",
|
| 6 |
"datasets": [
|
| 7 |
{
|
| 8 |
"name": "mvimgnet_supergaussian_4x_downsampled_lr",
|
|
|
|
| 84 |
"0__3c005f04"
|
| 85 |
],
|
| 86 |
"missing_required_files": {}
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"name": "nerf_synthetic_sparse38_bicubic",
|
| 90 |
+
"description": "Processed NeRF Synthetic Blender sparse-38 bicubic split with 200-resolution input 3DGS and 800-resolution target views.",
|
| 91 |
+
"archive": "nerf_synthetic_sparse38_bicubic.tar.zst",
|
| 92 |
+
"sha256": "2e2fa15c782b54d5cef75fbea9db82fcd2e234e17e64ce0b50553951dea3677e",
|
| 93 |
+
"anchor_splat_config": "configs/dataset/nerf_synthetic_sparse38_bicubic.gin",
|
| 94 |
+
"scene_count": 8,
|
| 95 |
+
"file_count": 672,
|
| 96 |
+
"scenes": [
|
| 97 |
+
"chair",
|
| 98 |
+
"drums",
|
| 99 |
+
"ficus",
|
| 100 |
+
"hotdog",
|
| 101 |
+
"lego",
|
| 102 |
+
"materials",
|
| 103 |
+
"mic",
|
| 104 |
+
"ship"
|
| 105 |
+
],
|
| 106 |
+
"missing_required_files": {},
|
| 107 |
+
"metrics": {
|
| 108 |
+
"input": {
|
| 109 |
+
"psnr": 28.9134,
|
| 110 |
+
"ssim": 0.9166,
|
| 111 |
+
"lpips": 0.1544
|
| 112 |
+
},
|
| 113 |
+
"anchorsplat_1x": {
|
| 114 |
+
"psnr": 26.902,
|
| 115 |
+
"ssim": 0.9006,
|
| 116 |
+
"lpips": 0.1302
|
| 117 |
+
},
|
| 118 |
+
"anchorsplat_20x": {
|
| 119 |
+
"psnr": 26.9557,
|
| 120 |
+
"ssim": 0.9022,
|
| 121 |
+
"lpips": 0.1131
|
| 122 |
+
}
|
| 123 |
+
}
|
| 124 |
}
|
| 125 |
]
|
| 126 |
}
|
README.md
CHANGED
|
@@ -7,8 +7,13 @@ pretty_name: AnchorSplat Processed Third-Party Data
|
|
| 7 |
|
| 8 |
# AnchorSplat Processed Third-Party Data
|
| 9 |
|
| 10 |
-
Processed third-party
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
Extract archives into the AnchorSplat repository `data/` directory. See `DATA_MANIFEST.json` and `SHA256SUMS.txt` for scene lists and checksums.
|
|
|
|
| 7 |
|
| 8 |
# AnchorSplat Processed Third-Party Data
|
| 9 |
|
| 10 |
+
Processed third-party evaluation assets for AnchorSplat.
|
| 11 |
|
| 12 |
+
Included packages:
|
| 13 |
+
|
| 14 |
+
- `mvimgnet_supergaussian_4x_downsampled_lr`: MVImgNet split used for the ECCV 2026 rebuttal zero-shot table.
|
| 15 |
+
- `mvimgnet_supergaussian`: MVImgNet processed from SuperGaussian xyz/rgb inputs.
|
| 16 |
+
- `mvimgnet_lowres_3dgs`: MVImgNet processed with low-resolution 3DGS inputs.
|
| 17 |
+
- `nerf_synthetic_sparse38_bicubic`: NeRF Synthetic Blender sparse-38 bicubic split with 200-resolution input 3DGS and 800-resolution target views.
|
| 18 |
|
| 19 |
Extract archives into the AnchorSplat repository `data/` directory. See `DATA_MANIFEST.json` and `SHA256SUMS.txt` for scene lists and checksums.
|
SHA256SUMS.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
66c6b43d99ce8bc8230eeca3ee9a61cb710597799b9afa9ae34f90e704bb8be0 mvimgnet_supergaussian_4x_downsampled_lr.tar.zst
|
| 2 |
62b444328a898c990bf3a20d8c805a5e46335ae4b6532f54f11f53bb48847c92 mvimgnet_supergaussian.tar.zst
|
| 3 |
-
|
|
|
|
| 1 |
+
9dd15a50e3b46156b07dcb220e9f2523c89655fd21ceb6dc8247799fdbdb2958 mvimgnet_lowres_3dgs.tar.zst
|
| 2 |
66c6b43d99ce8bc8230eeca3ee9a61cb710597799b9afa9ae34f90e704bb8be0 mvimgnet_supergaussian_4x_downsampled_lr.tar.zst
|
| 3 |
62b444328a898c990bf3a20d8c805a5e46335ae4b6532f54f11f53bb48847c92 mvimgnet_supergaussian.tar.zst
|
| 4 |
+
2e2fa15c782b54d5cef75fbea9db82fcd2e234e17e64ce0b50553951dea3677e nerf_synthetic_sparse38_bicubic.tar.zst
|
nerf_synthetic_sparse38_bicubic.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e2fa15c782b54d5cef75fbea9db82fcd2e234e17e64ce0b50553951dea3677e
|
| 3 |
+
size 323413349
|