liufeng
commited on
Commit
·
f0e1fed
1
Parent(s):
584b440
update: datasets links
Browse files- .gitignore +1 -1
- README.md +3 -3
.gitignore
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
__pycache__/
|
2 |
backup/
|
3 |
-
|
4 |
Article-Figures/
|
5 |
python/
|
6 |
Figures/
|
|
|
1 |
__pycache__/
|
2 |
backup/
|
3 |
+
Backup/
|
4 |
Article-Figures/
|
5 |
python/
|
6 |
Figures/
|
README.md
CHANGED
@@ -14,9 +14,9 @@ tags:
|
|
14 |
|
15 |
**OpenSWI** is a comprehensive 1D dataset for surface-wave dispersion curve inversion, specifically designed for both shallow subsurface exploration (\~3 km) and deep geological studies (\~300 km). The dataset contains synthetic data derived from a variety of geological models, as well as real-world observational data, providing an invaluable resource for assessing and enhancing the generalization capabilities of deep learning models. The dataset includes:
|
16 |
|
17 |
-
* **OpenSWI-Shallow
|
18 |
-
* **OpenSWI-Deep
|
19 |
-
* **OpenSWI-Real
|
20 |
|
21 |
These datasets are ideal for training and evaluating deep learning models focused on surface-wave dispersion curve inversion tasks.
|
22 |
|
|
|
14 |
|
15 |
**OpenSWI** is a comprehensive 1D dataset for surface-wave dispersion curve inversion, specifically designed for both shallow subsurface exploration (\~3 km) and deep geological studies (\~300 km). The dataset contains synthetic data derived from a variety of geological models, as well as real-world observational data, providing an invaluable resource for assessing and enhancing the generalization capabilities of deep learning models. The dataset includes:
|
16 |
|
17 |
+
* [**OpenSWI-Shallow**](./Datasets/OpenSWI-shallow/0.2-10s-Aug/): 1D velocity profiles derived from 2D velocity models (OpenFWI dataset), paired with corresponding surface wave dispersion curves.
|
18 |
+
* [**OpenSWI-Deep**](./Datasets/OpenSWI-deep/homo-thickness-aug/): 1D velocity profiles generated from high-resolution 3D geological models, sourced globally and regionally, tailored for deep geological studies.
|
19 |
+
* [**OpenSWI-Real**](./Datasets/OpenSWI-real/): AI-ready observational data from Long Beach, USA, and the China Seismological Reference Model Project, with 1D velocity profiles and corresponding surface wave dispersion curves.
|
20 |
|
21 |
These datasets are ideal for training and evaluating deep learning models focused on surface-wave dispersion curve inversion tasks.
|
22 |
|