Baselight

Chinese Traffic Signs

5998 annotated traffic sign images of 58 categories

@kaggle.dmitryyemelyanov_chinese_traffic_signs

Annotations
@kaggle.dmitryyemelyanov_chinese_traffic_signs.annotations

  • 74.06 KB
  • 6164 rows
  • 8 columns
file_name

File Name

width

Width

height

Height

x1

X1

y1

Y1

x2

X2

y2

Y2

category

Category

000_0001.png134128197120117
000_0002.png1651512312149138
000_0003.png1281222214116105
000_0010.png80731486763
000_0011.png1861743615155157
000_0012.png1861642215162150
000_0013.png1581273115134113
000_0014.png1551252713132111
000_0015.png1561373315136117
000_0016.png948717118375

CREATE TABLE annotations (
  "file_name" VARCHAR,
  "width" BIGINT,
  "height" BIGINT,
  "x1" BIGINT,
  "y1" BIGINT,
  "x2" BIGINT,
  "y2" BIGINT,
  "category" BIGINT
);

Share link

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