1 Star 0 Fork 0

DavidH/FCIS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.sh 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
HaozhiQi 提交于 2017-05-11 23:08 . Release
#!/bin/bash
mkdir -p ./data
mkdir -p ./output
mkdir -p ./external/mxnet
mkdir -p ./model/pretrained_model
cd lib/bbox
python setup_linux.py build_ext --inplace
cd ../dataset/pycocotools
python setup_linux.py build_ext --inplace
cd ../../nms
python setup_linux.py build_ext --inplace
cd ../mask
python setup_linux.py build_ext --inplace
cd ../..
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/acme_xxyqsy_18857968988/FCIS.git
git@gitee.com:acme_xxyqsy_18857968988/FCIS.git
acme_xxyqsy_18857968988
FCIS
FCIS
master

搜索帮助