breadbread1984 / R3DCNN

this project implements the hand gesture recognition algorithm introduced in paper online detection and classification of dynamic hand gestures with recurrent 3d convolutional neural networks
98 stars 24 forks source link

Little info about DataSet #10

Closed shivSD closed 5 years ago

shivSD commented 5 years ago

Since we don't have dataset, please can you share some information about dataset, We see in the .lst file and also in create_Dataset.py

path:./Video_data/class_01/subject13_r0 depth:sk_depth:138:218 color:sk_color:138:218 duo_left:duo_left:161:254 label:1

sensors = ["color", "depth", "duo_left", "duo_right", "duo_disparity"]

what is this duo_left or duo_right ? or depth (is this a point cloud data ?

breadbread1984 commented 5 years ago

the lst files and readdata.py come with the dataset. you don't need to care about the structure of the annotation format. you just need to comprehend the sample code in readdata.py. the sensor array specify the alternative input channels.