README.md

July 22, 2019 ยท View on GitHub

1.Dataset Tree:

 ntu_dataset/senz3d_dataset
   |__ images-full
   |__ images-part
   |__ keypoint
   |__ skeleton
   |__ boundary
   |__ triangle
   |__ test.part.lst
   |__ test.full.lst
   |__ train.part.lst
   |__ train.full.lst

2.Description:

File/Folder NameDescriptionNumber/LinesOthers
ntu_datasetNTU Hand Gesture Dataset, 10 images for each gesture with 10 kinds of gestures collected from 10 people.1000-
senz3d_datasetSenz3D Gesture Dataset, 30 images for each gesture with 11 kinds of gestures collected from 4 people.1320-
image-fullAll of the images in the public dataset.1000(ntu)/1320(senz3d)color
image-partPart of the images in public dataset, including the images that gesture can be detected via OpenPose.647(ntu)/494(senz3d)color, resized
keypointKey-points map of hand gesture.647(ntu)/494(senz3d)binary
skeletonSkeleton map of hand gesture.647(ntu)/494(senz3d)binary
boundaryRough boundary map of hand gesture.0(ntu)/1320(senz3d)binary
triangleRough triangle map of hand gesture.1000(ntu)/1320(senz3d)binary
test.part.lstTesting list with image-part9600(ntu)/12800(senz3d)-
test.full.lstTesting list with image-full13500(ntu)/16500(senz3d)-
train.part.lstTraining list with image-part84636(ntu)/135504(senz3d)-
train.full.lstTraining list with image-full44100(ntu)/138864(senz3d)-
  • Notes:

    • Keypoints, Skeleton: based-on the public project OpenPose (Notes: OpenPose can't detect all hand gestures in the two datasets).
    • Boundary, Triangle: manually annotated.
  • Additional:

In NTU Dataset, it can make the model confusing that what the real direction of hand gesture is, as shown in the following table. We ask the users to provide some more simple information to confirm that.

ImageTriangleModified Triangle

3.Download

You can download the dataset from Google Drive.