The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
DAIA Malaysia Dataset Backup
A curated backup of four computer-vision dataset archives used for object detection and SKU/frame classification tasks.
This repository currently contains:
DAIA FRAME.zipDAIA SKU.zipdaia detection rotation.zipdaia detection without rotation.zip
Each archive is packaged in a standard YOLO-style structure with train/images, train/labels, and dataset metadata files such as data.yaml.
Dataset Overview
| Archive | Images | Labels | Classes | Notes |
|---|---|---|---|---|
DAIA FRAME.zip |
35 | 35 | 1 | Frame detection dataset |
DAIA SKU.zip |
39 | 39 | 20 | SKU/product classification dataset |
daia detection rotation.zip |
114 | 114 | 18 | Detection dataset including rotated variants |
daia detection without rotation.zip |
67 | 67 | 13 | Detection dataset without rotated variants |
What’s Inside
DAIA FRAME.zip
- Contains 35 labeled training images
- Single class:
frame - Organized for a simple one-class detection workflow
DAIA SKU.zip
- Contains 39 labeled training images
- 20 SKU classes
- Includes product-specific labels such as
kimball_*,prego_*, andbites_shelftalker
daia detection rotation.zip
- Contains 114 labeled training images
- 18 classes
- Includes rotated label variants such as:
blooming_rotatelemon_rotatemorning_mist_rotaterefreshing_nature_rotatesoftergent_rotate
daia detection without rotation.zip
- Contains 67 labeled training images
- 13 classes
- Same core detection categories as the rotation dataset, but without the rotated variants
Common Structure
Most archives follow the same layout:
train/
images/
labels/
data.yaml
README.dataset.txt
README.roboflow.txt
This makes the archives ready for training pipelines that expect YOLO-format directories.
Class Lists
DAIA FRAME.zip
frame
DAIA SKU.zip
bites_shelftalkerkimball_dark_bluekimball_greenkimball_jarkimball_light_bluekimball_pinkkimball_purplekimball_redprego_blueprego_blue_goldenprego_blue_jarprego_greenprego_green_jarprego_orangeprego_orange_jarprego_purpleprego_redprego_red_goldenprego_red_jarprego_yellow
daia detection rotation.zip
antibac_ocean_breezebloomingblooming_rotatecheerful_blisscoloureau_de_parfumjeju_camellialavenderlemonlemon_rotateluxuriousmorning_mistmorning_mist_rotaterefreshing_naturerefreshing_nature_rotatesakurasoftergentsoftergent_rotate
daia detection without rotation.zip
antibac_ocean_breezebloomingcheerful_blisscoloureau_de_parfumjeju_camellialavenderlemonluxuriousmorning_mistrefreshing_naturesakurasoftergent
Quick Notes
- The archives appear to be exported from Roboflow.
- File names and labels indicate YOLO-style annotation packaging.
- The rotation dataset is the richest of the four in both sample count and class coverage.
Suggested Use
- Use
DAIA FRAME.zipfor frame-only detection experiments. - Use
DAIA SKU.zipfor SKU/product recognition experiments. - Use
daia detection without rotation.zipwhen you want a cleaner detection set without rotation-specific classes. - Use
daia detection rotation.zipwhen you want the most diverse detection archive.
License and Attribution
The archive metadata files are included as provided. If you plan to publish or redistribute this dataset, double-check the original source files for licensing and attribution details.
- Downloads last month
- 9