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: 4181921133
|
| 13 |
num_examples: 1000
|
| 14 |
- name: valid
|
| 15 |
-
num_bytes: 832187984
|
| 16 |
num_examples: 199
|
| 17 |
download_size: 2243917102
|
| 18 |
-
dataset_size: 5014109117
|
| 19 |
configs:
|
| 20 |
- config_name: default
|
| 21 |
data_files:
|
|
@@ -23,6 +23,9 @@ configs:
|
|
| 23 |
path: data/train-*
|
| 24 |
- split: valid
|
| 25 |
path: data/valid-*
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
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
|
| 28 |
|
|
@@ -41,4 +44,4 @@ Please cite the following article if you use this dataset:
|
|
| 41 |
}
|
| 42 |
|
| 43 |
|
| 44 |
-
Additional information can be found at https://github.com/porestart/seismic-datasets
|
|
|
|
| 9 |
dtype: image
|
| 10 |
splits:
|
| 11 |
- name: train
|
| 12 |
+
num_bytes: 4181921133
|
| 13 |
num_examples: 1000
|
| 14 |
- name: valid
|
| 15 |
+
num_bytes: 832187984
|
| 16 |
num_examples: 199
|
| 17 |
download_size: 2243917102
|
| 18 |
+
dataset_size: 5014109117
|
| 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 |
|
|
|
|
| 44 |
}
|
| 45 |
|
| 46 |
|
| 47 |
+
Additional information can be found at https://github.com/porestart/seismic-datasets
|