Baselight

Hands And Palm Images Dataset

A dataset of 11k hands and palm images for gender and age detection.

@kaggle.shyambhu_hands_and_palm_images_dataset

Handinfo
@kaggle.shyambhu_hands_and_palm_images_dataset.handinfo

  • 83.57 KB
  • 11076 rows
  • 9 columns
id

Id

age

Age

gender

Gender

skincolor

SkinColor

accessories

Accessories

nailpolish

NailPolish

aspectofhand

AspectOfHand

imagename

ImageName

irregularities

Irregularities

27malefairdorsal rightHand_0000002.jpg
27malefairdorsal rightHand_0000003.jpg
27malefairdorsal rightHand_0000004.jpg
27malefairdorsal rightHand_0000005.jpg
27malefairdorsal rightHand_0000006.jpg
27malefairdorsal rightHand_0000007.jpg
27malefairdorsal rightHand_0000008.jpg
27malefairdorsal rightHand_0000009.jpg
27malefairdorsal rightHand_0000010.jpg
27malefairdorsal rightHand_0000011.jpg

CREATE TABLE handinfo (
  "id" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "skincolor" VARCHAR,
  "accessories" BIGINT,
  "nailpolish" BIGINT,
  "aspectofhand" VARCHAR,
  "imagename" VARCHAR,
  "irregularities" BIGINT
);

Share link

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