anasmorahhib / 3D-CNN-Gesture-recognition

Gesture recognition using tensorflow from a large video database
49 stars 25 forks source link

ValueError: 'Turning Hand Clockwise' is not in list #14

Open weiqin97 opened 3 years ago

weiqin97 commented 3 years ago

I face the error below, please help me to check what is the problem, thank you very much!!!


ValueError Traceback (most recent call last)

in 13 if len(new_frame) == 15: # partition each training on two trainings. 14 new_frames.append(new_frame) # append each partition to training data ---> 15 training_targets.append(targets_name.index(targets[int(directory)])) 16 counter_training +=1 17 new_frame = [] ValueError: 'Turning Hand Clockwise' is not in list