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

class_nums #17

Open buaa-luzhi opened 4 years ago

buaa-luzhi commented 4 years ago

@breadbread1984 Thanks for your great work! I wonder why the "class_num" is set to 25 instead of 26, namely class_num = predefined_classes + blank. Thanks