Baselight

GTSRB - German Traffic Sign Recognition Benchmark

Multi-class, single-image classification challenge

@kaggle.meowmeowmeowmeowmeow_gtsrb_german_traffic_sign

Train
@kaggle.meowmeowmeowmeowmeow_gtsrb_german_traffic_sign.train

  • 391.7 KB
  • 39209 rows
  • 8 columns
width

Width

height

Height

roi_x1

Roi.X1

roi_y1

Roi.Y1

roi_x2

Roi.X2

roi_y2

Roi.Y2

classid

ClassId

path

Path

272655222020Train/20/00020_00000_00000.png
282756232220Train/20/00020_00000_00001.png
292665242120Train/20/00020_00000_00002.png
282756232220Train/20/00020_00000_00003.png
282655232120Train/20/00020_00000_00004.png
312765262220Train/20/00020_00000_00005.png
312866262320Train/20/00020_00000_00006.png
312866262320Train/20/00020_00000_00007.png
312956262420Train/20/00020_00000_00008.png
343266292620Train/20/00020_00000_00009.png

CREATE TABLE train (
  "width" BIGINT,
  "height" BIGINT,
  "roi_x1" BIGINT,
  "roi_y1" BIGINT,
  "roi_x2" BIGINT,
  "roi_y2" BIGINT,
  "classid" BIGINT,
  "path" VARCHAR
);

Share link

Anyone who has the link will be able to view this.