Baselight

GTSRB - German Traffic Sign Recognition Benchmark

Multi-class, single-image classification challenge

@kaggle.meowmeowmeowmeowmeow_gtsrb_german_traffic_sign

Test
@kaggle.meowmeowmeowmeowmeow_gtsrb_german_traffic_sign.test

  • 162.31 KB
  • 12630 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

535465484916Test/00000.png
42455536401Test/00001.png
485266434738Test/00002.png
272955222433Test/00003.png
605755555211Test/00004.png
525655475138Test/00005.png
147130121213511918Test/00006.png
323355262812Test/00007.png
455065404525Test/00008.png
818677747935Test/00009.png

CREATE TABLE test (
  "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.