Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,13 +9,13 @@ dataset_info:
|
|
9 |
dtype: image
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes: 120649829
|
13 |
num_examples: 115
|
14 |
- name: valid
|
15 |
-
num_bytes: 29375385
|
16 |
num_examples: 28
|
17 |
download_size: 149989771
|
18 |
-
dataset_size: 150025214
|
19 |
configs:
|
20 |
- config_name: default
|
21 |
data_files:
|
@@ -23,4 +23,25 @@ configs:
|
|
23 |
path: data/train-*
|
24 |
- split: valid
|
25 |
path: data/valid-*
|
|
|
|
|
|
|
26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
dtype: image
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 120649829
|
13 |
num_examples: 115
|
14 |
- name: valid
|
15 |
+
num_bytes: 29375385
|
16 |
num_examples: 28
|
17 |
download_size: 149989771
|
18 |
+
dataset_size: 150025214
|
19 |
configs:
|
20 |
- config_name: default
|
21 |
data_files:
|
|
|
23 |
path: data/train-*
|
24 |
- split: valid
|
25 |
path: data/valid-*
|
26 |
+
license: cc-by-4.0
|
27 |
+
task_categories:
|
28 |
+
- image-segmentation
|
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
|