anasmorahhib / 3D-CNN-Gesture-recognition

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

Error in adjusting training data #3

Closed papiot closed 4 years ago

papiot commented 4 years ago

I am trying to follow along in the Jupyter notebook.

I have ran the training and validation sample scripts, and now in the Jupyter Notebook I get the following error in the "Adjust Training Data" cell

---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<ipython-input-48-ffcb8753cb2e> in <module>
     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

Any ideas?

papiot commented 4 years ago

Fixed, not an issue :)

weiqin97 commented 3 years ago

Fixed, not an issue :)

Hello, could you told me how to solve this issue? I also facing this error