1 Star 0 Fork 0

郭丰/coco

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 199 Bytes
一键复制 编辑 原始数据 按行查看 历史
tsungyi 提交于 2015-07-10 02:13 +08:00 . add Makefile for installation
all:
# install pycocotools locally
python setup.py build_ext --inplace
rm -rf build
install:
# install pycocotools to the Python site-packages
python setup.py build_ext install
rm -rf build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wind_x/coco.git
git@gitee.com:wind_x/coco.git
wind_x
coco
coco
master

搜索帮助