Dataset Viewer

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.zip
  • DAIA SKU.zip
  • daia detection rotation.zip
  • daia 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_*, and bites_shelftalker

daia detection rotation.zip

  • Contains 114 labeled training images
  • 18 classes
  • Includes rotated label variants such as:
    • blooming_rotate
    • lemon_rotate
    • morning_mist_rotate
    • refreshing_nature_rotate
    • softergent_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_shelftalker
  • kimball_dark_blue
  • kimball_green
  • kimball_jar
  • kimball_light_blue
  • kimball_pink
  • kimball_purple
  • kimball_red
  • prego_blue
  • prego_blue_golden
  • prego_blue_jar
  • prego_green
  • prego_green_jar
  • prego_orange
  • prego_orange_jar
  • prego_purple
  • prego_red
  • prego_red_golden
  • prego_red_jar
  • prego_yellow

daia detection rotation.zip

  • antibac_ocean_breeze
  • blooming
  • blooming_rotate
  • cheerful_bliss
  • colour
  • eau_de_parfum
  • jeju_camellia
  • lavender
  • lemon
  • lemon_rotate
  • luxurious
  • morning_mist
  • morning_mist_rotate
  • refreshing_nature
  • refreshing_nature_rotate
  • sakura
  • softergent
  • softergent_rotate

daia detection without rotation.zip

  • antibac_ocean_breeze
  • blooming
  • cheerful_bliss
  • colour
  • eau_de_parfum
  • jeju_camellia
  • lavender
  • lemon
  • luxurious
  • morning_mist
  • refreshing_nature
  • sakura
  • softergent

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.zip for frame-only detection experiments.
  • Use DAIA SKU.zip for SKU/product recognition experiments.
  • Use daia detection without rotation.zip when you want a cleaner detection set without rotation-specific classes.
  • Use daia detection rotation.zip when 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