Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ annotations_creators:
|
|
23 |
A large-scale instance segmentation dataset of nearly 64k annotated spacecraft images that was created using real spacecraft models, superimposed on a mixture of real and synthetic backgrounds generated using NASA's TTALOS pipeline. To mimic camera distortions and noise in real-world image acquisition, we also added different types of noise and distortion to the images.
|
24 |
|
25 |
## Dataset Summary
|
26 |
-
The dataset contains over
|
27 |
|
28 |
|
29 |
## How to Use
|
@@ -33,12 +33,13 @@ Due to Hugging Face Hub's per-directory file limit (10,000 files), this dataset
|
|
33 |
|
34 |
**Example Structure:**
|
35 |
|
36 |
-
labels/
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
|
|
42 |
If you're using models/tools like **YOLO** or others that expect a **flat directory**, you may need to **merge these subfolders at load-time or during preprocessing**.
|
43 |
|
44 |
|
|
|
23 |
A large-scale instance segmentation dataset of nearly 64k annotated spacecraft images that was created using real spacecraft models, superimposed on a mixture of real and synthetic backgrounds generated using NASA's TTALOS pipeline. To mimic camera distortions and noise in real-world image acquisition, we also added different types of noise and distortion to the images.
|
24 |
|
25 |
## Dataset Summary
|
26 |
+
The dataset contains over 63,917 annotated images with instance masks for varied spacecraft. It's structured for YOLO and segmentation applications, and chunked to stay within Hugging Face's per-folder file limits.
|
27 |
|
28 |
|
29 |
## How to Use
|
|
|
33 |
|
34 |
**Example Structure:**
|
35 |
|
36 |
+
labels/
|
37 |
+
βββ 000/
|
38 |
+
β βββ img_0.png
|
39 |
+
β βββ ...
|
40 |
+
βββ 001/
|
41 |
+
βββ ...
|
42 |
+
|
43 |
If you're using models/tools like **YOLO** or others that expect a **flat directory**, you may need to **merge these subfolders at load-time or during preprocessing**.
|
44 |
|
45 |
|