Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -33,8 +33,12 @@ This is not a noise-label regression dataset.
|
|
| 33 |
|
| 34 |
## Dataset Description
|
| 35 |
|
| 36 |
-
- **Input
|
| 37 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
- **Geometry used by the benchmark**: `(386, 270, 2000)`
|
| 39 |
- **Interpretation**:
|
| 40 |
- 386 common-receiver gathers
|
|
@@ -42,12 +46,33 @@ This is not a noise-label regression dataset.
|
|
| 42 |
- 2000 time samples per trace
|
| 43 |
- **Format**: paired SEG-Y volumes with matching sequential gather layout
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
## File Structure
|
| 46 |
|
| 47 |
-
| Kind | Path | Size |
|
| 48 |
-
|------|------|------|
|
| 49 |
-
| input | `input/
|
| 50 |
-
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
## Loading Data
|
| 53 |
|
|
@@ -119,6 +144,7 @@ Current patch settings:
|
|
| 119 |
- The benchmark uses common-receiver gathers, not common-shot gathers.
|
| 120 |
- Input and target must keep identical ordering and identical shape.
|
| 121 |
- The current benchmark reads these files by fixed sequential grouping with `270` traces per gather.
|
|
|
|
| 122 |
|
| 123 |
## Citation
|
| 124 |
|
|
|
|
| 33 |
|
| 34 |
## Dataset Description
|
| 35 |
|
| 36 |
+
- **Input variants currently included**:
|
| 37 |
+
- `T02_comp`: `input/T02_pseudo_deblended_common_receiver_comp.sgy`
|
| 38 |
+
- `T02_mod`: `input/T02_pseudo_deblended_common_receiver_mod.sgy`
|
| 39 |
+
- `T02_simp`: `input/T02_pseudo_deblended_common_receiver_simp.sgy`
|
| 40 |
+
- **Shared target file(s)**:
|
| 41 |
+
- `target/T02_forwarding_acoustic_common_receiver.sgy`
|
| 42 |
- **Geometry used by the benchmark**: `(386, 270, 2000)`
|
| 43 |
- **Interpretation**:
|
| 44 |
- 386 common-receiver gathers
|
|
|
|
| 46 |
- 2000 time samples per trace
|
| 47 |
- **Format**: paired SEG-Y volumes with matching sequential gather layout
|
| 48 |
|
| 49 |
+
## Preview Images
|
| 50 |
+
|
| 51 |
+
<div align="center">
|
| 52 |
+
|
| 53 |
+
<p><b>Clean Reference</b></p>
|
| 54 |
+
<img src="assets/deblending/clean.png" alt="clean reference" width="92%">
|
| 55 |
+
|
| 56 |
+
<p><b>Simple Blending Input</b></p>
|
| 57 |
+
<img src="assets/deblending/simple.png" alt="simple blending input" width="92%">
|
| 58 |
+
|
| 59 |
+
<p><b>Moderate Blending Input</b></p>
|
| 60 |
+
<img src="assets/deblending/moderate.png" alt="moderate blending input" width="92%">
|
| 61 |
+
|
| 62 |
+
<p><b>Hard Blending Input</b></p>
|
| 63 |
+
<img src="assets/deblending/hard.png" alt="hard blending input" width="92%">
|
| 64 |
+
|
| 65 |
+
</div>
|
| 66 |
+
|
| 67 |
+
|
| 68 |
## File Structure
|
| 69 |
|
| 70 |
+
| Kind | Path | Variant | Size |
|
| 71 |
+
|------|------|---------|------|
|
| 72 |
+
| input | `input/T02_pseudo_deblended_common_receiver_comp.sgy` | `T02_comp` | 819.0 MB |
|
| 73 |
+
| input | `input/T02_pseudo_deblended_common_receiver_mod.sgy` | `T02_mod` | 819.0 MB |
|
| 74 |
+
| input | `input/T02_pseudo_deblended_common_receiver_simp.sgy` | `T02_simp` | 819.0 MB |
|
| 75 |
+
| target | `target/T02_forwarding_acoustic_common_receiver.sgy` | shared | 819.0 MB |
|
| 76 |
|
| 77 |
## Loading Data
|
| 78 |
|
|
|
|
| 144 |
- The benchmark uses common-receiver gathers, not common-shot gathers.
|
| 145 |
- Input and target must keep identical ordering and identical shape.
|
| 146 |
- The current benchmark reads these files by fixed sequential grouping with `270` traces per gather.
|
| 147 |
+
- Multiple pseudo-deblended input variants can share the same forwarding-acoustic target.
|
| 148 |
|
| 149 |
## Citation
|
| 150 |
|