Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
MykolaL commited on
Commit
08b19a6
·
verified ·
1 Parent(s): 8f5cd0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -48
README.md CHANGED
@@ -1,49 +1,52 @@
1
- # FBIS-22M
2
- <a href='https://lavreniuk.github.io/Delineate-Anything/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
3
-
4
- **Field Boundary Instance Segmentation - 22M dataset (FBIS-22M)** - large-scale, multi-resolution dataset comprising 672,909 high-resolution satellite image patches (0.25 m – 10 m) and 22,926,427 instance masks of individual fields.
5
- **Note:** We have excluded images from the Pleiades satellite mission due to third-party usage policies. This does not impact the dataset’s coverage or quality.
6
-
7
- ---
8
-
9
- ## Dataset Structure
10
-
11
- The dataset is split into multiple archive parts. Additional files:
12
-
13
- | File | Description |
14
- |------|-------------|
15
- | `train.txt` | List of training image filenames |
16
- | `test.txt` | List of testing image filenames |
17
-
18
- ---
19
-
20
- ## How to Use
21
-
22
- ### Download and Recombine
23
-
24
- 1. Download all `.zip.part-*` files.
25
- 2. Recombine them into a single `.zip` archive:
26
-
27
- ### Linux / macOS
28
- ```bash
29
- cat FBIS-22M.zip.part-* > FBIS-22M.zip
30
- ```
31
-
32
- ### Windows
33
- Use 7-Zip → Tools > Combine Files (select all parts).
34
-
35
- ### Extract
36
- ```
37
- unzip FBIS-22M.zip
38
- ```
39
-
40
- ## Citation
41
- If you find our dataset useful in your research, please consider citing it:
42
- ```
43
- @article{lavreniuk2025delineateanything,
44
- title={Delineate Anything: Resolution-Agnostic Field Boundary Delineation on Satellite Imagery},
45
- author={Mykola Lavreniuk and Nataliia Kussul and Andrii Shelestov and Bohdan Yailymov and Yevhenii Salii and Volodymyr Kuzin and Zoltan Szantoi},
46
- year={2025},
47
- journal={arXiv preprint arXiv:2504.02534},
48
- }
 
 
 
49
  ```
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # FBIS-22M
5
+ <a href='https://lavreniuk.github.io/Delineate-Anything/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
6
+
7
+ **Field Boundary Instance Segmentation - 22M dataset (FBIS-22M)** - large-scale, multi-resolution dataset comprising 672,909 high-resolution satellite image patches (0.25 m – 10 m) and 22,926,427 instance masks of individual fields.
8
+ **Note:** We have excluded images from the Pleiades satellite mission due to third-party usage policies. This does not impact the dataset’s coverage or quality.
9
+
10
+ ---
11
+
12
+ ## Dataset Structure
13
+
14
+ The dataset is split into multiple archive parts. Additional files:
15
+
16
+ | File | Description |
17
+ |------|-------------|
18
+ | `train.txt` | List of training image filenames |
19
+ | `test.txt` | List of testing image filenames |
20
+
21
+ ---
22
+
23
+ ## How to Use
24
+
25
+ ### Download and Recombine
26
+
27
+ 1. Download all `.zip.part-*` files.
28
+ 2. Recombine them into a single `.zip` archive:
29
+
30
+ ### Linux / macOS
31
+ ```bash
32
+ cat FBIS-22M.zip.part-* > FBIS-22M.zip
33
+ ```
34
+
35
+ ### Windows
36
+ Use 7-Zip → Tools > Combine Files (select all parts).
37
+
38
+ ### Extract
39
+ ```
40
+ unzip FBIS-22M.zip
41
+ ```
42
+
43
+ ## Citation
44
+ If you find our dataset useful in your research, please consider citing it:
45
+ ```
46
+ @article{lavreniuk2025delineateanything,
47
+ title={Delineate Anything: Resolution-Agnostic Field Boundary Delineation on Satellite Imagery},
48
+ author={Mykola Lavreniuk and Nataliia Kussul and Andrii Shelestov and Bohdan Yailymov and Yevhenii Salii and Volodymyr Kuzin and Zoltan Szantoi},
49
+ year={2025},
50
+ journal={arXiv preprint arXiv:2504.02534},
51
+ }
52
  ```