Periocular Recognition
Image files for Periocular Recognition
@kaggle.ruchi798_periocular_detection
Image files for Periocular Recognition
@kaggle.ruchi798_periocular_detection
CREATE TABLE periocular_bbox (
"image_id" VARCHAR,
"x_1" BIGINT,
"y_1" BIGINT,
"width" BIGINT,
"height" BIGINT
);
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
);
Anyone who has the link will be able to view this.