| # Daia |
|
|
| > DAIA detection, frame, and SKU datasets packaged as Roboflow-style vision exports. |
|
|
| ## At a Glance |
| | Metric | Value | |
| | --- | --- | |
| | Archives | 4 | |
| | Total images | 255 | |
| | Primary format | Roboflow-style YOLO vision export | |
| | Delivery format | Zip archives inside each folder | |
|
|
| ## Archive Inventory |
| | Archive | Images | Classes | Project | Source | |
| | --- | ---: | ---: | --- | --- | |
| | `daia detection rotation.zip` | 114 | 18 | `daia-detection-rotation` | [dataset](https://universe.roboflow.com/gp-project-i3bp5/daia-detection-rotation/dataset/7) | |
| | `daia detection without rotation.zip` | 67 | 13 | `daia-detection-without-rotation` | [dataset](https://universe.roboflow.com/gp-project-i3bp5/daia-detection-without-rotation/dataset/2) | |
| | `DAIA FRAME.zip` | 35 | 1 | `my-frame` | [dataset](https://universe.roboflow.com/gp-project-i3bp5/my-frame/dataset/9) | |
| | `DAIA SKU.zip` | 39 | 20 | `demo-2026-1` | [dataset](https://universe.roboflow.com/gp-project-i3bp5/demo-2026-1/dataset/5) | |
|
|
| ## Folder Layout |
| ```text |
| archive.zip |
| +-- data.yaml |
| +-- train/ |
| | +-- images/ |
| | +-- labels/ |
| +-- valid/ or val/ |
| +-- test/ |
| ``` |
|
|
| ## Working With the Data |
| 1. Extract the archive you want to inspect. |
| 2. Open `data.yaml` to confirm class names and split locations. |
| 3. Use the image and label pairs directly for YOLO training, validation, or audit workflows. |
|
|
| ## Notes |
| - These archives follow a Roboflow export pattern and keep the original `data.yaml` metadata inside each zip. |
| - Several folders contain multiple related datasets; the table above lists each archive separately. |
|
|
|
|