| # Square |
|
|
| > Square retail audit datasets, including a main export and a randomized variant. |
|
|
| ## At a Glance |
| | Metric | Value | |
| | --- | --- | |
| | Archives | 2 | |
| | Total images | 2704 | |
| | Primary format | Roboflow-style YOLO vision export | |
| | Delivery format | Zip archives inside each folder | |
|
|
| ## Archive Inventory |
| | Archive | Images | Classes | Project | Source | |
| | --- | ---: | ---: | --- | --- | |
| | `Square RND.zip` | 1744 | 86 | `square-rnd-8webv` | [dataset](https://universe.roboflow.com/sos-ubl-podw4/square-rnd-8webv/dataset/3) | |
| | `Square.zip` | 960 | 27 | `square-1.1-9itoc` | [dataset](https://universe.roboflow.com/sos-ubl-podw4/square-1.1-9itoc/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. |
|
|
|
|