Release processed third-party datasets
Browse files- DATA_MANIFEST.json +17 -13
- README.md +6 -56
- SHA256SUMS.txt +3 -3
- mvimgnet_sg4x_splatformer_ready.tar.zst → mvimgnet_lowres_3dgs.tar.zst +2 -2
- mvimgnet_sginput_splatformer_ready.tar.zst → mvimgnet_supergaussian.tar.zst +2 -2
- mvimgnet_splatformer_ready.tar.zst → mvimgnet_supergaussian_4x_downsampled_lr.tar.zst +2 -2
DATA_MANIFEST.json
CHANGED
|
@@ -2,14 +2,16 @@
|
|
| 2 |
"release": "AnchorSplat processed third-party datasets",
|
| 3 |
"date": "2026-07-03",
|
| 4 |
"layout": "Extract archives into the AnchorSplat repository data/ directory.",
|
|
|
|
| 5 |
"datasets": [
|
| 6 |
{
|
| 7 |
-
"name": "
|
| 8 |
-
"description": "MVImgNet processed with SuperGaussian 4x
|
| 9 |
-
"archive": "
|
| 10 |
-
"
|
|
|
|
| 11 |
"scene_count": 15,
|
| 12 |
-
"file_count":
|
| 13 |
"scenes": [
|
| 14 |
"0__0000f9c2",
|
| 15 |
"0__0500b0aa",
|
|
@@ -30,10 +32,11 @@
|
|
| 30 |
"missing_required_files": {}
|
| 31 |
},
|
| 32 |
{
|
| 33 |
-
"name": "
|
| 34 |
-
"description": "MVImgNet processed
|
| 35 |
-
"archive": "
|
| 36 |
-
"
|
|
|
|
| 37 |
"scene_count": 15,
|
| 38 |
"file_count": 1012,
|
| 39 |
"scenes": [
|
|
@@ -56,10 +59,11 @@
|
|
| 56 |
"missing_required_files": {}
|
| 57 |
},
|
| 58 |
{
|
| 59 |
-
"name": "
|
| 60 |
-
"description": "MVImgNet processed with low-resolution 3DGS
|
| 61 |
-
"archive": "
|
| 62 |
-
"
|
|
|
|
| 63 |
"scene_count": 15,
|
| 64 |
"file_count": 1108,
|
| 65 |
"scenes": [
|
|
|
|
| 2 |
"release": "AnchorSplat processed third-party datasets",
|
| 3 |
"date": "2026-07-03",
|
| 4 |
"layout": "Extract archives into the AnchorSplat repository data/ directory.",
|
| 5 |
+
"note": "The MVImgNet rebuttal numbers use mvimgnet_supergaussian_4x_downsampled_lr.",
|
| 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,
|
| 15 |
"scenes": [
|
| 16 |
"0__0000f9c2",
|
| 17 |
"0__0500b0aa",
|
|
|
|
| 32 |
"missing_required_files": {}
|
| 33 |
},
|
| 34 |
{
|
| 35 |
+
"name": "mvimgnet_supergaussian",
|
| 36 |
+
"description": "MVImgNet processed from SuperGaussian xyz/rgb inputs.",
|
| 37 |
+
"archive": "mvimgnet_supergaussian.tar.zst",
|
| 38 |
+
"sha256": "62b444328a898c990bf3a20d8c805a5e46335ae4b6532f54f11f53bb48847c92",
|
| 39 |
+
"anchor_splat_config": "configs/dataset/mvimgnet_supergaussian.gin",
|
| 40 |
"scene_count": 15,
|
| 41 |
"file_count": 1012,
|
| 42 |
"scenes": [
|
|
|
|
| 59 |
"missing_required_files": {}
|
| 60 |
},
|
| 61 |
{
|
| 62 |
+
"name": "mvimgnet_lowres_3dgs",
|
| 63 |
+
"description": "MVImgNet processed with low-resolution 3DGS inputs.",
|
| 64 |
+
"archive": "mvimgnet_lowres_3dgs.tar.zst",
|
| 65 |
+
"sha256": "9dd15a50e3b46156b07dcb220e9f2523c89655fd21ceb6dc8247799fdbdb2958",
|
| 66 |
+
"anchor_splat_config": "configs/dataset/mvimgnet_lowres_3dgs.gin",
|
| 67 |
"scene_count": 15,
|
| 68 |
"file_count": 1108,
|
| 69 |
"scenes": [
|
README.md
CHANGED
|
@@ -1,64 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
|
| 4 |
-
-
|
| 5 |
-
- gaussian-splatting
|
| 6 |
-
- 3dgs
|
| 7 |
-
- mvimgnet
|
| 8 |
-
- eccv-2026
|
| 9 |
pretty_name: AnchorSplat Processed Third-Party Data
|
| 10 |
---
|
| 11 |
|
| 12 |
# AnchorSplat Processed Third-Party Data
|
| 13 |
|
| 14 |
-
Processed third-party MVImgNet
|
| 15 |
|
| 16 |
-
The
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
| Archive | Scenes | AnchorSplat config | Description |
|
| 21 |
-
| --- | ---: | --- | --- |
|
| 22 |
-
| `mvimgnet_splatformer_ready.tar.zst` | 15 | `configs/dataset/mvimgnet.gin` | MVImgNet processed with low-resolution 3DGS input |
|
| 23 |
-
| `mvimgnet_sginput_splatformer_ready.tar.zst` | 15 | `configs/dataset/mvimgnet_sginput.gin` | MVImgNet processed with SuperGaussian input |
|
| 24 |
-
| `mvimgnet_sg4x_splatformer_ready.tar.zst` | 15 | `configs/dataset/mvimgnet_sg4x.gin` | MVImgNet processed with SuperGaussian 4x input |
|
| 25 |
-
|
| 26 |
-
`DATA_MANIFEST.json` contains scene names and required-file checks. `SHA256SUMS.txt` contains archive hashes.
|
| 27 |
-
|
| 28 |
-
## Download
|
| 29 |
-
|
| 30 |
-
```bash
|
| 31 |
-
huggingface-cli download de233/AnchorSplat-Processed-Third-Party-Data --repo-type dataset --include "*.tar.zst" --include "DATA_MANIFEST.json" --include "SHA256SUMS.txt" --local-dir data/processed_third_party_archives
|
| 32 |
-
```
|
| 33 |
-
|
| 34 |
-
## Extract
|
| 35 |
-
|
| 36 |
-
```bash
|
| 37 |
-
mkdir -p data
|
| 38 |
-
for f in data/processed_third_party_archives/*.tar.zst; do
|
| 39 |
-
tar --zstd -xf "$f" -C data
|
| 40 |
-
done
|
| 41 |
-
```
|
| 42 |
-
|
| 43 |
-
After extraction, the paths should look like:
|
| 44 |
-
|
| 45 |
-
```text
|
| 46 |
-
data/mvimgnet_splatformer_ready/<scene>/256/gaussian_splatting/ckpts/ckpt_14999_rank0.pt
|
| 47 |
-
data/mvimgnet_splatformer_ready/<scene>/256/sparse/0/{cameras.bin,images.bin,points3D.bin}
|
| 48 |
-
data/mvimgnet_splatformer_ready/<scene>/1024/images/*.png
|
| 49 |
-
data/mvimgnet_splatformer_ready/<scene>/1024/{cameras.txt,images.txt}
|
| 50 |
-
```
|
| 51 |
-
|
| 52 |
-
## Evaluation
|
| 53 |
-
|
| 54 |
-
```bash
|
| 55 |
-
DATA_CONFIG=configs/dataset/mvimgnet.gin CHECKPOINT=checkpoints/anchorsplat_20x.pth GPUS=0 NPROC=1 bash scripts/evaluate_anchorsplat.sh
|
| 56 |
-
```
|
| 57 |
-
|
| 58 |
-
Replace `DATA_CONFIG` with `configs/dataset/mvimgnet_sginput.gin` or `configs/dataset/mvimgnet_sg4x.gin` for the corresponding processed data.
|
| 59 |
-
|
| 60 |
-
## License
|
| 61 |
-
|
| 62 |
-
This release contains processed data derived from third-party datasets. The original dataset licenses and terms remain applicable. Use this release for academic research and follow the terms of the original sources.
|
| 63 |
-
|
| 64 |
-
Code: https://github.com/zhude233/AnchorSplat
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-3d
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pretty_name: AnchorSplat Processed Third-Party Data
|
| 6 |
---
|
| 7 |
|
| 8 |
# AnchorSplat Processed Third-Party Data
|
| 9 |
|
| 10 |
+
Processed third-party MVImgNet assets for AnchorSplat evaluation.
|
| 11 |
|
| 12 |
+
The ECCV 2026 rebuttal MVImgNet zero-shot table uses `mvimgnet_supergaussian_4x_downsampled_lr` with `configs/dataset/mvimgnet_supergaussian_4x_downsampled_lr.gin`.
|
| 13 |
|
| 14 |
+
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,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 1 |
+
66c6b43d99ce8bc8230eeca3ee9a61cb710597799b9afa9ae34f90e704bb8be0 mvimgnet_supergaussian_4x_downsampled_lr.tar.zst
|
| 2 |
+
62b444328a898c990bf3a20d8c805a5e46335ae4b6532f54f11f53bb48847c92 mvimgnet_supergaussian.tar.zst
|
| 3 |
+
9dd15a50e3b46156b07dcb220e9f2523c89655fd21ceb6dc8247799fdbdb2958 mvimgnet_lowres_3dgs.tar.zst
|
mvimgnet_sg4x_splatformer_ready.tar.zst → mvimgnet_lowres_3dgs.tar.zst
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dd15a50e3b46156b07dcb220e9f2523c89655fd21ceb6dc8247799fdbdb2958
|
| 3 |
+
size 632054387
|
mvimgnet_sginput_splatformer_ready.tar.zst → mvimgnet_supergaussian.tar.zst
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62b444328a898c990bf3a20d8c805a5e46335ae4b6532f54f11f53bb48847c92
|
| 3 |
+
size 379922770
|
mvimgnet_splatformer_ready.tar.zst → mvimgnet_supergaussian_4x_downsampled_lr.tar.zst
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66c6b43d99ce8bc8230eeca3ee9a61cb710597799b9afa9ae34f90e704bb8be0
|
| 3 |
+
size 264934440
|