The Dataset Viewer has been disabled on this dataset.

AnchorSplat 3DGS-SR Test 30

Official 30-scene 3DGS-SR test set used for AnchorSplat evaluation.

The archive extracts to 3dgs-sr/test/<scene_id>/ and matches the default AnchorSplat evaluation layout. Each scene contains the 256-resolution input 3DGS checkpoint, COLMAP sparse files, and 1024-resolution target views for metric evaluation.

Download

huggingface-cli download de233/AnchorSplat-3DGS-SR-Test-30 \
  --repo-type dataset \
  --local-dir data/downloads/3dgs-sr-test-30

cd data/downloads/3dgs-sr-test-30
sha256sum -c SHA256SUMS.txt
cd -

mkdir -p data
tar --zstd -xf data/downloads/3dgs-sr-test-30/parts/3dgs_sr_test_30.tar.zst -C data

After extraction, run AnchorSplat evaluation with TEST_DATA_DIR=data/3dgs-sr/test.

Verified Metrics

Method PSNR SSIM LPIPS
3DGS input 31.04 0.917 0.077
AnchorSplat-1x 36.42 0.944 0.064
AnchorSplat-20x 36.51 0.944 0.055

Small last-digit differences can appear across CUDA/gsplat environments.

Downloads last month
13