Datasets:

Modalities:
Image
ArXiv:
License:
JeffreyJsam commited on
Commit
0e09f16
Β·
verified Β·
1 Parent(s): 46dd06e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
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 64,000 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,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
- β”œβ”€β”€ 000/
38
- β”‚ β”œβ”€β”€ img_0.png
39
- β”‚ └── ...
40
- β”œβ”€β”€ 001/
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