Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ dataset_info:
|
|
| 12 |
num_bytes: 3478168408.588
|
| 13 |
num_examples: 1081
|
| 14 |
- name: valid
|
| 15 |
-
num_bytes: 865534940
|
| 16 |
num_examples: 269
|
| 17 |
download_size: 1922023251
|
| 18 |
dataset_size: 4343703348.587999
|
|
@@ -23,4 +23,25 @@ configs:
|
|
| 23 |
path: data/train-*
|
| 24 |
- split: valid
|
| 25 |
path: data/valid-*
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
num_bytes: 3478168408.588
|
| 13 |
num_examples: 1081
|
| 14 |
- name: valid
|
| 15 |
+
num_bytes: 865534940
|
| 16 |
num_examples: 269
|
| 17 |
download_size: 1922023251
|
| 18 |
dataset_size: 4343703348.587999
|
|
|
|
| 23 |
path: data/train-*
|
| 24 |
- split: valid
|
| 25 |
path: data/valid-*
|
| 26 |
+
license: cc-by-4.0
|
| 27 |
+
task_categories:
|
| 28 |
+
- image-to-image
|
| 29 |
---
|
| 30 |
+
This dataset is part of the work by Guo Zhixiang et al.https://github.com/ProgrammerZXG/Cross-Domain-Foundation-Model-Adaptation?tab=readme-ov-file
|
| 31 |
+
|
| 32 |
+
The dataset is originally available on Zenodo https://zenodo.org/records/12798750
|
| 33 |
+
And licensed under Creative Commons Attribution 4.0 International
|
| 34 |
+
|
| 35 |
+
Please cite the following article if you use this dataset:
|
| 36 |
+
@misc{guo2024crossdomainfoundationmodeladaptation,
|
| 37 |
+
title={Cross-Domain Foundation Model Adaptation: Pioneering Computer Vision Models for Geophysical Data Analysis},
|
| 38 |
+
author={Zhixiang Guo and Xinming Wu and Luming Liang and Hanlin Sheng and Nuo Chen and Zhengfa Bi},
|
| 39 |
+
year={2024},
|
| 40 |
+
eprint={2408.12396},
|
| 41 |
+
archivePrefix={arXiv},
|
| 42 |
+
primaryClass={cs.CV},
|
| 43 |
+
url={https://arxiv.org/abs/2408.12396},
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
Additional information can be found at https://github.com/porestart/seismic-datasets
|