Closed ashishgupta1350 closed 5 years ago
Replace lines 297 to 303 in gestureCNN with these. Other wise, training won't work on windows, python 3.6
s = 0 r = samples_per_class for classIndex in range(nb_classes): label[int(s):int(r)] = classIndex s = r r = s + samples_per_class
Thanks. Can you send a pull request. Will take a look
Replace lines 297 to 303 in gestureCNN with these. Other wise, training won't work on windows, python 3.6