YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
- Snapshot
- What Is Inside
- Archive Inventory
- Practical Use
- Exact Class Maps
all_blanks_ghw.zipAutograph posm segment.zipbat_stock_segment.zipDigonto.ziphollywood_to_glory_posm_segment.ziplow_drive_posm_segment.zipPlanogram_Frame.zipLuckies H2 Drive Plan POSM.zipLuckies Citrus POSM Segment.v6i.yolov8.zipLuckies Range POSM Segment.zipPJ Avenger POSM Segment.zipPJ Frost POSM Segment.zipPJ Garnet POSM Segment.zipPJ MVP POSM Segment.zipPJ Rabel POSM Segment.zippj_euphoria_phase_1_posm_segment.zippj_euphoria_posm_segment.zippj_ruby_posm_segment.zippj_sapphire_posm_segment.zip
BAT Dataset Archive
This repository is a curated bundle of 18 Roboflow-style YOLO datasets for BAT / POSM / planogram detection work. Each ZIP contains paired images and YOLO label files, plus the standard data.yaml metadata used for training.
Snapshot
| Metric | Value |
|---|---|
| ZIP archives | 18 |
| Annotated images | 3,386 |
| Annotation format | YOLOv8 / Roboflow export |
| Packaged split | train only |
| Metadata | data.yaml in every archive |
What Is Inside
Every archive follows the same high-level layout:
archive.zip
├── README.dataset.txt
├── README.roboflow.txt
├── data.yaml
└── train
├── images
└── labels
Notes:
- Images are JPEGs.
- Labels are YOLO
.txtfiles with the same stem as the image they describe. - The
data.yamlfiles use the usual Roboflow paths fortrain,valid, andtest, but the ZIPs in this repository package thetrainsplit only.
Archive Inventory
General and Foundation Sets
| Archive | Images | Classes | Focus |
|---|---|---|---|
all_blanks_ghw.zip |
781 | 37 | Broad BAT blank / brand mix with au_*, bnh_*, derby_*, ghw*, luckies*, royals*, and star labels |
Autograph posm segment.zip |
283 | 14 | Autograph POSM variants, including modular, focused, and surface-hanger layouts |
bat_stock_segment.zip |
124 | 12 | BAT stock brand set across cigarette lines and retail signage |
Digonto.zip |
121 | 5 | Shop-sign, dangler, poster, and sticker detection |
hollywood_to_glory_posm_segment.zip |
180 | 5 | Hollywood-to-Glory POSM variants |
low_drive_posm_segment.zip |
121 | 5 | Low Drive POSM variants |
Planogram_Frame.zip |
287 | 1 | Planogram frame detection |
Luckies Family
| Archive | Images | Classes | Focus |
|---|---|---|---|
Luckies H2 Drive Plan POSM.zip |
116 | 1 | Single-class surface-hanger set |
Luckies Citrus POSM Segment.v6i.yolov8.zip |
190 | 5 | Citrus POSM variants |
Luckies Range POSM Segment.zip |
206 | 3 | Range POSM variants |
PJ Family
| Archive | Images | Classes | Focus |
|---|---|---|---|
PJ Avenger POSM Segment.zip |
45 | 3 | Avenger POSM variants |
PJ Frost POSM Segment.zip |
106 | 3 | Frost POSM variants |
PJ Garnet POSM Segment.zip |
63 | 4 | Garnet POSM variants |
PJ MVP POSM Segment.zip |
60 | 4 | MVP POSM variants |
PJ Rabel POSM Segment.zip |
244 | 5 | Rebel / Rabel POSM variants |
pj_euphoria_phase_1_posm_segment.zip |
115 | 5 | Euphoria phase 1 POSM variants |
pj_euphoria_posm_segment.zip |
81 | 4 | Euphoria POSM variants |
pj_ruby_posm_segment.zip |
173 | 6 | Ruby POSM variants |
pj_sapphire_posm_segment.zip |
90 | 6 | Sapphire POSM variants |
Practical Use
Unzip the dataset you want to train on, then point your YOLO trainer at the extracted data.yaml file.
unzip "PJ Frost POSM Segment.zip" -d pj_frost
yolo detect train data=pj_frost/data.yaml model=yolov8n.pt imgsz=640 epochs=100
If you need validation or test splits, generate them from the source images or update the YAML paths to match your local layout.
Exact Class Maps
General and Foundation Sets
all_blanks_ghw.zip
- 781 images
- 37 classes
- Classes:
au_royals_gold,au_royals_ls,au_royals_next,bnh_bg,bnh_breeze,bnh_ff,bnh_fns,bnh_sw,derby,derby_deluxe,derby_select,derby_style,ghw1,ghw2,ghw3,ghw4,ghw5,ghw6,ghw7,hg_hollywood,jpff,jpsw,ld_hollywood,ls_cc,ls_chill,ls_cool,ls_fresh,ls_original,ls_red,luckies,luckies_citrus,luckies_crafted,pilot,royals_gold,royals_london_red,royals_next,star
Autograph posm segment.zip
- 283 images
- 14 classes
- Classes:
au_focused_extra_small_2pack,au_focused_extra_small_3pack,au_focused_medium_2pack,au_focused_medium_3pack,au_modular_small_2pack,au_modular_small_3pack,au_regular_modular_2pack,au_regular_modular_3pack,au_royals_gold_market,au_royals_ls_market,au_royals_next_market,au_street_kiosk_identifier,au_surface_hanger_2pack,au_surface_hanger_3pack
bat_stock_segment.zip
- 124 images
- 12 classes
- Classes:
bnh,camel,derby,gold_leaf,hollywood,lucky_strike,marise,navy,pilot,royals,sheikh,star
Digonto.zip
- 121 images
- 5 classes
- Classes:
d_danglar,d_poster,d_sticker,derby_shop_sign,hollywood_shop_sign
hollywood_to_glory_posm_segment.zip
- 180 images
- 5 classes
- Classes:
hg_focused_medium,hg_focused_modular_extra_small,hg_modular_small,hg_regular_modular,hg_surface_hanger
low_drive_posm_segment.zip
- 121 images
- 5 classes
- Classes:
ld_focused_small_derby_style,ld_focused_small_hollywood,ld_surface_hanger_derby,ld_surface_hanger_hollywood,ld_surface_hanger_pilot
Planogram_Frame.zip
- 287 images
- 1 class
- Classes:
planogram
Luckies Family
Luckies H2 Drive Plan POSM.zip
- 116 images
- 1 class
- Classes:
luckiesH2_surface_hanger
Luckies Citrus POSM Segment.v6i.yolov8.zip
- 190 images
- 5 classes
- Classes:
lc_modular_small,lc_modular_small_lea,lc_regular_modular,lc_regular_modular_lea,lc_surface_hanger
Luckies Range POSM Segment.zip
- 206 images
- 3 classes
- Classes:
lr_modular_small,lr_regular_modular,lr_surface_hanger
PJ Family
PJ Avenger POSM Segment.zip
- 45 images
- 3 classes
- Classes:
avenger_focused_medium,avenger_modular_small,avenger_surface_hanger
PJ Frost POSM Segment.zip
- 106 images
- 3 classes
- Classes:
frost_portrait_festoon,frost_regular_modular,frost_surface_hanger
PJ Garnet POSM Segment.zip
- 63 images
- 4 classes
- Classes:
garnet_focused_medium,garnet_modular_small,garnet_regular_modular,garnet_surface_hanger
PJ MVP POSM Segment.zip
- 60 images
- 4 classes
- Classes:
mvp_2_pack_modular,mvp_focused_medium,mvp_modular_small,mvp_regular_modular
PJ Rabel POSM Segment.zip
- 244 images
- 5 classes
- Classes:
rebel_kiosk_surface_hanger,rebel_modular_small,rebel_modular_small_lea,rebel_regular_modular,rebel_regular_modular_lea
pj_euphoria_phase_1_posm_segment.zip
- 115 images
- 5 classes
- Classes:
eup_p1_lighter_standee,eup_p1_modular_small,eup_p1_modular_sticker,eup_p1_regular_modular,eup_p1_surface_hanger
pj_euphoria_posm_segment.zip
- 81 images
- 4 classes
- Classes:
eup_lighter_standee,eup_modular_small,eup_regular_modular_sticker,eup_surface_hanger
pj_ruby_posm_segment.zip
- 173 images
- 6 classes
- Classes:
r_2_pack_modular,r_focused_medium,r_modular_small,r_regular_modular,r_ski,r_surface_hanger
pj_sapphire_posm_segment.zip
- 90 images
- 6 classes
- Classes:
p_2_pack_modular,p_focused_medium,p_modular_small,p_regular_modular,p_ski,p_table_top
- Downloads last month
- 16