Baselight

Periocular Recognition

Image files for Periocular Recognition

@kaggle.ruchi798_periocular_detection

Periocular Landmarks
@kaggle.ruchi798_periocular_detection.periocular_landmarks

  • 21.15 KB
  • 1000 rows
  • 11 columns
image_id

Image Id

lefteye_x

Lefteye X

lefteye_y

Lefteye Y

righteye_x

Righteye X

righteye_y

Righteye Y

nose_x

Nose X

nose_y

Nose Y

leftmouth_x

Leftmouth X

leftmouth_y

Leftmouth Y

rightmouth_x

Rightmouth X

rightmouth_y

Rightmouth Y

000001.jpg691091061137714273152108154
000002.jpg691101071128113570151108153
000003.jpg761121041061081287415698158
000004.jpg7211310810810113871155101151
000005.jpg661141121128611971147104150
000006.jpg711111061109413174154102153
000007.jpg701121081118513572152104152
000008.jpg711101061118413773155104153
000009.jpg681131101119713966152109150
000010.jpg681111081128913670151107151

CREATE TABLE periocular_landmarks (
  "image_id" VARCHAR,
  "lefteye_x" BIGINT,
  "lefteye_y" BIGINT,
  "righteye_x" BIGINT,
  "righteye_y" BIGINT,
  "nose_x" BIGINT,
  "nose_y" BIGINT,
  "leftmouth_x" BIGINT,
  "leftmouth_y" BIGINT,
  "rightmouth_x" BIGINT,
  "rightmouth_y" BIGINT
);

Share link

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