Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,6 +10,16 @@ configs:
|
|
| 10 |
split: validation
|
| 11 |
- path: 64x64_samples/test/*
|
| 12 |
split: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- config_name: 128x128_samples
|
| 14 |
data_files:
|
| 15 |
- path: 128x128_samples/train/*
|
|
@@ -20,6 +30,16 @@ configs:
|
|
| 20 |
split: validation
|
| 21 |
- path: 128x128_samples/test/*
|
| 22 |
split: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- config_name: 256x256_samples
|
| 24 |
data_files:
|
| 25 |
- path: 256x256_samples/train/*
|
|
@@ -30,6 +50,16 @@ configs:
|
|
| 30 |
split: validation
|
| 31 |
- path: 256x256_samples/test/*
|
| 32 |
split: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
- config_name: 512x512_samples
|
| 34 |
data_files:
|
| 35 |
- path: 512x512_samples/train/*
|
|
@@ -40,6 +70,16 @@ configs:
|
|
| 40 |
split: validation
|
| 41 |
- path: 512x512_samples/test/*
|
| 42 |
split: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
- config_name: 1024x1024_samples
|
| 44 |
data_files:
|
| 45 |
- path: 1024x1024_samples/train/*
|
|
@@ -50,6 +90,16 @@ configs:
|
|
| 50 |
split: validation
|
| 51 |
- path: 1024x1024_samples/test/*
|
| 52 |
split: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
- config_name: 2048x2048_samples
|
| 54 |
data_files:
|
| 55 |
- path: 2048x2048_samples/train/*
|
|
@@ -60,6 +110,16 @@ configs:
|
|
| 60 |
split: validation
|
| 61 |
- path: 2048x2048_samples/test/*
|
| 62 |
split: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
- config_name: 4096x4096_samples
|
| 64 |
data_files:
|
| 65 |
- path: 4096x4096_samples/train/*
|
|
@@ -70,6 +130,16 @@ configs:
|
|
| 70 |
split: validation
|
| 71 |
- path: 4096x4096_samples/test/*
|
| 72 |
split: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
license: other
|
| 74 |
language:
|
| 75 |
- en
|
|
@@ -82,13 +152,15 @@ tags:
|
|
| 82 |
- benchmark
|
| 83 |
- remote-sensing
|
| 84 |
- aw3d30
|
| 85 |
-
pretty_name: PASSAGE (anonymous
|
| 86 |
---
|
| 87 |
|
| 88 |
-
<!-- PASSAGE Hugging Face Dataset Card (anonymous review mirror
|
| 89 |
|
| 90 |
-
> This is the **anonymous
|
| 91 |
-
>
|
|
|
|
|
|
|
| 92 |
|
| 93 |
<!-- PASSAGE README — renders on both GitHub and Hugging Face -->
|
| 94 |
|
|
|
|
| 10 |
split: validation
|
| 11 |
- path: 64x64_samples/test/*
|
| 12 |
split: test
|
| 13 |
+
- config_name: 64x64
|
| 14 |
+
data_files:
|
| 15 |
+
- path: 64x64/train/*
|
| 16 |
+
split: train
|
| 17 |
+
- path: 64x64/calibration/*
|
| 18 |
+
split: calibration
|
| 19 |
+
- path: 64x64/validation/*
|
| 20 |
+
split: validation
|
| 21 |
+
- path: 64x64/test/*
|
| 22 |
+
split: test
|
| 23 |
- config_name: 128x128_samples
|
| 24 |
data_files:
|
| 25 |
- path: 128x128_samples/train/*
|
|
|
|
| 30 |
split: validation
|
| 31 |
- path: 128x128_samples/test/*
|
| 32 |
split: test
|
| 33 |
+
- config_name: 128x128
|
| 34 |
+
data_files:
|
| 35 |
+
- path: 128x128/train/*
|
| 36 |
+
split: train
|
| 37 |
+
- path: 128x128/calibration/*
|
| 38 |
+
split: calibration
|
| 39 |
+
- path: 128x128/validation/*
|
| 40 |
+
split: validation
|
| 41 |
+
- path: 128x128/test/*
|
| 42 |
+
split: test
|
| 43 |
- config_name: 256x256_samples
|
| 44 |
data_files:
|
| 45 |
- path: 256x256_samples/train/*
|
|
|
|
| 50 |
split: validation
|
| 51 |
- path: 256x256_samples/test/*
|
| 52 |
split: test
|
| 53 |
+
- config_name: 256x256
|
| 54 |
+
data_files:
|
| 55 |
+
- path: 256x256/train/*
|
| 56 |
+
split: train
|
| 57 |
+
- path: 256x256/calibration/*
|
| 58 |
+
split: calibration
|
| 59 |
+
- path: 256x256/validation/*
|
| 60 |
+
split: validation
|
| 61 |
+
- path: 256x256/test/*
|
| 62 |
+
split: test
|
| 63 |
- config_name: 512x512_samples
|
| 64 |
data_files:
|
| 65 |
- path: 512x512_samples/train/*
|
|
|
|
| 70 |
split: validation
|
| 71 |
- path: 512x512_samples/test/*
|
| 72 |
split: test
|
| 73 |
+
- config_name: 512x512
|
| 74 |
+
data_files:
|
| 75 |
+
- path: 512x512/train/*
|
| 76 |
+
split: train
|
| 77 |
+
- path: 512x512/calibration/*
|
| 78 |
+
split: calibration
|
| 79 |
+
- path: 512x512/validation/*
|
| 80 |
+
split: validation
|
| 81 |
+
- path: 512x512/test/*
|
| 82 |
+
split: test
|
| 83 |
- config_name: 1024x1024_samples
|
| 84 |
data_files:
|
| 85 |
- path: 1024x1024_samples/train/*
|
|
|
|
| 90 |
split: validation
|
| 91 |
- path: 1024x1024_samples/test/*
|
| 92 |
split: test
|
| 93 |
+
- config_name: 1024x1024
|
| 94 |
+
data_files:
|
| 95 |
+
- path: 1024x1024/train/*
|
| 96 |
+
split: train
|
| 97 |
+
- path: 1024x1024/calibration/*
|
| 98 |
+
split: calibration
|
| 99 |
+
- path: 1024x1024/validation/*
|
| 100 |
+
split: validation
|
| 101 |
+
- path: 1024x1024/test/*
|
| 102 |
+
split: test
|
| 103 |
- config_name: 2048x2048_samples
|
| 104 |
data_files:
|
| 105 |
- path: 2048x2048_samples/train/*
|
|
|
|
| 110 |
split: validation
|
| 111 |
- path: 2048x2048_samples/test/*
|
| 112 |
split: test
|
| 113 |
+
- config_name: 2048x2048
|
| 114 |
+
data_files:
|
| 115 |
+
- path: 2048x2048/train/*
|
| 116 |
+
split: train
|
| 117 |
+
- path: 2048x2048/calibration/*
|
| 118 |
+
split: calibration
|
| 119 |
+
- path: 2048x2048/validation/*
|
| 120 |
+
split: validation
|
| 121 |
+
- path: 2048x2048/test/*
|
| 122 |
+
split: test
|
| 123 |
- config_name: 4096x4096_samples
|
| 124 |
data_files:
|
| 125 |
- path: 4096x4096_samples/train/*
|
|
|
|
| 130 |
split: validation
|
| 131 |
- path: 4096x4096_samples/test/*
|
| 132 |
split: test
|
| 133 |
+
- config_name: 4096x4096
|
| 134 |
+
data_files:
|
| 135 |
+
- path: 4096x4096/train/*
|
| 136 |
+
split: train
|
| 137 |
+
- path: 4096x4096/calibration/*
|
| 138 |
+
split: calibration
|
| 139 |
+
- path: 4096x4096/validation/*
|
| 140 |
+
split: validation
|
| 141 |
+
- path: 4096x4096/test/*
|
| 142 |
+
split: test
|
| 143 |
license: other
|
| 144 |
language:
|
| 145 |
- en
|
|
|
|
| 152 |
- benchmark
|
| 153 |
- remote-sensing
|
| 154 |
- aw3d30
|
| 155 |
+
pretty_name: PASSAGE (anonymous mirror)
|
| 156 |
---
|
| 157 |
|
| 158 |
+
<!-- PASSAGE Hugging Face Dataset Card (anonymous review mirror) -->
|
| 159 |
|
| 160 |
+
> This is the **anonymous mirror** of PASSAGE for NeurIPS 2026 ED double-blind review.
|
| 161 |
+
> Includes both samples-only configs (suffix `_samples`) for fast inspection and full configs
|
| 162 |
+
> for end-to-end use. Samples are sized to a few hundred MB per resolution; full configs at
|
| 163 |
+
> 4096x4096 are around 1 TB total.
|
| 164 |
|
| 165 |
<!-- PASSAGE README — renders on both GitHub and Hugging Face -->
|
| 166 |
|