Handwritten Signature Identification
Simplified version of handwritten signatures dataset in only 1MB by FCIS-ASU
@kaggle.omgits0mar_signature_verification_and_identification
Simplified version of handwritten signatures dataset in only 1MB by FCIS-ASU
@kaggle.omgits0mar_signature_verification_and_identification
CREATE TABLE copy_of_persona_sigverificationtestlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_personb_sigverificationtestlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_personc_sigverificationtestlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_persond_sigverificationtestlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_persone_sigverificationtestlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_persona_sigverificationtrainlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_personb_sigverificationtrainlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_personc_sigverificationtrainlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_persond_sigverificationtrainlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
CREATE TABLE copy_of_persone_sigverificationtrainlabels (
"image_name" VARCHAR,
"label" VARCHAR
);
Anyone who has the link will be able to view this.