Chinese Traffic Signs
5998 annotated traffic sign images of 58 categories
@kaggle.dmitryyemelyanov_chinese_traffic_signs
5998 annotated traffic sign images of 58 categories
@kaggle.dmitryyemelyanov_chinese_traffic_signs
CREATE TABLE annotations (
"file_name" VARCHAR,
"width" BIGINT,
"height" BIGINT,
"x1" BIGINT,
"y1" BIGINT,
"x2" BIGINT,
"y2" BIGINT,
"category" BIGINT
);
Anyone who has the link will be able to view this.