stats = np.zeros(shape=(49, 3)) evalEmotions = list() count = 0 for fid, FT in enumerate(FTs): stats[count] = np.array([FT[0][FT[1].argmax()], FT[1][FT[1].argmax()], np.mean(FT[1])]) evalEmotions.append(emotions[count]) count += 1