(我是Python的新手,所以请耐心等待。如果我用错了术语,那是因为我来自Java/C的背景。)
我正在尝试使用TensorFlow Slim模型进行图像识别,直到后来才意识到它与TensorFlow 2(它使用'tensorflow.contrib')不兼容。
但是,当我尝试使用pip3 install "tensorflow==1.14"回滚到版本1.14时,抛出了以下错误Could not find a version that satisfies the requirement tensorflow==1.14 (from versions: 2.2.0
我想使用dlib和python进行图像识别。我的python应用程序在Windows10上的OpenCV上运行得很好,但当我想从cmd安装dlib时,它会给我以下错误:
error: Cannot find cmake, ensure it is installed and in the path. You
can install cmake using the instructions at https://cmake.org/install/
You can also specify its path with --cmake parameter.
我该怎么办?