diff --git a/training_data/to_npy.py b/training_data/to_npy.py index 2400f90..59d78a5 100644 --- a/training_data/to_npy.py +++ b/training_data/to_npy.py @@ -19,8 +19,6 @@ for path in paths: #remove alpha channel if temp.mode=='RGBA': temp = temp.convert('RGB') - print ("no alpha") - print temp.mode keep = temp.copy() keep = np.array(keep) x.append(keep)