gpt4 book ai didi

tensorflow - 属性错误 : module 'keras.utils.generic_utils' has no attribute 'to_snake_case'

转载 作者:行者123 更新时间:2023-12-04 19:29:49 24 4
gpt4 key购买 nike

我正在尝试一个小程序来捕捉来自 here 的图像的情感。
错误

LOCAL.ALL_OBJECTS[generic_utils.to_snake_case(key)] = value
AttributeError: module 'keras.utils.generic_utils' has no attribute 'to_snake_case'
代码.py
from fer import FER
import matplotlib.pyplot as plt
from tensorflow.keras.utils import to_snake_case

def emotionCapture():
img = plt.imread("happy.jpg")
detector = FER(mtcnn=True)
print(detector.detect_emotions(img))
plt.imshow(img)

predicted_emotion, score = detector.top_emotion(img)
print (predicted_emotion)
return predicted_emotion

emotionCapture()
凯拉斯 2.4.3 版
tensorflow 2.5.0 版
opencv-python 版本 4.5.2.52

最佳答案

删除 'mtcnn=True' 后来自 detector = FER(mtcnn=True)该功能有效。

关于tensorflow - 属性错误 : module 'keras.utils.generic_utils' has no attribute 'to_snake_case' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67733801/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com