Datasets:
PoseBowl Segmented Dataset
Overview
Dataset-v2 is a collection of segmented images intended for use in segmentation task. This dataset is part of the NASA Segmentation F24 project.
Note: This dataset contains images from the
posebowldataset and thespacecraftsdataset.
Contents
- images: Images of spacecrafts in space.
- masks: Corresponding binary masks for each image as
.pngimage. This subdirectory is saved separately from this directory. - labels: Corresponding polygon coordinates of the masks in YOLO format saved as
.txtfiles- In each
.txtfile, the polygon coordinates are in the format:c x1 y1 x2 x3 ... xn yn. - Here
ccorresponds to the class index followed by polygon coordinates of the mask.
- In each
Directory Structure
/data/dataset-v2/
├── images/
| ├── train
| ├── test
| └── val
├── labels/
| ├── train
| ├── test
| └── val
├── data.yaml
└── README.md
Usage
- Download and unzip the dataset to the
/data/directory in your project: - Edit the
pathfeild in the/data/dataset-v2/data.yamlfile and set it to the dataset's absolute path on your machine.