guiggh / hand_pose_action

Dataset and code for the paper "First-Person Hand Action Benchmark with RGB-D Videos and 3D Hand Pose Annotations", CVPR 2018.
257 stars 31 forks source link

How could i use 'data_split_action_recognition.txt' #16

Closed tungts1101 closed 1 year ago

tungts1101 commented 1 year ago

I found a comment on README.txt that the train-test ratio is based on this file, but how could I use it for splitting the train and test sets? Is each line on this file according to one image in the train set?

guiggh commented 1 year ago

They point to sequences, not images. So each folder of images are a sequence of a particular class following the split on the file. Hope it helps.