gpt4 book ai didi

python-3.x - 如何解决在 JupiterLab 中运行 MTCNN 的问题

转载 作者:行者123 更新时间:2023-12-05 06:01:35 24 4
gpt4 key购买 nike

函数 detect_faces() 在 JupiterLab 中失败:

image = Image.open(filename)
imageRGB = image.convert('RGB')
pixels = asarray(imageRGB)
detector = MTCNN()
results = detector.detect_faces(pixels)

mtcnn 版本 0.1.0

错误:

AbortedError: Operation received an exception:Status: 2, message:could not create a descriptor for a softmax forward propagationprimitive, in file tensorflow/core/kernels/mkl/mkl_softmax_op.cc:306
[[node model/softmax/Softmax (defined at/home/rikkatti/anaconda3/envs/poi/lib/python3.9/site-packages/mtcnn/mtcnn.py:342)]] [Op:__inference_predict_function_828]

Function call stack: predict_function

最佳答案

可能是keras和tensorflow版本冲突导致的。我通过执行以下步骤解决了它:

  1. 从 anaconda venv 中卸载 tensorflow
  2. pip 安装 tensorflow==2.9.0

关于python-3.x - 如何解决在 JupiterLab 中运行 MTCNN 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67143271/

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