facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
676 stars 92 forks source link

single hand ROM data for dynamic hand gesture recognition #65

Open yunhenk opened 3 years ago

yunhenk commented 3 years ago

Dear researchers, thank you for releasing this dataset. After noticing that this dataset has gesture label, I'm thinking about doing dynamic hand gesture recognition basing on it. But. I find that single hand range of motion data only realeased 4/14 kinds , some of them aren't event complete sequence. I wonder if you have any plan releasing the full range of motion data. Thank you.

mks0601 commented 3 years ago

Sorry, I can't get your question, What is 4/14? Could you give me some examples?

yunhenk commented 3 years ago

Sorry, I can't get your question, What is 4/14? Could you give me some examples?

I checked out the sequences in the dataset , here is my result:

0000_neutral_relaxed : SinglePP
0001_neutral_rigid : SinglePP
0002_good_luck : SinglePP
0003_fake_gun : SinglePP
0004_star_trek : SinglePP
0005_star_trek_extended_thumb : SinglePP
0006_thumbup_relaxed : SinglePP
0007_thumbup_normal : SinglePP
0008_thumbup_rigid : SinglePP
0009_thumbtucknormal : SinglePP
0010_thumbtuckrigid : SinglePP
0011_aokay : SinglePP
0012_aokay_upright : SinglePP
0013_surfer : SinglePP
0014_rocker : SinglePP
0014_rocker_frontside : SinglePP
0015_rocker_backside : SinglePP
0016_fist : SinglePP
0017_fist_rigid : SinglePP
0018_alligator_open : SinglePP
0019_alligator_closed : SinglePP
0020_indexpoint : SinglePP
0023_one_count : SinglePP
0024_two_count : SinglePP
0025_three_count : SinglePP
0026_four_count : SinglePP
0027_five_count : SinglePP
0029_indextip : SinglePP
0030_middletip : SinglePP
0031_ringtip : SinglePP
0032_pinkytip : SinglePP
0035_palmdown : SinglePP
0036_palmdownwave : SingleROM
0037_fingerspreadrelaxed : SinglePP
0038_fingerspreadnormal : SinglePP
0039_fingerspreadrigid : SinglePP
0040_capisce : SinglePP
0041_claws : SinglePP
0042_pucker : SinglePP
0043_peacock : SinglePP
0044_cup : SinglePP
0045_shakespearesyorick : SinglePP
0048_index_point : SinglePP
0051_dinosaur : SinglePP
0058_middlefinger : SinglePP
0100_neutral_relaxed : SinglePP
0101_neutral_rigid : SinglePP
0102_good_luck : SinglePP
0103_fake_gun : SinglePP
0104_star_trek : SinglePP
0105_star_trek_extended_thumb : SinglePP
0106_thumbup_relaxed : SinglePP
0107_thumbup_normal : SinglePP
0108_thumbup_rigid : SinglePP
0109_thumbtucknormal : SinglePP
0110_thumbtuckrigid : SinglePP
0111_aokay : SinglePP
0112_aokay_upright : SinglePP
0113_surfer : SinglePP
0114_rocker : SinglePP
0114_rocker_frontside : SinglePP
0115_rocker_backside : SinglePP
0116_fist : SinglePP
0117_fist_rigid : SinglePP
0118_alligator_open : SinglePP
0119_alligator_closed : SinglePP
0120_indexpoint : SinglePP
0123_one_count : SinglePP
0124_two_count : SinglePP
0125_three_count : SinglePP
0126_four_count : SinglePP
0127_five_count : SinglePP
0129_indextip : SinglePP
0130_middletip : SinglePP
0131_ringtip : SinglePP
0132_pinkytip : SinglePP
0133_relaxedwave : SingleROM
0135_palmdown : SinglePP
0136_palmdownwave : SingleROM
0137_fingerspreadrelaxed : SinglePP
0138_fingerspreadnormal : SinglePP
0139_fingerspreadrigid : SinglePP
0140_capisce : SinglePP
0141_claws : SinglePP
0142_pucker : SinglePP
0143_peacock : SinglePP
0144_cup : SinglePP
0145_shakespearesyorick : SinglePP
0146_indexfingerwave : SingleROM
0148_index_point : SinglePP
0151_dinosaur : SinglePP
0152_cashmoney : SingleROM
0158_middlefinger : SinglePP
0259_dh_rightclaspleft : InterPP
0260_dh_leftclaspright : InterPP
0261_dh_fingergun : InterPP
0262_dh_rightfistcoverleft : InterPP
0263_dh_leftfistcoverright : InterPP
0264_dh_interlockedfingers : InterPP
0266_dh_pray : InterPP
0267_dh_rightfistoverleft : InterPP
0268_dh_leftfistoverright : InterPP
0269_dh_interlockedthumbtiddle : InterROM
0270_dh_rightfingercountindexpoint : InterROM
0271_dh_leftfingercountindexpoint : InterROM
0272_dh_rightreceivethewafer : InterPP
0273_leftreceivethewafer : InterPP
0274_rightbabybird : InterPP
0275_leftbabybird : InterPP
0276_interlockedfingerspread : InterPP
0277_itsybitsyspider : InterROM
0278_fingernoodle : InterROM
0279_knucklecrack : InterROM
0280_golfclaplor : InterROM
0281_golfclaprol : InterROM
0282_sarcasticclap : InterROM
0283_palmerrub : InterROM
0284_fingersqueeze : InterPP
0285_rockpaperscissors : InterROM
0286_handscratch : InterROM
0287_pointingtowardsfeatures : InterROM
0389_dh_nontouchROM : InterROM
0390_dh_touchROM : InterROM
ROM01_No_Interaction_2_Hand : ROM 
ROM02_Interaction_2_Hand : ROM
ROM03_LT_No_Occlusion : ROM
ROM03_RT_No_Occlusion : ROM
ROM04_LT_Occlusion : ROM
ROM04_RT_Occlusion : ROM
ROM05_LT_Wrist_ROM : ROM
ROM05_RT_Wrist_ROM : ROM
ROM07_RT_Finger_Occlusions : ROM
ROM07_Rt_Finger_Occlusions : ROM
ROM08_LT_Finger_Occlusions : ROM
ROM08_Lt_Finger_Occlusions : ROM
ROM09_Interaction_Fingers_Touching : ROM
ROM09_Interaction_Fingers_Touching_2 : ROM

As you can see, single hand ROM only has 4: palmdownwave, relaxedwave, indexfingerwave, cashmoney, 10 more ROM aren't supplied.