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
I face the error below, please help me to check what is the problem, thank you very much!!!
ValueError Traceback (most recent call last)