1、直接命令法
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
2、先编译后下载法
git clone https://github.com/pdollar/coco.git
cd coco/PythonAPI
python setup.py build_ext --inplace # install pycocotools locally
python setup.py build_ext install # install pycocotools to the Python site-packages
成功解决!!!
1. 问题描述
如题,在Windows 10 x64主机的
Python
Anaconda虚拟环境中安装
pycoco
tools
包时报错。安装命令为:
pip install
pycoco
tools
执行后报错,如下所示:
Collect
ing
pycoco
tools
Us
ing
cached https://files.
python
hosted.org/packages/96/84/9a07b...
Pytorch
MMF 多模态框架介绍及问题汇总(持续更新中…)
跨模态推理对人工智能至关重要。越来越需要对模态之间的交互进行建模(例如,视觉,语言),这样不仅能够改进AI对现有任务的预测能力,同时也能够发现新的应用点。
多模态AI问题包括视觉问答(visual question answer
ing
, VQA), 图像描述(image caption
ing
)、 视觉对话(visual dialogue)、embodied AI、虚拟助手( virtual assistants)以及在社交媒体上检测不良内容(
在安装face_recognition的依赖dlib库出现的问题
(face_recognition) C:\Users\FlynnLi>pip install -i https://pypi.tuna.ts
ing
hua.edu.cn/simple --trusted-host pypi.tuna.ts
ing
hua.edu.cn dlib
Look
ing
in indexes: h...
1.第一种方法:
在终端中直接输入:
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=
Python
API
这个方法是在目前网上最常见的
解决
方法,但是试过几次都没有
成功
(不过网上很多人用这个方法都
成功
了,可能人品不行。。。。)
2.第二种方法:
ERROR
: Command
error
ed out with exit status 1:
creat
ing
build
\lib.win-amd64-3.8
creat
ing
build
\lib.win-amd64-3.8\
pycoco
tools
copy
ing
pycoco
tools
\coco.py ->
build
\lib.win-amd64-3.8\
pycoco
tools
copy
ing
pycoco
tools
\cocoeval.py ->
build
\lib.win-amd6.
到visual studio官网下载visual studio installer
打开后,如果没下visual studio就可以看到workloads(中文叫工作负载)选项的界面,如果没下就在“修改”那边选择。
在workloads(中文叫工作负载)勾选上c++生成工具
最后点击“安装”等待完成。
最近在部署tensorflow2的时候,总是遇到下面错误:(
ERROR
:
Failed
build
ing
wheel
for
pycoco
tools
),具体信息如下:一般这种问题,会出现在windows安装上,可以使用下面命令进行安装:
但是!!但是!!但是!!有时候,我并不是单独安装这一个
pycoco
tools
,比如我要安装tf-models-official==2.5.1的时候,通常使用下面命令:
也会遇到这个错误……直接看结论:1. 找到下载网址,下载该文件tf-models-official
如果你使用的是Windows系统,可以安装Visual C++
Build
Tools
。
2. 确保你的系统上已经安装了
Python
开发工具包。对于Debian/Ubuntu系统,可以使用以下命令安装:
sudo apt-get install
python
3-dev
3. 如果你使用的是Windows系统,尝试使用Anaconda Prompt或者命令提示符以管理员身份运行。然后再次运行`pip install -r requirement.txt`命令。
4. 如果上述方法都不起作用,你可以尝试手动安装
pycoco
tools
。首先,从https://github.com/cocodataset/cocoapi下载源码,并将其解压缩。然后,进入解压缩后的文件夹,并执行以下命令:
python
setup.py
build
_ext --inplace
python
setup.py install
希望这些方法能够帮助你
解决
问题。如果问题仍然存在,请提供更多的错误信息以便更好地帮助你
解决
。
ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based pro
Jupyter 更改文件默认保存目录