作者:非妃是公主
专栏:《python学习》
个性签:顺境不惰,逆境不馁,以心制境,万事可成。——曾国藩
找到pycocoevalcap的开源地址
This repository provides Python 3 support for the caption evaluation metrics used for the MS COCO dataset.
The code is derived from the original repository that supports Python 2.7: https://github.com/tylin/coco-caption.
Caption evaluation depends on the COCO API that natively supports Python 3.
这是一个为MS COCO数据集提供python支持的第三方资源库,原来COCO库是用python2.7编写的,如果想在python3环境下运行,就必须安装pycocoevalcap库。
但是直接使用pip install pycocoevalcap
指令安装会报错,找不到资源
解决方法如下:
找到仓库的地址,利用pip通过git地址安装
pip install "git+https://github.com/salaniz/pycocoevalcap.git"
pycocoevalcap库地址:https://github.com/salaniz/pycocoevalcap
COCO库地址:https://github.com/cocodataset/cocoapi
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
文章由极客之音整理,本文链接:https://www.bmabk.com/index.php/post/130548.html