anasmorahhib / 3D-CNN-Gesture-recognition

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

error coours on handiling data #8

Closed cloudy4next closed 4 years ago

cloudy4next commented 4 years ago

KeyError Traceback (most recent call last)

in 13 if len(new_frame) == 15: 14 new_frames_cv.append(new_frame) ---> 15 cv_targets.append(targets_name.index(targets_validation[int(directory)])) 16 counter_validation +=1 17 new_frame = [] KeyError: 70259
cloudy4next commented 4 years ago

fixed issue. not a problem