GTSRB - German Traffic Sign Recognition Benchmark
Multi-class, single-image classification challenge
@kaggle.meowmeowmeowmeowmeow_gtsrb_german_traffic_sign
Multi-class, single-image classification challenge
@kaggle.meowmeowmeowmeowmeow_gtsrb_german_traffic_sign
The German Traffic Sign Benchmark is a multi-class, single-image classification challenge held at the International Joint Conference on Neural Networks (IJCNN) 2011. We cordially invite researchers from relevant fields to participate: The competition is designed to allow for participation without special domain knowledge. Our benchmark has the following properties:
CREATE TABLE meta (
"path" VARCHAR,
"classid" BIGINT,
"shapeid" BIGINT,
"colorid" BIGINT,
"signid" VARCHAR
);CREATE TABLE test (
"width" BIGINT,
"height" BIGINT,
"roi_x1" BIGINT,
"roi_y1" BIGINT,
"roi_x2" BIGINT,
"roi_y2" BIGINT,
"classid" BIGINT,
"path" VARCHAR
);CREATE TABLE train (
"width" BIGINT,
"height" BIGINT,
"roi_x1" BIGINT,
"roi_y1" BIGINT,
"roi_x2" BIGINT,
"roi_y2" BIGINT,
"classid" BIGINT,
"path" VARCHAR
);Anyone who has the link will be able to view this.