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
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
Any ideas?