Baselight

Periocular Recognition

Image files for Periocular Recognition

@kaggle.ruchi798_periocular_detection

Periocular Bbox
@kaggle.ruchi798_periocular_detection.periocular_bbox

  • 17.9 KB
  • 1000 rows
  • 5 columns
image_id

Image Id

x_1

X 1

y_1

Y 1

width

Width

height

Height

000001.jpg9571226313
000002.jpg7294221306
000003.jpg2165991126
000004.jpg622257564781
000005.jpg236109120166
000006.jpg14667182252
000007.jpg6493211292
000008.jpg21289218302
000009.jpg600274343475
000010.jpg113110211292

CREATE TABLE periocular_bbox (
  "image_id" VARCHAR,
  "x_1" BIGINT,
  "y_1" BIGINT,
  "width" BIGINT,
  "height" BIGINT
);

Share link

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